Commit Graph

15898 Commits

Author SHA1 Message Date
Vanessa
6d44efe596 🎨 https://github.com/siyuan-note/siyuan/issues/13027 2024-12-04 11:24:54 +08:00
Vanessa
a5ca9f1620 🎨 https://github.com/siyuan-note/siyuan/issues/13027 2024-12-04 11:02:48 +08:00
Vanessa
a82b9c23fb 🎨 https://github.com/siyuan-note/siyuan/pull/13326 2024-12-04 09:24:54 +08:00
Jeffrey Chen
eac2902d9b
Improve tooltip (#13326)
* 减少元素更新

* 改进悬浮提示元素位置计算
messageElement.innerHTML = message; 会更新元素的内容,元素此时的 left 属性会对元素的宽度产生影响,导致更新后的元素(比如元素内的文本意外换行了)与直接新建的元素(元素内的文本不会换行)宽度不一致。messageElement.clientWidth 会获取到不符合预期的宽度,进而导致 left 计算错误。

* fix https://github.com/siyuan-note/siyuan/issues/12680

* 隐藏悬浮提示增加少许延迟,避免在相邻的元素间移动时悬浮提示频繁闪烁

* 频率高的放前面
2024-12-04 08:53:53 +08:00
Vanessa
ded16deb13 Merge remote-tracking branch 'origin/dev' into dev 2024-12-03 23:57:15 +08:00
Vanessa
e8d3eec13c 🐛 https://github.com/siyuan-note/siyuan/issues/13361 2024-12-03 23:56:49 +08:00
Jeffrey Chen
a80a5ea657
📝 Improve text (#13352) 2024-12-03 18:29:14 +08:00
Vanessa
07334bed6a 🐛 CSS 2024-12-03 14:01:51 +08:00
Daniel
1710194122
🔖 Release v3.1.14 2024-12-03 08:36:34 +08:00
Daniel
062c9ba51e
⬆️ Upgrade kernel deps 2024-12-03 08:23:20 +08:00
Vanessa
5c7eb2e341 Merge remote-tracking branch 'origin/dev' into dev 2024-12-03 00:30:09 +08:00
Vanessa
53ff151369 🎨 https://github.com/siyuan-note/siyuan/issues/13320 2024-12-03 00:29:53 +08:00
Daniel
dcf7705552
🎨 Support HarmonyOS NEXT system 2024-12-03 00:18:03 +08:00
Daniel
4cbe4684b8
🎨 Support HarmonyOS NEXT system 2024-12-03 00:15:50 +08:00
Daniel
f54195c7b4
🎨 Support HarmonyOS NEXT system 2024-12-03 00:08:46 +08:00
Daniel
204f2fd1db
🎨 Support HarmonyOS NEXT system 2024-12-02 21:40:26 +08:00
Daniel
160143c275
🎨 Support HarmonyOS NEXT system 2024-12-02 21:12:21 +08:00
Daniel
df19d66101
🎨 Support HarmonyOS NEXT system 2024-12-02 20:44:58 +08:00
Daniel
1036bc3f4a
🎨 Support HarmonyOS NEXT system 2024-12-02 20:28:50 +08:00
Vanessa
9b6a315f07 🎨 https://github.com/siyuan-note/siyuan/issues/13334 2024-12-02 20:22:00 +08:00
Vanessa
ea029d571e Merge remote-tracking branch 'origin/dev' into dev 2024-12-02 20:13:05 +08:00
Vanessa
9a572bad71 🎨 https://github.com/siyuan-note/siyuan/issues/13181 2024-12-02 20:12:48 +08:00
Daniel
4aedef073d
🎨 Improve exporting block ref https://github.com/siyuan-note/siyuan/issues/13283 2024-12-02 11:50:32 +08:00
Daniel
ee15219bbc
🎨 Clean code 2024-12-02 10:05:36 +08:00
Daniel
6970492034
🐛 Fix NPE 2024-12-02 10:05:22 +08:00
Daniel
a66960ae60
📝 Update changelogs 2024-12-02 00:24:28 +08:00
Vanessa
fdee19e703 🎨 https://github.com/siyuan-note/siyuan/issues/13324 2024-12-02 00:10:03 +08:00
Daniel
3a53fd4a9a
🐛 Fix NPE 2024-12-01 23:33:33 +08:00
Daniel
715ecc57bd
🎨 Improve image width setting https://github.com/siyuan-note/siyuan/issues/12516 https://github.com/siyuan-note/siyuan/issues/13327 2024-12-01 23:33:33 +08:00
Yingyi / 颖逸
62d6c13317
🧑‍💻 Kernel serve CalDAV service on path /caldav/ (#13321)
* 🎨 define the interface of CalDAV

* 🎨 Adjust iCalendar files directory structure

* 🎨 Implement CalDAV Calendar manage functions

* 🎨 Implement CalDAV calendar object manage functions

* 🎨 improve ETag scheme
2024-12-01 23:20:47 +08:00
Daniel
f1984cc22d
🎨 Improve exporting block ref https://github.com/siyuan-note/siyuan/issues/13283 2024-12-01 21:37:31 +08:00
Daniel
39ddd18616
🎨 Improve exporting block ref https://github.com/siyuan-note/siyuan/issues/13283 2024-12-01 20:49:18 +08:00
Daniel
2292f1a0a5
🐛 Fix backmention highlighting https://github.com/siyuan-note/siyuan/issues/13324 2024-12-01 18:25:44 +08:00
Daniel
6c7c737178
🎨 Improve image width setting https://github.com/siyuan-note/siyuan/issues/12516 2024-12-01 18:05:48 +08:00
Daniel
0b1a1af96b
♻️ Upgrade FSRS to v3.3.0 https://github.com/siyuan-note/siyuan/issues/13323 2024-12-01 17:11:03 +08:00
Vanessa
460c00eaca Merge remote-tracking branch 'origin/dev' into dev 2024-12-01 12:42:15 +08:00
Vanessa
5af57ca16b 💄 https://github.com/siyuan-note/siyuan/issues/13320 2024-12-01 12:41:51 +08:00
Daniel
a7ee282044
🎨 Improve exporting block ref https://github.com/siyuan-note/siyuan/issues/13283 2024-12-01 12:25:17 +08:00
Vanessa
855b1945de Merge remote-tracking branch 'origin/dev' into dev 2024-12-01 12:19:05 +08:00
Vanessa
2e2e2f331b 💄 https://github.com/siyuan-note/siyuan/issues/13311 2024-12-01 12:18:41 +08:00
Daniel
1c060947f9
🐛 Fix pdf outline exporting https://github.com/siyuan-note/siyuan/issues/13319 2024-12-01 11:49:34 +08:00
Daniel
c8670fe146
🎨 Improve exporting block ref https://github.com/siyuan-note/siyuan/issues/13283 2024-11-30 22:01:34 +08:00
Daniel
bbc3326426
🔨 Update goproxy to https://mirrors.aliyun.com/goproxy/ 2024-11-30 20:56:59 +08:00
Vanessa
fa14fdc2e6 Merge remote-tracking branch 'origin/dev' into dev 2024-11-30 20:51:15 +08:00
Vanessa
f8e6f5d1c1 💄 https://github.com/siyuan-note/siyuan/issues/13317 2024-11-30 20:50:53 +08:00
Daniel
5dc73d0be6
🎨 Improve inbox move https://ld246.com/article/1732765275719 2024-11-30 20:46:54 +08:00
Vanessa
257cf706b6 Merge remote-tracking branch 'origin/dev' into dev 2024-11-30 20:24:18 +08:00
Vanessa
1010021dda 💄 https://github.com/siyuan-note/siyuan/issues/13187 2024-11-30 20:23:56 +08:00
Daniel
654d6ee587
🎨 Add logging https://ld246.com/article/1732931024696 2024-11-30 18:44:11 +08:00
Daniel
e972e71d40
⬆️ Upgrade lute 2024-11-30 18:38:08 +08:00