Commit Graph

304 Commits

Author SHA1 Message Date
Tienson Qin
210e8e14e6 enhance(ux): hovering tag doesn't increase its width 2025-05-12 22:24:47 +08:00
Tienson Qin
5675aae564 fix(regression): can't set default-value on :default property 2025-04-30 15:00:50 +08:00
Tienson Qin
46bdd1a366 enhance: set query title && code 2025-04-20 12:18:36 +08:00
Tienson Qin
62514b74d8 perf: page filter and search 2025-04-16 15:18:20 +08:00
Tienson Qin
a9e38f0e0d Merge branch 'feat/db' into perf/app-start 2025-04-14 17:48:32 +08:00
Tienson Qin
4cff47a091 fix: breadcrumb inline display 2025-04-13 15:56:15 +08:00
charlie
aa91713460 fix(ui): broken line for the annotation block ref 2025-04-11 14:55:31 +08:00
Tienson Qin
25ba3e6b7d fix: code block bottom space 2025-04-09 19:02:35 +08:00
Tienson Qin
a74c99af0f fix: add background color for code block actions 2025-04-09 18:18:54 +08:00
Tienson Qin
ad4b1af31e fix: page reference display error 2025-03-14 12:47:57 +08:00
charlie
94e924027d enhance(ui): blink for the task checkbox switching 2025-03-07 10:15:08 +08:00
Tienson Qin
88f507d34c enhance: add padding right to block container 2025-02-24 17:32:49 +08:00
Tienson Qin
9c77b21fa7 enhance: show task status when referencing the task 2025-02-20 19:11:06 +08:00
Tienson Qin
d0c149c78f enhance: display date property value as today/yesterday/tomorrow
if possible
2024-12-22 18:21:22 +08:00
Tienson Qin
57d1c60acd style tweaks 2024-12-17 22:04:29 +08:00
Tienson Qin
e51959da0e enhance: move tag remove button to the left 2024-12-17 22:04:29 +08:00
Tienson Qin
7c2d17ec16 fix: can't remove tag 2024-12-17 16:14:52 +08:00
charlie
21d03bb08e fix(ui): the code editor breaks the page container 2024-12-16 14:30:30 +08:00
Tienson Qin
f30879ac54 enhance: automatically resizing youtube iframe
fixes https://github.com/logseq/db-test/issues/188
2024-12-16 10:35:18 +08:00
Tienson Qin
4477dcfb95 fix: set aspect ratio for youtube video player 2024-12-15 22:15:31 +08:00
Tienson Qin
47da0f8576 fix: breadcrumb wrap 2024-12-15 12:22:12 +08:00
charlie
4a74e652be enhance(ui): polish table header details 2024-12-05 12:00:17 +08:00
Tienson Qin
82ea47382e enhance: add close button to quit highlight recent blocks 2024-12-02 22:06:54 +08:00
Tienson Qin
8b8fd8712c feat: highlight recent blocks 2024-12-02 21:07:04 +08:00
charlie
72e6700b74 fix(ui): page blink for the pdf file ref link 2024-11-29 15:18:24 +08:00
charlie
978c5e80d4 enhance(ux): page blink when the dummy block transits to normal block 2024-11-29 11:33:29 +08:00
charlie
78c426cb94 fix(ui): linking a header in text breaks formatting https://github.com/logseq/db-test/issues/170 2024-11-25 11:00:04 +08:00
charlie
e5c597f59b fix(ui): blink for the heading block during into editing mode 2024-11-06 10:16:56 +08:00
charlie
dc3bdc793c fix(ui): alignments for the editing heading block within the table view container 2024-11-06 09:50:26 +08:00
charlie
43a25d2cfe enhance(ux): page title actions 2024-11-05 17:06:49 +08:00
charlie
6ce35365fa fix(ui): broken text for the heading block ref 2024-11-05 11:58:26 +08:00
Tienson Qin
385b4937e1 enhance: store url property value in :block/title
So that url can be written using the block editor.
2024-11-04 23:11:48 +08:00
charlie
a4df98903e enhance(ui): polish block control arrow for the block with emoji/icon 2024-11-04 14:16:10 +08:00
charlie
81918d9751 fix(ui): broken text for the asset ref link 2024-11-04 10:28:09 +08:00
charlie
d862e443ea fix(ui): long page name broken for the page ref link 2024-11-01 18:57:40 +08:00
charlie
a6dbcb155f enhance(ui): not resizeable image within the positioned property node 2024-10-31 17:50:06 +08:00
charlie
3eded51689 enhance(ux): limit min width for the resized image 2024-10-31 17:50:06 +08:00
charlie
8f24bb51da enhance(ux): resize image horizontal handles 2024-10-31 17:50:06 +08:00
Tienson Qin
4384af08e6 fix: style issue 2024-10-18 17:30:00 +08:00
Tienson Qin
07a5187e30 enhance: show empty left && right positioned properties
Also fixed the issue that positioned property value can't be selected.
2024-10-18 17:24:52 +08:00
Tienson Qin
b352300927 fix: display icon in node reference
Unless it's a normal page or block without any tag.
2024-10-09 19:02:04 +08:00
Tienson Qin
812cdd5840 enhance: save new files to #asset instead of the current page
When the current editing block is not empty.
2024-10-08 19:56:35 +08:00
charlie
61f583e485 fix(ui): property below the block misaligned https://github.com/logseq/db-test/issues/122 2024-10-08 11:05:34 +08:00
Tienson Qin
deb3507bb0 enhance: copy code block
1. search and store code lang instead of mode
2. select uses frontend.components.select instead of shui input + auto-complete
2024-10-02 12:58:15 +08:00
charlie
ca08ba94e1 enhance(ux): polish workflow for the code type block 2024-09-27 14:34:22 +08:00
charlie
d02488de2b enhance(ux): add mode picker for the code editor 2024-09-27 12:30:06 +08:00
Tienson Qin
599475b15e fix: embedded Youtube player too narrow
fixes https://github.com/logseq/db-test/issues/110
2024-09-19 19:57:30 +08:00
Tienson Qin
c3f0cc1953 fix: disallow # in page name
Because it creates ambiguity in some cases:
1. With cmd-k we can’t tell the difference between an Apple page
tagged with Fruit and a page named "Apple #Fruit"
2. What should we do with [[Apple #Fruit king]]?
3. Is `#` for Markdown heading or part of a page name?

Fixes https://github.com/logseq/db-test/issues/100
Fixes https://github.com/logseq/db-test/issues/106
Fixes https://github.com/logseq/db-test/issues/105
2024-09-19 06:31:26 +08:00
Tienson Qin
0e264a27c9 enhance: limit property width 2024-09-18 22:22:43 +08:00
charlie
ca00f843b7 fix(ui): markdown table horizontal scrollbar https://github.com/logseq/db-test/issues/84 2024-09-13 12:17:36 +08:00