Commit Graph

17174 Commits (be8593f2c5e7c1a385274e8d33754c5e2cb13a3a)

Author SHA1 Message Date
Tienson Qin faecfd6859 fix: safe check block/title 2024-08-12 17:33:15 +08:00
Tienson Qin a91a38ad83 fix: page type icon in the right sidebar 2024-08-12 17:28:20 +08:00
Tienson Qin 3218508394 enhance: skip choosing tag 2024-08-12 17:13:50 +08:00
charlie 37830905ae fix(ux): table sticky header in viewport 2024-08-12 12:09:29 +08:00
Tienson Qin bcf2fb9977 fix: class properties 2024-08-12 11:11:40 +08:00
Tienson Qin 1190f55199 fix: remove the hack on blocks list virtualization 2024-08-12 10:59:23 +08:00
charlie ffbadb0f6d fix: switch repo error for the new db graph 2024-08-12 10:47:13 +08:00
Tienson Qin 1f70958958 fix: lint warning 2024-08-12 09:41:38 +08:00
Tienson Qin 56874a5c76 fix: file not saved for file graphs 2024-08-11 10:23:47 +08:00
Tienson Qin 6c403fe506 fix: sort nodes by closed value properties and task deadline 2024-08-11 10:07:57 +08:00
charlie 8a07162bb1 enhance(ux): place the importer progress indicator into shui modal 2024-08-10 17:22:13 +08:00
Tienson Qin b9f9fa0ca6 wip: Demo switch to use db graph 2024-08-10 13:42:37 +08:00
Konstantinos 043927031e
Enhance (dev) (#10981)
* remove electron.html

* remove unneeded some

* remove react deps from repo

* remove mobile index.html

* reintroduce tl-select-trigger styles

* reintroduce popper arrow styles

* remove ui.js from repo

* remove glide resources from repo

* enhance tabler-icons resource handling

* fix glidejs path

* add glidejs theme

* Revert "remove mobile index.html"

This reverts commit 8c84a2655f.

* Revert "enhance tabler-icons resource handling"

This reverts commit f8ac25154f.

---------

Co-authored-by: Gabriel Horner <gabriel@logseq.com>
2024-08-09 17:00:15 -04:00
Gabriel Horner 9ec71e19f1 fix: file-specific imports showing up for db version 2024-08-09 14:56:47 -04:00
Gabriel Horner fc518f0756 fix: block not collapsing for simple queries 2024-08-09 14:39:50 -04:00
Gabriel Horner 31c6cd3f5d chore: update overview docs 2024-08-09 14:05:08 -04:00
Gabriel Horner 261118d4dc refactor: finish frontend independence from worker and add lint
Remaining fixes worker all file related. Fixes LOG-3717
2024-08-09 12:16:20 -04:00
Gabriel Horner 20eac03cea refactor: mv common worker/frontend ns to frontend/common
Move common core.async, date and search utils to frontend/common.
Part of LOG-3171
2024-08-09 11:18:32 -04:00
Tienson Qin dff466801d fix: include node embed in linked references
fix https://github.com/logseq/db-test-cn/issues/11
2024-08-09 19:59:52 +08:00
Tienson Qin 8b9cf51927 fix: missing nodes on tag page 2024-08-09 18:39:18 +08:00
Tienson Qin 59103a1607 fix: can't edit notes for class and property page 2024-08-09 18:17:08 +08:00
charlie fcb92a5bdc fix(ui): sticky header for all pages table 2024-08-09 17:58:27 +08:00
Tienson Qin 7e8ae14592 fix: hide blocks with the current property in page body 2024-08-09 17:42:39 +08:00
charlie bbe28d1ad2 fix(ui): sticky header for the tagged table 2024-08-09 17:21:28 +08:00
Tienson Qin 4b9875cde0 fix: don't mark a page as loaded if it doesn't ask for children 2024-08-09 17:20:17 +08:00
rcmerci c7c17e3dd2 fix: able to delete properties not built-in for the specific class 2024-08-09 17:12:16 +08:00
charlie d3057f6965 refactor: remove unused css 2024-08-09 14:38:12 +08:00
charlie e6c73e896c enhance(ui): alignment for block title marker 2024-08-09 14:20:54 +08:00
charlie 2333d42e62 enhance(ui): polish details 2024-08-09 14:04:27 +08:00
Tienson Qin dce8459248 enhance: don't show tag icon when choosing tags 2024-08-09 13:09:03 +08:00
Tienson Qin ce11e09c7b enhance: disable (()) to trigger node embed to avoid confusion 2024-08-09 13:02:47 +08:00
Gabriel Horner 7a40761eca refactor: organize worker namespaces and lint them
Organize them to live under src/main/frontend/worker and add a lint to ensure
that common code with frontend is only under frontend/common/.
Add a linter to ensure that worker doesn't depend on frontend.
Motivated to fix after recent worker breakage fixed by
75463c4df4
2024-08-08 23:01:57 -04:00
Tienson Qin b62715ebd8 enhance: replace inline tags with node references 2024-08-09 10:50:17 +08:00
Gabriel Horner a2df9564c6 refactor: list file-graph properties that are supported
by export rather than listing db-graph properties which would
change a lot. This is a follow up to fixing built-in property conflicts
as part of LOG-3039
2024-08-08 15:16:21 -04:00
Gabriel Horner 4a69e75e88 fix: import doesn't fail if it has a page with new class name
fixes LOG-3039
2024-08-08 15:16:21 -04:00
Tienson Qin 1f0bac9343 fix: diff merge tests 2024-08-08 21:46:48 +08:00
Tienson Qin 05fa4d89f2 fix: inline display for elements in block title 2024-08-08 21:39:49 +08:00
Gabriel Horner e9ac9d2cae fix: lang lint
translation keys that are passed in code need to be configured
2024-08-08 09:35:26 -04:00
Gabriel Horner 48df03a1fa fix: finish removing arweave
Follow up to a6e0b0a092
2024-08-08 09:24:02 -04:00
Gabriel Horner b90137199d fix typos 2024-08-08 09:24:02 -04:00
Gabriel Horner c660096937 fix: common test failing due to code organization
datascript based utils should be in db dep. common is for dependency free
namespaces
2024-08-08 09:24:02 -04:00
Tienson Qin b050d478f6 enhance: different title-key for tag and property nodes 2024-08-08 21:22:51 +08:00
Tienson Qin ae746f1a9a feat: convert page to Tag 2024-08-08 21:14:45 +08:00
Tienson Qin b4a887c026 fix: can't paste headings
fixes https://github.com/logseq/db-test-cn/issues/7
2024-08-08 20:28:11 +08:00
Tienson Qin 4c2d6416ce fix: page preview accept page uuid instead of name
fixes https://github.com/logseq/db-test-cn/issues/8
2024-08-08 17:59:16 +08:00
Tienson Qin d70ef31be5 enhance: allow Tag and Property to have notes 2024-08-08 17:47:44 +08:00
rcmerci d132f41cab enhance: validate :block/type change 2024-08-08 17:11:44 +08:00
charlie 159c0bf03e enhance(ux): disable file based graph for web 2024-08-08 16:39:06 +08:00
Tienson Qin a6004f416d fix: ensure all pages list pages only 2024-08-08 16:07:18 +08:00
charlie fbe35645bd enhance(dev): check worker scope 2024-08-08 15:05:11 +08:00