Commit graph

7069 commits

Author SHA1 Message Date
Daniel
d98d62dcc5
🎨 Improve file:// address decoding https://github.com/siyuan-note/siyuan/issues/13908 2025-01-27 15:19:33 +08:00
Daniel
15349ebfb1
🎨 Improve file:// address decoding https://github.com/siyuan-note/siyuan/issues/13908 2025-01-27 14:23:02 +08:00
Vanessa
bf78cf03b6 🎨 https://github.com/siyuan-note/siyuan/issues/12175 2025-01-26 11:54:00 +08:00
Vanessa
cc14e5b75a 🐛 config 2025-01-26 11:44:21 +08:00
Vanessa
a368d6fc4b 🎨 https://github.com/siyuan-note/siyuan/issues/13945 2025-01-26 11:00:10 +08:00
Vanessa
5143121ac4 🎨 https://github.com/siyuan-note/siyuan/issues/13780 2025-01-26 09:38:32 +08:00
Gary Wang
25054e137c
style: finetuning titlebar look-n-feel for PWA support (#13779)
The previous patch (675e59c) introduce initial PWA WCO support,
this patch finetunes the PWA titlebar support by ensure the
titlebar is always visible and fill 100% page (window)
width, with the following changes:

* Use margin instead of padding to ensure 'width' fills 100% page
  width, so does bottom border.

Remaining PWA stuff:

The remaining PWA WCO part have inconsistent color with the actual
color that SiYuan('s titlebar) uses, thus to make the PWA titlebar
feel native, we still needs to set either:

- a "theme-color" `<meta>` attribute (suggested)
- a "theme_color" member in the PWA manifest

...which will be a seprated topic that won't be worked on in this
patchset.

Also, the titlebar bottom border might be covered by the WCO, since
it involves half-pixel border issue which seems to be by-design,
I won't address such issue in this patchset.

See also:

* https://github.com/siyuan-note/siyuan/issues/13226#issuecomment-2594551219
  This patchset can address this issue
* https://github.com/siyuan-note/siyuan/pull/13779#discussion_r1918108643
  Previously mentioned half-pixel issue
2025-01-26 09:07:38 +08:00
Vanessa
8d9cc439db Merge remote-tracking branch 'origin/dev' into dev 2025-01-18 00:12:55 +08:00
Vanessa
e982d4c1d9 🎨 https://github.com/siyuan-note/siyuan/issues/13846 2025-01-18 00:12:41 +08:00
Daniel
51d3c737fb
🎨 Improve code block parsing https://github.com/siyuan-note/siyuan/issues/13831 2025-01-17 23:31:58 +08:00
Vanessa
cee6d444d7 🎨 https://github.com/siyuan-note/siyuan/issues/13826 2025-01-17 18:16:55 +08:00
Vanessa
c3342935d6 🎨 https://github.com/siyuan-note/siyuan/issues/13843 2025-01-17 17:59:14 +08:00
Vanessa
0636b2e1fb 🎨 重启后 listDocsByPath 请求重复 2025-01-16 22:58:13 +08:00
Vanessa
b508170638 🚨 2025-01-16 22:29:27 +08:00
Vanessa
e260b462a2
🎨 https://github.com/siyuan-note/siyuan/issues/13753 2025-01-16 21:30:28 +08:00
Daniel
6f98849e9c
🎨 PNPM Lint 2025-01-16 10:00:30 +08:00
Vanessa
2b22ff9aa6 🎨 https://github.com/siyuan-note/siyuan/issues/13793 2025-01-15 11:42:08 +08:00
Vanessa
c70bf3571f 🎨 https://github.com/siyuan-note/siyuan/issues/13677 2025-01-15 10:58:22 +08:00
Vanessa
db60169f1d 🎨 https://github.com/siyuan-note/siyuan/issues/13801 2025-01-14 23:36:59 +08:00
Vanessa
af42046c91 🎨 https://github.com/siyuan-note/siyuan/issues/13796 2025-01-14 23:04:03 +08:00
Vanessa
cffec4b0e8 🎨 https://github.com/siyuan-note/siyuan/issues/13735 2025-01-14 22:28:03 +08:00
Vanessa
e55214da2f 🎨 https://github.com/siyuan-note/siyuan/issues/13704 2025-01-14 22:06:40 +08:00
Vanessa
bddb5bd706 Merge remote-tracking branch 'origin/dev' into dev 2025-01-14 21:49:50 +08:00
Vanessa
c4c656c16a 🎨 https://github.com/siyuan-note/siyuan/issues/13704 2025-01-14 21:47:31 +08:00
Jeffrey Chen
4325228196
🎨 Improve text
* fix(hint): https://github.com/siyuan-note/siyuan/issues/13802

* fix(hint): https://github.com/siyuan-note/siyuan/issues/13802
2025-01-14 17:20:04 +08:00
Vanessa
6eaaf77a41 🎨 https://github.com/siyuan-note/siyuan/issues/13791 2025-01-13 18:00:26 +08:00
Vanessa
5d8a899d7e 🎨 https://github.com/siyuan-note/siyuan/issues/13791 2025-01-13 17:55:42 +08:00
Vanessa
6a817cecf1 🎨 https://github.com/siyuan-note/siyuan/issues/13791 2025-01-13 13:44:05 +08:00
Vanessa
fe84fb6abf 🎨 https://github.com/siyuan-note/siyuan/issues/13791 2025-01-13 13:25:31 +08:00
Vanessa
a635bcbafd 🎨 https://github.com/siyuan-note/siyuan/issues/13791 2025-01-13 12:47:28 +08:00
Daniel
8996effcb2
🎨 Clean code 2025-01-12 22:16:03 +08:00
Vanessa
64c2e6f102 🎨 https://github.com/siyuan-note/siyuan/issues/13797 2025-01-12 18:58:59 +08:00
Vanessa
c6e06b9f21 🎨 https://github.com/siyuan-note/siyuan/issues/13704 2025-01-12 18:35:56 +08:00
Vanessa
997be84ac4 🎨 https://github.com/siyuan-note/siyuan/issues/13704 2025-01-12 17:59:54 +08:00
Vanessa
06fe73f598 🎨 https://github.com/siyuan-note/siyuan/issues/13704 2025-01-12 17:53:14 +08:00
Vanessa
2ac80f3cb1 🎨 主键转义 2025-01-12 17:41:23 +08:00
Vanessa
9704c6e300 🎨 2025-01-12 17:39:25 +08:00
Vanessa
06ec052ded 🎨 https://github.com/siyuan-note/siyuan/issues/13429 2025-01-12 17:24:54 +08:00
Vanessa
f2ba1da9c0 🎨 https://github.com/siyuan-note/siyuan/issues/13783 2025-01-12 16:58:14 +08:00
Vanessa
dabcc89a60 Merge remote-tracking branch 'origin/dev' into dev 2025-01-12 16:53:40 +08:00
Vanessa
9cb2d7f0f3 🐛 https://github.com/siyuan-note/siyuan/issues/13790 2025-01-12 16:53:27 +08:00
Daniel
3ebcf5fcb9
🎨 Backlink count at the doc block title including sub-blocks https://github.com/siyuan-note/siyuan/issues/13791 2025-01-12 16:45:39 +08:00
Vanessa
2322e72254 🎨 https://github.com/siyuan-note/siyuan/issues/13791 2025-01-12 11:58:10 +08:00
Vanessa
55538e8b1a Merge remote-tracking branch 'origin/dev' into dev 2025-01-12 11:32:43 +08:00
Vanessa
4abc67c046 🎨 https://github.com/siyuan-note/siyuan/issues/13791 2025-01-12 11:32:31 +08:00
Daniel
e60691496f
🎨 Supports proxy settings on mobile when using network serving https://github.com/siyuan-note/siyuan/issues/13784 2025-01-12 10:48:36 +08:00
Vanessa
87f3047174 💄 2025-01-12 00:52:05 +08:00
Vanessa
e8a1860920 🎨 https://github.com/siyuan-note/siyuan/issues/13776 2025-01-12 00:47:26 +08:00
Vanessa
7c6f9dabf1 Merge remote-tracking branch 'origin/dev' into dev 2025-01-11 23:21:16 +08:00
Vanessa
04308fb2dd 🎨 https://github.com/siyuan-note/siyuan/issues/13787 2025-01-11 23:20:55 +08:00