scheinriese
c51e58a7fb
redesigned Shortcut component
2025-11-28 03:27:06 +01:00
scheinriese
807cfed6d4
hug height of dropdown results…
2025-11-27 19:13:06 +01:00
scheinriese
f50806e9a3
updated popper background-color
2025-11-27 18:57:26 +01:00
scheinriese
3258aea29f
smooth scroll experience in select dropdown
2025-11-27 18:46:22 +01:00
scheinriese
19a6b82817
State effects for combobox list items
2025-11-27 17:45:45 +01:00
scheinriese
7606dca423
feat: implement property bullet rendering and styles
...
- Added functions for rendering property icons and bullets in property.cljs.
- Introduced new CSS styles for property bullets, including filled and bordered squares.
- Updated property key and value rendering to utilize the new bullet components.
2025-06-27 20:16:16 +02:00
scheinriese
f5cfed910f
fix: adjust margin for block title and update CSS positioning
...
- Updated margin-left values in block.cljs for better alignment of page titles.
- Adjusted left positioning in block.css for page title actions to improve layout consistency.
2025-06-27 00:54:57 +02:00
scheinriese
57a6e9ffed
WIP: Minmal CSS UI layout tweaks before clean build
2025-06-26 17:13:38 +02:00
Tienson Qin
e443bbca9c
fix: lint
2025-06-25 18:41:34 +08:00
Tienson Qin
cb88d84a5e
fix: dnd-kit sortable items require ids
2025-06-25 18:30:35 +08:00
Tienson Qin
cbfe85523c
fix: unset property can break system nodes/pages
...
fixes https://github.com/logseq/db-test/issues/354
2025-06-25 17:39:41 +08:00
Tienson Qin
6f269462ab
fix: hide page history menu for db graphs
...
fixes https://github.com/logseq/db-test/issues/355
2025-06-25 16:41:12 +08:00
Tienson Qin
1aa21ecd8a
fix: images in table view
2025-06-25 16:37:20 +08:00
Tienson Qin
d14cfb07bc
fix: asset display in property value
2025-06-25 16:25:55 +08:00
Tienson Qin
9209118261
fix: display tweet macro instead of embed in table view
...
fixes https://github.com/logseq/db-test/issues/353
2025-06-25 16:11:07 +08:00
Tienson Qin
2708743660
enhance(ux): don't clear input after adding a page to Library
...
fixes https://github.com/logseq/db-test/issues/352
2025-06-25 15:58:44 +08:00
Gabriel Horner
b940138a39
fix: tag completion showing 2 entries for an existing tag
...
including 'New tag'. Regression from e92ea7a771
2025-06-24 14:55:17 -04:00
Gabriel Horner
9f924dd587
chore: remove dev flag
2025-06-24 10:40:02 -04:00
Tienson Qin
dfa428caaa
enhance: migrate fixes should be pure functions
2025-06-24 20:59:06 +08:00
Gabriel Horner
1b3a9cdd53
fix(dev): test build can't be watched
...
With last shadow-cljs upgrade, can no longer start a separate test watch
so instead start one with `npx shadow-cljs watch test`
2025-06-24 08:40:33 -04:00
Gabriel Horner
e4ffd13340
fix: tags can have duplicate names
...
Tags should not have duplicate names regardless of their
extends or if they're built-in or not.
Fixes https://github.com/logseq/db-test/issues/338 and fixes
https://github.com/logseq/db-test/issues/349
2025-06-24 08:35:49 -04:00
charlie
6dca6de649
enhance(ux): improve image asset ux
2025-06-24 17:36:16 +08:00
charlie
71cdd4a55f
enhance(ui): use dots menu for the asset actions
2025-06-24 17:36:16 +08:00
Tienson Qin
e402010b0d
fix: e2e tests
2025-06-24 16:37:19 +08:00
Tienson Qin
e73caeb8f1
fix: uploaded file cannot be opened in file graphs
...
fixed https://github.com/logseq/db-test/issues/298
2025-06-24 16:12:54 +08:00
Tienson Qin
1e59e8e635
fix: breadcrumb inline
2025-06-24 15:44:16 +08:00
Tienson Qin
df9f64b5ef
fix: breadcrumb inline
2025-06-24 15:35:46 +08:00
Tienson Qin
3e8d0f01da
fix: press ESC while typing Chinese lost the cursor
...
fixes https://github.com/logseq/db-test/issues/344
2025-06-24 14:29:18 +08:00
Tienson Qin
04d3d02f43
fix: number value not saved when redirecting to another page
...
related to https://github.com/logseq/db-test/issues/331
2025-06-24 14:19:59 +08:00
Tienson Qin
c770c91409
fix: url type validation
...
This commit also fixes the unknown error in db validations.
fixes https://github.com/logseq/db-test/issues/348
2025-06-24 12:25:07 +08:00
Gabriel Horner
42f0519797
fix: import property that changes from :node to :default
...
on same page :as :node property is defined. Also affects :date ->
:default. Fixes https://github.com/logseq/db-test/issues/340
2025-06-23 14:02:28 -04:00
Tienson Qin
19513d3ecb
fix: delete at end concats wrong blocks
...
related to https://github.com/logseq/db-test/issues/347
2025-06-23 23:05:02 +08:00
Gabriel Horner
b4ed4ec55c
fix: deprecation warning for namespace macro
2025-06-23 10:02:11 -04:00
Gabriel Horner
957eab73d8
fix: import fails on query sort with built-in properties
...
Fix for https://github.com/logseq/db-test/issues/341
2025-06-23 09:17:26 -04:00
Tienson Qin
d4b92a4c0e
Merge pull request #11954 from logseq/feat/import-embeds
...
Feat: Import page and block embeds
2025-06-23 19:04:15 +08:00
Gabriel Horner
58d3abbafb
fix: use ast blocks for simple queries conversions
...
Fixes cases where {{query nested in BEGIN_* blocks were incorrectly
being converted to queries. Also made ast block handling faster
by only doing one prewalk and cleaned up handling of queries
2025-06-23 19:04:03 +08:00
Gabriel Horner
cc05518ea5
fix: use ast blocks for advanced queries conversion
...
Fixes cases where BEGIN_QUERY nested in BEGIN_SRC were incorrectly
being converted to queries e.g. most queries in
https://docs.logseq.com/#/page/advanced%20queries
2025-06-23 19:04:03 +08:00
Gabriel Horner
507ff3ce29
enhance: import page and block embeds
...
One embed per block as that's what DB version supports.
Fixes https://github.com/logseq/db-test/issues/198
2025-06-23 19:04:03 +08:00
Tienson Qin
8f2f40df8e
fix: e2e tests
2025-06-22 22:07:37 +08:00
Tienson Qin
bc56fa3bd0
fix: typo
2025-06-22 20:51:43 +08:00
Tienson Qin
73fdd87dcf
enhance(ux): separate delete local graph and remote graph
2025-06-22 20:42:21 +08:00
Tienson Qin
33331cc3e6
enhance(perf): avoid re-run built-in queries when collapsed
2025-06-22 18:26:18 +08:00
Tienson Qin
f33d02c8ab
fix: no border for table rows
2025-06-22 16:17:57 +08:00
Tienson Qin
ff2ebe31ef
fix: open asset file with default app on Electron
...
related to https://github.com/logseq/db-test/issues/337
2025-06-22 16:06:52 +08:00
Tienson Qin
2383e44539
enhance: word
2025-06-22 12:50:52 +08:00
Tienson Qin
9b0263823f
fix: invalidated blocks
...
related to https://github.com/logseq/db-test/issues/281
2025-06-22 12:33:48 +08:00
Tienson Qin
ac019a271d
fix: graph view
...
related to https://github.com/logseq/db-test/issues/330
2025-06-22 10:34:19 +08:00
Tienson Qin
b5f0a4d236
fix: building search index shouldn't blocked by one block
...
related to https://github.com/logseq/db-test/issues/332
2025-06-22 10:22:02 +08:00
Tienson Qin
c8e869db4a
fix: can't edit blocks on tags
...
fix https://github.com/logseq/db-test/issues/335
fix https://github.com/logseq/db-test/issues/336
2025-06-22 10:13:40 +08:00
Gabriel Horner
fdff75cdf8
fix: import not handling scheduled and deadline property
...
on same block. Fixes https://github.com/logseq/db-test/issues/318
2025-06-20 17:06:52 -04:00