Gabriel Horner
c4fee6bdeb
chore: remove deprecated [:page "FOO"]
...
refs from sqlite.build as they have been replaced with
an improved [:build/page ...]
2025-02-04 09:12:26 -05:00
Tienson Qin
926d05c185
feat: table columns pinning ( #11693 )
...
* Add property :logseq.property.table/pinned-columns
* feat: table column pinning
* enhance: hide :id column by default
---------
Co-authored-by: charlie <xyhp915@qq.com >
2025-01-24 11:17:09 +08:00
Gabriel Horner
5e558e902a
fix(dev): debug edn of schema graph had duplicated data in :block/properties
2025-01-21 14:58:41 -05:00
Gabriel Horner
455ccec296
chore: rename sqlite.build edn to remove mention
...
of schema. schema concept no longer exists and these old
names would be confusing
2025-01-21 14:22:16 -05:00
Gabriel Horner
69f5818604
fix: delete existing graph for properties script
...
Didn't work when just graph name is given. Also remove test graph
that was accidentally checked in
2025-01-20 12:26:56 -05:00
Tienson Qin
a7e9d073cd
chore: rename :property/* to :logseq.property/*
2025-01-15 14:59:08 +08:00
Tienson Qin
c6f7f08707
fix: delete existing db for db-graph-test
2025-01-13 16:44:02 +08:00
Tienson Qin
2c04eb76d7
fix: db tests
2025-01-13 16:20:45 +08:00
Tienson Qin
b9b38ceace
fix: db graph test
2025-01-13 10:23:59 +08:00
Tienson Qin
93a7034249
Remove more cases of :block/schema
2025-01-13 10:00:00 +08:00
Gabriel Horner
b2a3559df8
chore: add block/format to file linter
...
follow up to #11667
2025-01-07 16:42:11 -05:00
Gabriel Horner
cf4de2f5fa
chore: update lint to check for two very common db namespaces
2025-01-07 14:11:07 -05:00
Gabriel Horner
3d42cf7522
fix: bump nbb-logseq so that nbb scripts
...
that have already downloaded feat-db-v16 can use the latest nbb-logseq
2025-01-02 16:09:25 -05:00
Tienson Qin
e514e02d5f
bump nbb-logseq
2024-12-26 15:33:53 +08:00
Tienson Qin
b107525c7d
fix: lint
2024-12-24 18:43:56 +08:00
Tienson Qin
2599b45768
Merge branch 'feat/db' into refactor/tag-as-type
2024-12-19 15:09:02 +08:00
Charlie
630c077c02
Enhance(UX): left sidebar ( #11649 )
...
* chore(ui): add sidebar related components
* chore(shui): add sidebar core
* enhance(ui): WIP polish left sidebar
* enhance(ui): polish opacity value
* enhance(ui): remove unnecessary css
* enhance(ui): simplify the left sidebar related css
* enhance(ui): polish left sidebar navigations
* enhance(ui): polish navigations items
* enhance(ui): polish graphs picker from the left sidebar
* enhance(ui): polish graphs selector
* enhance(ui): graphs dropdown content
* enhance(ux): create new page for the graphs selector section
* enhance(ui): remote icon for the graphs selector
* enhance(ui): polish sidebar navigations filter
* fix(ui): background color for the left sidebar
* enhance(ui): refactor names related with the left sidebar
* enhance(ux): WIP configurable navigations from the left sidebar
* enhance(ux): configurable navigations popup
* enhance(ux): persist user navigations from the left sidebar
* fix(ui): bad graph selector type icon
* fix: lint
* fix: lint
* enhance(ui): polish details for the left sidebar
* chore: remove shadcn sidebar component
* chore: remove shadcn sidebar related component
* fix(ui): text overflow for the page name item
2024-12-19 15:00:52 +08:00
Gabriel Horner
ad485875fe
fix(dev): update debug edn of schema.org graph
2024-12-17 10:01:21 -05:00
Gabriel Horner
87caca8c68
fix: some imported pages were missing Page class
...
Also fix error reporting for users wasn't working. Also fix lint
and add another attribute to linter
2024-12-17 22:04:28 +08:00
Tienson Qin
c5fa699db0
Replace more :block/type
2024-12-17 22:04:27 +08:00
Gabriel Horner
bcdd162145
fix: queries with default values
...
and objects that are descendants of a tag with
a default-value property. Fixes
https://test.logseq.com/#/page/67551ea7-bd58-48bb-a0ea-8b976fa94423 .
Also extended sqlite.build to allow closed value properties to
be configured with :build/properties
2024-12-09 12:11:06 -05:00
Gabriel Horner
8e81d7d855
enhance(dev): task to import multiple file graphs easily
...
Also add a --continue option to see all errors on a CLI import
2024-11-21 10:30:58 -05:00
Gabriel Horner
2c23731b5d
fix: property refs not deleted when block property deleted
...
Fixes https://github.com/logseq/db-test-cn/issues/36 . Also fixes private
db-property-attributes leaking into refs caused by #11565
2024-11-15 14:46:32 -05:00
Gabriel Horner
3a22c28493
fix(dev): schema.org debug edn was invalid and noisy
2024-11-11 12:36:24 -05:00
Gabriel Horner
13830cc4d2
fix: property filter queries didn't display page nodes
...
for db graphs. Also tweaked example graph so blocks and pages
have same property values in order to QA property rules like this
2024-11-08 16:34:52 -05:00
Gabriel Horner
e9cf54a3b8
chore: update properties graph to test has-property
...
instead of deleted page-property rules
2024-11-08 14:56:21 -05:00
Gabriel Horner
e157e818cb
chore: mv publishing.cljs to deps/publishing
...
allows for faster publishing dev as publishing-backend workflow
works against latest deps/publishing instead of cached version in .nbb
2024-10-30 12:37:02 -04:00
Tienson Qin
7d084abc5e
fix: publishing app fails to load initial and then user data
...
fixes https://linear.app/logseq/issue/LOG-3257/publishing-app-fails-to-load-initial-and-then-user-data
2024-10-30 15:51:58 +08:00
Gabriel Horner
5c4ce0eee5
fix: delete keys from master langs that no longer exist in db version
...
using new --fix ability
2024-10-29 21:51:44 -04:00
Gabriel Horner
7d729804b0
enhance(dev): add lang --fix support for linting non-default langs
...
Useful for deleting no longer valid keys after merging master to feat/db
2024-10-29 21:49:41 -04:00
Gabriel Horner
79d289a7e2
Merge branch 'master' into feat/db
2024-10-29 21:30:08 -04:00
Gabriel Horner
e27e23574e
fix: lint for a couple pl translations from #11306
2024-10-29 17:06:39 -04:00
Miroslai
5c3d6e9b40
add cs localization ( #11576 )
...
Co-authored-by: Gabriel Horner <97210743+logseq-cldwalker@users.noreply.github.com >
2024-10-29 16:54:15 -04:00
scayuela
88368d5332
Catalan translation registering duplicates
2024-10-28 23:39:57 +01:00
Gabriel Horner
e05d69f3b1
chore: add examples of datetime queries
2024-10-11 17:35:03 -04:00
Gabriel Horner
544050302f
chore: update properties graph to be better examples of query
2024-10-04 15:16:35 -04:00
Gabriel Horner
41554646de
fix: objects with empty properties weren't collapsible
...
Also
- moved file specific collapse to only apply to file graphs
- removed db Query collapse branch b/c it was covered by other db
branches
- updated separate lint to include org mode syntax that is deprecated in
db graphs
2024-09-26 13:19:40 -04:00
Gabriel Horner
128295416a
fix: properties graph generates queries correctly
...
with latest tag and query property
2024-09-25 18:27:51 -04:00
Gabriel Horner
6363dc11ff
fix: invalid advanced query displays simple query editor
...
Also temp fix for separate lint
2024-09-25 10:04:53 -04:00
Gabriel Horner
52eb6985ff
chore: update db file lint to remove namespace
...
and update more unused attributes
2024-09-23 15:00:52 -04:00
Gabriel Horner
8542e6d8d9
chore: add datetime examples to properties graph
2024-09-23 10:09:44 -04:00
Gabriel Horner
a3f8315e01
chore: db file linter can have exceptions
2024-09-23 09:53:31 -04:00
Tienson Qin
fe3d445f32
chore: typo
2024-09-22 13:42:47 +08:00
Tienson Qin
c5c0f5d822
feat: add datetime type
2024-09-22 10:25:07 +08:00
Tienson Qin
7e26022c8b
Merge branch 'feat/db' into feat/namespace
2024-09-21 07:44:53 +08:00
Gabriel Horner
f33ce442e4
fix(dev): dev cmd should only run on clj* files
...
linter fails nonsensically on .md and .css
2024-09-20 17:32:58 -04:00
Tienson Qin
4b3534476c
fix: display parent in editor mode
2024-09-13 23:56:00 +08:00
Gabriel Horner
366e01b7ef
chore: add new ns from #11508 to db lint
...
Also forgot to update docstring in recent commit
2024-09-09 14:40:38 -04:00
Gabriel Horner
e5e9c5c687
chore: mv file-based util namespaces to their own directory
...
Makes maintenance of different graph types easier and increases linting
of what occurs in these namespaces
2024-09-09 14:31:56 -04:00
Tienson Qin
c268841121
refactor: query result with the new table view ( #11508 )
...
feat: table && list view
2024-09-09 06:55:37 +08:00