Commit Graph

16605 Commits (7c641925be316bf9d57f88399f30f9c11e20e3d4)

Author SHA1 Message Date
rcmerci fa14834071 feat(db-sync): update assets-sync loop 2024-07-10 18:44:20 +08:00
rcmerci 2d6bec74ed feat(rtc.asset, wip): init add assets-sync related ns, fns 2024-07-10 18:44:20 +08:00
charlie 65b6a6b258 fix: incorrect input behavior for the create db graph input 2024-07-10 18:17:56 +08:00
charlie 2933e45694 enhance(ui): support custom colors for the icons picker 2024-07-10 17:54:57 +08:00
Gabriel Horner c406cb2461 fix: db import when properties change from :date to :page
Part of LOG-3176
2024-07-09 15:22:35 -04:00
Gabriel Horner 60b13a525e fix: db import of collapsed block being invalid
Also cleanup infer fn which had import-specific code and add tests
for :default to :page :type change. Part of LOG-3176
2024-07-09 14:23:22 -04:00
Gabriel Horner 8279205fc7 fix: db import of property :type changes to :default
Just handles :one cardinality so far. Part of LOG-3176
2024-07-09 12:33:35 -04:00
charlie ff3f8afce3 enhance(ux): support virtual list for the icons picker 2024-07-09 18:07:19 +08:00
charlie fdf7a2cf50 enhance(ui): add more tabler extension icons 2024-07-09 15:20:51 +08:00
charlie 54f9f9dc96 enhance(ui): polish icons picker 2024-07-09 13:52:55 +08:00
charlie b3ab38e70b refactor: simplify codes 2024-07-09 12:14:27 +08:00
charlie 405dfa8300 fix(ui): remove spaces for the tabler icon names 2024-07-09 12:10:53 +08:00
charlie f3888e4509 enhance(ui): polish priority related icons 2024-07-09 10:53:35 +08:00
Gabriel Horner 0f7f4d431e fix: db import of a page with two uses of new property
Also add tests for :date property and first property change.
Part of LOG-3176
2024-07-08 21:48:28 -04:00
Gabriel Horner 5b4cb0d213 chore: add test for block refs
Part of LOG-3092
2024-07-08 16:05:30 -04:00
Gabriel Horner 13048a901c chore: add more property tests for db import
Part of LOG-3092
2024-07-08 15:59:33 -04:00
Gabriel Horner 057d6b459f fix: :url property values with macros
Macros in :url are useful for having urls with a common hostname that
can be configured once. Without this fix, docs graph is invalid
2024-07-08 13:34:28 -04:00
Gabriel Horner 47cbe96126 chore: reduce logging verbosity of parser tests 2024-07-08 12:15:07 -04:00
Gabriel Horner 3d732cb018 fix: new class should always set :block/type to "class"
New change with :block/type "page" was causing :tag-classes option to
fail. Part of LOG-3176
2024-07-08 11:46:27 -04:00
charlie 95ebc1e805 fix(ui): z-index for the table header row 2024-07-08 23:23:31 +08:00
Gabriel Horner 4efca908a4 fix: sqlite.build not generating valid pages and journals 2024-07-08 11:06:34 -04:00
Gabriel Horner 7d85ed7538 fix: all pages not using previous translation keys 2024-07-08 10:52:26 -04:00
charlie aa178b1098 fix(ui): tweaks for the tabler extension icons 2024-07-08 22:48:21 +08:00
Gabriel Horner f7b753758c fix: tests with outdated :block/type assertions
also fix lint
2024-07-08 09:51:29 -04:00
charlie b20b45719b fix: conditions 2024-07-08 19:26:01 +08:00
charlie afe122a17a enhance(ui): add icons for the slash command items 2024-07-08 19:08:41 +08:00
Tienson Qin 0b3c59c155 fix: don't redirect page when open sidebar 2024-07-08 17:14:16 +08:00
Tienson Qin 534382242f enhance: add open button to open a block in the right sidebar 2024-07-08 17:04:27 +08:00
Tienson Qin 8a98c9f7c1 enhance: work tweaks 2024-07-08 16:45:04 +08:00
Tienson Qin 62802b8464 fix: reactive table 2024-07-08 16:33:34 +08:00
Tienson Qin 0516b868fd fix: don't redirect page when preview 2024-07-08 16:24:27 +08:00
Tienson Qin 374f43e0c4 enhance: add table action bar 2024-07-08 16:12:57 +08:00
charlie b273df3e76 fix(ui): css tweaks for the ls table container 2024-07-08 15:27:42 +08:00
charlie 73c4bac53c enhance(ux): add the table footer row 2024-07-08 14:03:45 +08:00
Tienson Qin 57c578d215 enhance: add class property directly from table 2024-07-08 11:56:04 +08:00
Tienson Qin 75bad976a0 fix: lint warning 2024-07-08 09:51:17 +08:00
Tienson Qin b9603c56b7 refactor: create blocks for class views
Table state will be stored in the view entity instead of the class.

This is for multiple views support, there could be multiple views
including table, kanban, card, etc.
2024-07-08 09:46:30 +08:00
charlie 19505ae692 fix(ui): css tweaks for the ls table container 2024-07-07 21:44:07 +08:00
Tienson Qin 1854286cf0 refactor: persistent views stored using blocks 2024-07-07 21:05:14 +08:00
charlie a44b8abd7c fix(ui): css tweaks for the ls table container 2024-07-07 19:30:03 +08:00
Tienson Qin 199b92c3c2 fix: pages width 2024-07-07 16:25:33 +08:00
Tienson Qin bbcc2e490f fix: all pages width 2024-07-07 16:24:54 +08:00
charlie 73a53cb368 enhance(ux): WIP another solution for the sticky table header row 2024-07-07 15:41:24 +08:00
Tienson Qin e27e5f9aa9 fix: built-in? value block is not loaded 2024-07-07 15:08:12 +08:00
Tienson Qin ff4d3a9c14 enhance: use virtualized-list instead of virtualized-table
This should makes it easier to implement group-by
2024-07-07 14:56:14 +08:00
Tienson Qin 0e397bcd09 fix: move child classes above linked references 2024-07-07 13:41:03 +08:00
Tienson Qin 1a0b333e7d Merge branch 'refactor/add-page-type' into feat/db 2024-07-07 13:31:27 +08:00
Tienson Qin 7f209d1776 fix: add page type for file graphs too 2024-07-07 13:29:34 +08:00
Tienson Qin 49b9bfc487 fix: add page type for old db graphs 2024-07-07 13:18:54 +08:00
charlie 61afe1ee2f enhance(ux): WIP sticky header for the objects table 2024-07-07 11:25:43 +08:00