siyuan/app
Jeffrey Chen c80ceb67b8
将确认按钮放置在最右边 (#10804)
一般来说:

1. **确定**:通常放在最右边,因为“确定”通常表示用户已经完成了他们的选择或操作,这是一个终结性的动作。

2. **取消**:通常放在中间,因为用户可能会在做出最终决定之前选择取消,这样可以让用户更容易找到。

3. **删除**:通常放在最左边,因为删除是一个潜在的危险操作,需要用户谨慎考虑。将其放在最左边可以减少意外删除的可能性。

这种顺序的目的是根据用户的心理模型和常见的行为模式来设计,以最大程度地减少用户错误操作的可能性。
2024-03-31 09:33:47 +08:00
..
appearance 🎨 Prompt when dragging and inserting a folder https://github.com/siyuan-note/siyuan/issues/10779 2024-03-30 12:23:44 +08:00
appx 🔖 Release v3.0.5 2024-03-26 09:03:54 +08:00
changelogs 📝 Update changelogs 2024-03-26 08:57:20 +08:00
electron 🚨 2024-03-29 09:47:40 +08:00
guide ✏️ Fix typo in user guide https://ld246.com/article/1710809880600 2024-03-26 16:57:04 +08:00
nsis 🎨 Windows uninstaller removes the default workspace https://github.com/siyuan-note/siyuan/issues/8876 2023-08-04 10:27:56 +08:00
pandoc 🔥 Use Git LFS to manage static resource files in app/stage/protyle/** https://github.com/siyuan-note/siyuan/issues/9253 2023-09-24 09:14:32 +08:00
src 将确认按钮放置在最右边 (#10804) 2024-03-31 09:33:47 +08:00
stage 🐛 Line break lost after soft break of end-of-line element https://github.com/siyuan-note/siyuan/issues/10718 2024-03-24 23:48:07 +08:00
.eslintignore 🎨 https://github.com/siyuan-note/siyuan/pull/7330 2023-02-11 23:42:51 +08:00
.eslintrc.js 🎨 https://github.com/siyuan-note/siyuan/pull/7330 2023-02-11 23:42:51 +08:00
.npmrc chore(pkm): always use pnpm (#5058) 2022-05-31 15:34:36 +08:00
electron-builder-darwin-arm64.yml 🎨 Update linux/macOS packing font 2024-01-23 17:03:09 +08:00
electron-builder-darwin.yml 🎨 Update linux/macOS packing font 2024-01-23 17:03:09 +08:00
electron-builder-linux.yml 🎨 Update linux/macOS packing font 2024-01-23 17:03:09 +08:00
electron-builder.yml 📝 Update copyright year 2023-12-31 11:10:51 +08:00
package.json 🔖 Release v3.0.5 2024-03-26 09:03:54 +08:00
pnpm-lock.yaml ⬆️ Upgrade electron-builder https://github.com/siyuan-note/siyuan/security/dependabot/29 2024-03-05 08:41:10 +08:00
tsconfig.json 🎨 https://github.com/siyuan-note/siyuan/pull/7770 2023-03-24 20:28:31 +08:00
webpack.config.js 🎨 https://github.com/siyuan-note/siyuan/pull/7770 2023-03-24 20:28:31 +08:00
webpack.desktop.js 🎨 fix https://github.com/siyuan-note/siyuan/issues/8532 2023-06-15 10:20:06 +08:00
webpack.export.js 🎨 https://github.com/siyuan-note/siyuan/pull/7770 2023-03-24 20:28:31 +08:00
webpack.mobile.js 🎨 fix https://github.com/siyuan-note/siyuan/issues/8532 2023-06-15 10:20:06 +08:00