Gabriel Horner
187fa1d29e
chore: disable e2e workflow without receiving 'No jobs' notifications on every push
2024-08-23 11:01:21 -04:00
Gabriel Horner
2f8e9fa703
fix: new property config modal crashes
...
Fixes logseq/db-test#38 and logseq/db-test#39 . Caused by component
name clashing with local binding. Linter should be able to catch this
...
2024-08-23 10:50:18 -04:00
Gabriel Horner
748a5d6195
fix: UI crashes on file graph while typing in tag autocomplete
...
This happens shortly after loading the app on today's journal
2024-08-23 09:33:41 -04:00
charlie
4ec8e98f5d
enhance(ux): dropdown property editor
2024-08-23 17:55:13 +08:00
Tienson Qin
652de8d544
fix: removing a node-reference to a page deletes the page
...
fixes https://github.com/logseq/db-test/issues/35
2024-08-23 16:12:58 +08:00
charlie
88e3c4b097
chore: update build workflow
2024-08-23 15:58:11 +08:00
Tienson Qin
f1b0622ecd
fix: undo creation of journal page
...
fixes https://github.com/logseq/db-test/issues/25
2024-08-23 15:57:50 +08:00
charlie
ca89347d5e
chore: add build workflow
2024-08-23 15:51:28 +08:00
Tienson Qin
e25b04ff46
fix: stage static directory
2024-08-23 15:48:56 +08:00
Tienson Qin
009ba0b654
fix: undo text still shows up in search results
...
fixes https://github.com/logseq/db-test/issues/26
2024-08-23 15:17:38 +08:00
Tienson Qin
69816cdd2b
fix: cmd-k search deletes unsaved changes
...
fixes https://github.com/logseq/db-test/issues/27
2024-08-23 14:55:47 +08:00
Tienson Qin
f11932e0c5
fix: putting the text "#Task" in a block breaks creating new tasks
...
fixes https://github.com/logseq/db-test/issues/24
2024-08-23 14:37:46 +08:00
Gabriel Horner
3d1ed4ca54
fix: :default property value objects shouldn't reference
...
their parent block. For logseq/db-test#36
2024-08-22 17:23:37 -04:00
Gabriel Horner
29c8a4fc4a
chore: remove remaining references of old tutorials
...
Follow up to 8b470dd455 .
New tutorials will be written for db version
2024-08-22 15:06:15 -04:00
Tienson Qin
818e0046cb
fix: lint
2024-08-23 01:50:15 +08:00
Tienson Qin
cedc81e11b
Merge branch 'feat/db' into fix/ensure-db-safety
2024-08-23 01:09:41 +08:00
Gabriel Horner
ea6ea6f4f2
chore: disable e2e-tests for now so we can ship with ✅
2024-08-23 01:05:31 +08:00
Gabriel Horner
781ee8cfb1
fix: remove unused var and state
...
State no longer used after 15a78d4f1b
2024-08-23 01:05:31 +08:00
Gabriel Horner
9291e8b3b0
enhance: users can navigate to public built-in nodes like task ones
...
We spent a good amount of effort making tasks customizable. It should
be easy for users to navigate to Task or status page to customize them
2024-08-23 01:05:31 +08:00
charlie
a207dfade3
fix(ui): bg color vars for the radix menu content
2024-08-23 01:05:31 +08:00
charlie
d62da80bc5
enhance(ux): set property description for the dropdown property editor
2024-08-23 01:05:31 +08:00
charlie
8beb31db5e
enhance(ux): functionality for the dropdown property editor
2024-08-23 01:05:31 +08:00
Tienson Qin
a779245205
feat: export debug json which exclude sensitive data
2024-08-23 01:01:54 +08:00
Gabriel Horner
89c89f0244
chore: disable e2e-tests for now so we can ship with ✅
2024-08-22 10:52:27 -04:00
Tienson Qin
14de328a06
chore: disable debug
2024-08-22 22:43:50 +08:00
Gabriel Horner
df0ef55e4c
fix: remove unused var and state
...
State no longer used after 15a78d4f1b
2024-08-22 10:39:58 -04:00
Tienson Qin
0ddde1f024
fix: migrate kvs table
2024-08-22 22:36:48 +08:00
Gabriel Horner
e8ab1cea49
enhance: users can navigate to public built-in nodes like task ones
...
We spent a good amount of effort making tasks customizable. It should
be easy for users to navigate to Task or status page to customize them
2024-08-22 10:33:34 -04:00
Tienson Qin
a7d330af83
fix: add sqlite kvs table migration
2024-08-22 22:03:54 +08:00
Tienson Qin
fa493f72dc
chore: bump datascript
2024-08-22 21:39:54 +08:00
Tienson Qin
674dbfb890
fix: don't delete rows from kvs if they're still used by other rows
2024-08-22 21:28:44 +08:00
charlie
8074b6a989
fix(ui): bg color vars for the radix menu content
2024-08-22 18:49:23 +08:00
charlie
55c8fd8e44
enhance(ux): set property description for the dropdown property editor
2024-08-22 18:36:03 +08:00
charlie
082511cf83
enhance(ux): functionality for the dropdown property editor
2024-08-22 18:13:15 +08:00
Tienson Qin
15a78d4f1b
enhance: db sync writes
2024-08-22 13:16:06 +08:00
charlie
c02052f214
fix(css): invalid tailwind value
2024-08-22 12:36:31 +08:00
charlie
1b0a67f359
enhance(dev): add debug option for the property edit dropdown
2024-08-22 11:32:21 +08:00
charlie
3241707534
enhance(ui): display inline for the node ref within the block title line
2024-08-22 10:41:18 +08:00
Gabriel Horner
e16c880280
enhance(dev): extend fast kondo lint to run across all kondo dirs
2024-08-21 21:43:12 -04:00
Gabriel Horner
9779c59874
fix: wording of property type
...
'Schema type' references the :block/schema implementation of a property type. No need
to add schema as a new term when property type is more understandable
2024-08-21 16:14:18 -04:00
Gabriel Horner
37c96ef781
chore: disable test that has been failing since last week
2024-08-21 15:06:58 -04:00
Gabriel Horner
c5c785e627
fix: can't set name+description of properties by pressing enter
...
For logseq/db-test#32
2024-08-21 14:26:38 -04:00
Gabriel Horner
bc18661c90
enhance(dev): Add fast kondo lint for dev
2024-08-21 13:33:01 -04:00
Gabriel Horner
e14465e72c
fix: current page not triggering and translating to current page
...
For logseq/db-test#28
2024-08-21 11:22:40 -04:00
Gabriel Horner
2141b30598
fix: remove lang keys removed from UI in 71163987a0
2024-08-21 10:08:39 -04:00
Gabriel Horner
e0b2a75747
chore: add another file to db-file graph linter
2024-08-21 09:19:00 -04:00
Gabriel Horner
f655903bf6
fix: frontend lint /cc @xyhp915
2024-08-21 09:18:58 -04:00
charlie
2f70a35638
enhance(ux): functionality for the dropdown property editor
2024-08-21 21:15:40 +08:00
charlie
8f371a18dd
enhance(ux): WIP functionality for the dropdown property editor
2024-08-21 18:36:28 +08:00
charlie
75c8f1b51a
enhance(ui): put login into app dots menu
2024-08-21 12:24:03 +08:00