Commit Graph

17096 Commits (8e8e97c7a694e0fc0177c256a1aff62d143778ff)

Author SHA1 Message Date
Tienson Qin 8e8e97c7a6 enhance: unify page/block editor 2024-08-27 23:22:27 +08:00
Gabriel Horner 190cb36a07 fix: frontend lints /cc @xyhp915 2024-08-27 10:36:34 -04:00
charlie 929792cf22 enhance(ui): slash datepicker 2024-08-27 20:27:10 +08:00
charlie c5010b6679 enhance(ux): months/years navigation for shui datepicker 2024-08-27 20:00:36 +08:00
charlie 86722711f3 enhance(ux): months/years navigation for shui datepicker 2024-08-27 19:48:39 +08:00
charlie 4978574851 enhance(ui): support delete date option for the date picker 2024-08-27 18:57:22 +08:00
charlie 8444031518 enhance(ux): add month/year select for the shui datepicker 2024-08-27 14:37:04 +08:00
charlie 2aa36c0a14 enhance(ux): dropdown property editor as default 2024-08-27 13:48:30 +08:00
Gabriel Horner d2b4b15106 fix: all CLI scripts failing basic operations
Update sqlite.cli fns to match changes from #11483 in db-worker
2024-08-26 12:21:40 -04:00
Gabriel Horner de6c6aedd2 chore: bump nbb-logseq for datascript bump in #11483 2024-08-26 11:22:40 -04:00
Gabriel Horner e750e73db7 fix: frontend lints 2024-08-26 11:04:29 -04:00
Gabriel Horner 5f697b98b1 Merge branch 'master' into feat/db 2024-08-26 10:42:38 -04:00
Tienson Qin ec94292858 fix: property table filters crash 2024-08-26 19:01:17 +08:00
Tienson Qin 7a977dbba3 enhance: mod+p to set icon and able to set block's icon
A block can use its tags' icon if it doesn't has its own icon.
2024-08-26 18:46:00 +08:00
charlie 3d582c9cda enhance(ux): support do not remind me for the shui confirm dialog 2024-08-26 16:34:53 +08:00
Tienson Qin 81b17a903e fix: not possible to edit a property from the property dialog 2024-08-26 15:56:30 +08:00
Tienson Qin a1c56c0189 fix: node reference that contains a softline break and tag breaks
the node reference

fixes https://github.com/logseq/db-test/issues/40
2024-08-26 13:02:43 +08:00
Tienson Qin 823ba3ea09 fix: linking a [[block]] doesn't respect URL formatting
fixes https://github.com/logseq/db-test/issues/31
fixes https://github.com/logseq/db-test/issues/42
2024-08-26 12:43:31 +08:00
Tienson Qin ca34eb6f36
Merge pull request #11483 from logseq/fix/ensure-db-safety
safety: delete kvs row if only it's not used anymore
2024-08-26 12:32:15 +08:00
Tienson Qin 0ffca2b6f6
Merge branch 'feat/db' into fix/ensure-db-safety 2024-08-26 12:31:55 +08:00
Tienson Qin e4b04664cf enhance: replace random-uuid with eid 2024-08-26 12:30:54 +08:00
Tienson Qin 1b6cbeabec fix: use block uuid instead of title when referencing a block
fixes https://github.com/logseq/db-test/issues/33
related to https://github.com/logseq/db-test/issues/40
2024-08-24 20:27:30 +08:00
Tienson Qin 072d74c798 fix: build stage 2024-08-24 19:35:08 +08:00
Tienson Qin b4ae2ccc21 chore: update projectname 2024-08-24 19:25:51 +08:00
Tienson Qin 14da67e969 chore: remove unused workflow 2024-08-24 19:24:36 +08:00
Tienson Qin 29f7d5f422 chore: add build-demo workflow 2024-08-24 19:15:00 +08:00
Tienson Qin 8995881a38 Revert "chore: update workflow"
This reverts commit eeb5989bd4.
2024-08-24 19:12:43 +08:00
Tienson Qin 278a185893 chore: update workflow 2024-08-24 18:58:04 +08:00
Tienson Qin eeb5989bd4 chore: update workflow 2024-08-24 18:55:41 +08:00
charlie 02d2572ac0 enhance(ux): polish dropdown property editor 2024-08-24 16:52:00 +08:00
charlie 9a1e6890d8 enhance(ux): polish dropdown property editor 2024-08-24 11:37:31 +08:00
Gabriel Horner b344e2c152 fix: can't expand block ref
when navigating to original block (a common workflow in file graphs).
Also fixes not expanding ref in sidebar
2024-08-23 18:46:41 -04:00
Gabriel Horner f2b38b5963 fix: stop shadowing vars in deps and turn on related lint
Follow up to last commit. Added some exceptions for cljs.core
to minimize change for now
2024-08-23 16:58:08 -04:00
Gabriel Horner 5ff364ba1e fix: stop shadowing vars for components
Turn on kondo :shadowed-var lint and fix failures.  If this lint had
been turned on, it would have caught logseq/db-test#38 and saved us time
from debugging which random component was accidentally shadowed by a var
and failing with 'Objects are not valid as a React child'. Also fixed a
few outside components but stopped b/c there are too many to do right
now
2024-08-23 15:19:33 -04:00
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