Commit graph

104 commits

Author SHA1 Message Date
Vanessa
efe9a3f908 ♻️ https://github.com/siyuan-note/siyuan/pull/14828 2025-05-22 12:33:11 +08:00
Vanessa
963cf9a38b 🎨 https://github.com/siyuan-note/siyuan/issues/14176 2025-04-23 10:03:02 +08:00
Vanessa
63c5480e61 🎨 https://github.com/siyuan-note/siyuan/issues/14176 2025-04-21 17:05:34 +08:00
Vanessa
49c2e407d8 🎨 https://github.com/siyuan-note/siyuan/issues/14176 2025-04-21 11:56:50 +08:00
Vanessa
fac82ad618 🚨 2025-02-09 13:34:47 +08:00
Vanessa
9a77f05c43 🎨 https://github.com/siyuan-note/siyuan/pull/14017 2025-02-07 11:44:52 +08:00
Jeffrey Chen
ae1912bfa2
fix: 当前工作空间不应该显示 打开移除 (#14017)
fix https://github.com/siyuan-note/siyuan/issues/12018
2025-02-07 11:23:02 +08:00
Daniel
65f55b0dbe
🎨 Support HarmonyOS NEXT system https://github.com/siyuan-note/siyuan/issues/13184 2024-11-23 09:48:08 +08:00
Vanessa
0d772c9f28 💄 https://github.com/siyuan-note/siyuan/issues/12919 2024-10-30 09:28:19 +08:00
Vanessa
f0bfc84732 🎨 https://github.com/siyuan-note/siyuan/issues/12843 2024-10-29 10:56:42 +08:00
Vanessa
f2a53014fb 🎨 https://github.com/siyuan-note/siyuan/issues/12919 2024-10-28 22:04:48 +08:00
Vanessa
b0229e6c7a 🎨 https://github.com/siyuan-note/siyuan/issues/12721 2024-10-25 16:58:06 +08:00
Vanessa
474d144b08 🎨 移除值为变量的 id https://github.com/siyuan-note/siyuan/pull/12648 2024-10-08 16:56:17 +08:00
Jeffrey Chen
f74380a4d6
Add data-id attribute to the button of workspace menu #12518 (#12648)
* Add `data-id` attribute to the button of workspace menu #12518

* Update workspace.ts
2024-10-08 16:48:55 +08:00
Vanessa
92ddab06ea 🎨 https://github.com/siyuan-note/siyuan/issues/12485 2024-09-16 11:59:31 +08:00
Vanessa
cd40ec50bb ♻️ fix https://github.com/siyuan-note/siyuan/pull/11733 2024-07-05 21:00:21 +08:00
Yingyi / 颖逸
f25b36ff38
Disable some menu items in read-only mode (#11733)
* 🎨 kernel supports read-only publishing services

* 🐛 Fix authentication vulnerabilities

* 🎨 Protect secret information

* 🎨 Adjust the permission control

* 🎨 Adjust the permission control

* 🎨 Fixed the vulnerability that `getFile` gets file `conf.json`

* 🎨 Add API `/api/setting/setPublish`

* 🎨 Add API `/api/setting/getPublish`

* 🐛 Fixed the issue that PWA-related files could not pass BasicAuth

* 🎨 Add a settings panel for publishing features

* 📝 Add guide for `Publish Service`

* 📝 Update Japanese user guide

* 🎨 Merge fixed static file services

* 🎨 Disable some menu items in read-only mode

* 🎨 Disable some menu items in read-only mode

* Update router.go
2024-07-05 20:01:43 +08:00
Yingyi / 颖逸
ba2193403d
Support read-only publish service
* 🎨 kernel supports read-only publishing services

* 🐛 Fix authentication vulnerabilities

* 🎨 Protect secret information

* 🎨 Adjust the permission control

* 🎨 Adjust the permission control

* 🎨 Fixed the vulnerability that `getFile` gets file `conf.json`

* 🎨 Add API `/api/setting/setPublish`

* 🎨 Add API `/api/setting/getPublish`

* 🐛 Fixed the issue that PWA-related files could not pass BasicAuth

* 🎨 Add a settings panel for publishing features

* 📝 Add guide for `Publish Service`

* 📝 Update Japanese user guide

* 🎨 Merge fixed static file services
2024-06-12 21:03:51 +08:00
Vanessa
4854879af3 🎨 fix https://github.com/siyuan-note/siyuan/issues/11492 2024-05-22 17:36:11 +08:00
Vanessa
ce877b5822 🎨 fix https://github.com/siyuan-note/siyuan/issues/11065 2024-04-17 23:37:49 +08:00
Jeffrey Chen
dcdb179031
Improve user guide entry (#10939)
* 将点击后会打开用户指南的「帮助」都改为「思源笔记用户指南」

* 修复西班牙语无法打开用户指南

* 去除「思源笔记」
2024-04-08 23:06:11 +08:00
Vanessa
adcd4acda7 📝 https://github.com/siyuan-note/siyuan/issues/10783#issuecomment-2028810246 2024-04-01 09:45:04 +08:00
Vanessa
207330be7a 🚨 2024-03-31 23:41:45 +08:00
Vanessa
8f2fa0acd8 🎨 https://github.com/siyuan-note/siyuan/issues/10783 2024-03-31 23:41:05 +08:00
Vanessa
487e2f980b 🎨 https://github.com/siyuan-note/siyuan/pull/10804 2024-03-31 09:39:46 +08:00
Jeffrey Chen
c80ceb67b8
将确认按钮放置在最右边 (#10804)
一般来说:

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

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

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

这种顺序的目的是根据用户的心理模型和常见的行为模式来设计,以最大程度地减少用户错误操作的可能性。
2024-03-31 09:33:47 +08:00
Vanessa
13332781c9 🚨 2024-03-29 09:47:40 +08:00
Vanessa
d85cece8a3 🎨 https://github.com/siyuan-note/siyuan/issues/10783 2024-03-28 21:43:44 +08:00
Vanessa
ab69eb5732 🚨 2024-03-22 16:58:25 +08:00
Daniel
d306076b22
🎨 Update create workspace dialog 2024-03-22 09:36:04 +08:00
Vanessa
3f6aec2775 ♻️ 2024-01-26 17:58:02 +08:00
归去来兮
291211bd00
Add attribute "data-key" for Dialog (#10138) 2024-01-10 22:31:28 +08:00
Vanessa
ac269b4e1b 获取 json 布局不应保存 scroll 2023-12-31 16:51:31 +08:00
Vanessa
62a7a36d3c fix https://github.com/siyuan-note/siyuan/issues/10006 2023-12-28 19:36:42 +08:00
Vanessa
31e1798ff2 🚨 2023-12-18 00:00:00 +08:00
Vanessa
e24522b75d 🎨 https://github.com/siyuan-note/siyuan/issues/9866 2023-12-17 23:54:16 +08:00
Vanessa
828df98ca1 🎨 fix https://github.com/siyuan-note/siyuan/issues/9840 2023-12-08 11:54:26 +08:00
Vanessa
9a959738d2 ♻️ aria label https://ld246.com/article/1700484244170 2023-11-20 22:53:38 +08:00
Vanessa
363466025e 🎨 https://github.com/siyuan-note/siyuan/issues/9669 2023-11-17 11:52:32 +08:00
Vanessa
5c034d93d0 🎨 fix https://github.com/siyuan-note/siyuan/issues/9666 2023-11-16 17:32:52 +08:00
Vanessa
b2e72fd9ab 🎨 https://github.com/siyuan-note/siyuan/issues/9210 2023-10-25 17:06:19 +08:00
Vanessa
1a4b3f41a8 💄 add icon 2023-10-24 09:58:15 +08:00
Vanessa
066bd25819 🎨 fix https://github.com/siyuan-note/siyuan/issues/9491 2023-10-24 09:44:45 +08:00
Vanessa
d7666659c3 🎨 https://github.com/siyuan-note/siyuan/issues/9368 init 2023-10-09 01:24:30 +08:00
Vanessa
b869fd1d9d 🎨 https://github.com/siyuan-note/siyuan/issues/9368 isFullScreen 2023-10-08 16:28:00 +08:00
Vanessa
ec65118339 🎨 https://github.com/siyuan-note/siyuan/issues/9368 dialog 2023-10-08 16:17:33 +08:00
Vanessa
56fe8371d1 🎨 fix https://github.com/siyuan-note/siyuan/issues/8705 2023-09-19 09:45:57 +08:00
Vanessa
da0e656ba6 🎨 https://github.com/siyuan-note/siyuan/issues/9134 2023-09-08 20:22:54 +08:00
Vanessa
f261888c55 🎨 https://github.com/siyuan-note/siyuan/issues/9134 2023-09-08 16:15:12 +08:00
Vanessa
360b5e2cca 🎨 fix https://github.com/siyuan-note/siyuan/issues/9112 2023-09-05 16:12:29 +08:00