Tienson Qin
714d61b48b
fix: tests
2024-12-24 18:20:47 +08:00
Tienson Qin
b9e6f08aaa
Merge branch 'feat/db' into feat/repeated-tasks
2024-12-24 18:02:55 +08:00
Tienson Qin
fbefade531
Merge pull request #11634 from logseq/refactor/tag-as-type
...
refactor: replace :block/type with :block/tags
2024-12-24 18:00:07 +08:00
Tienson Qin
48cb4d2f9c
fix: unresolved conflict
2024-12-24 17:44:37 +08:00
Tienson Qin
a3f6e074c9
Merge branch 'feat/db' into refactor/tag-as-type
2024-12-24 17:43:58 +08:00
Tienson Qin
0a2628d125
enhance: support user reschedule property other than Status
2024-12-23 22:08:24 +08:00
Tienson Qin
c9ef716feb
enhance: support other :datetime properties than :scheduled
2024-12-23 18:39:06 +08:00
Tienson Qin
c0a8c7aa49
enhance: display overdue for both :date and :datetime properties
2024-12-23 17:09:57 +08:00
Tienson Qin
3a0e0e9b3f
enhance(ux): warning style on overdue tasks
2024-12-23 16:30:31 +08:00
Tienson Qin
ea8be8936b
feat: choices property displayed as checkbox
...
e.g. Status can be configured to be displayed as a checkbox.
2024-12-23 12:50:41 +08:00
Tienson Qin
7714cc2707
Add property :logseq.property/choice-checkbox-state
2024-12-23 11:51:12 +08:00
Tienson Qin
3eba95e345
enhance(ux): move set default value to dropdown menu
2024-12-23 08:54:22 +08:00
Tienson Qin
d0c149c78f
enhance: display date property value as today/yesterday/tomorrow
...
if possible
2024-12-22 18:21:22 +08:00
Tienson Qin
67f31046c2
fix: set view type default to table
2024-12-22 17:34:24 +08:00
Tienson Qin
8383193c68
feat: add /scheduled for db graphs
2024-12-22 17:29:00 +08:00
Tienson Qin
d099aa07dd
fix: set datetime property should reference to journals
2024-12-22 16:46:49 +08:00
Tienson Qin
31c7b4cb3a
fix: recur-unit should be :default type
2024-12-22 15:27:19 +08:00
Tienson Qin
48da65b832
fix: create journal page from date picker
2024-12-22 15:16:01 +08:00
Tienson Qin
223928343a
Merge branch 'refactor/tag-as-type' into feat/repeated-tasks
2024-12-22 14:46:31 +08:00
Tienson Qin
28e04b3b5d
enhance: display property ident only for validation error
2024-12-22 14:40:58 +08:00
Tienson Qin
9da3129a2b
feat: initial commands impl
2024-12-22 12:37:04 +08:00
charlie
94d44f0c88
enhance(ui): simplify css code
2024-12-21 12:24:10 +08:00
Gabriel Horner
1406a215b4
fix: update user property names for rtc
2024-12-20 15:17:36 -05:00
Gabriel Horner
513f52ce50
fix: new and imported graphs invalid b/c of user migration
...
Follow up to f5f857148b
2024-12-20 11:20:19 -05:00
Tienson Qin
b194891cd8
enhance: move repeat settings to the right of datepicker
2024-12-20 20:59:28 +08:00
Tienson Qin
972de7ae00
ux: set repeat task
2024-12-20 20:47:50 +08:00
Tienson Qin
eb082f9458
chore: remove unused code
2024-12-20 18:04:50 +08:00
Tienson Qin
d74a52a8de
enhance: add default value support for built-in property definition
2024-12-20 18:02:53 +08:00
charlie
bdadbebac5
enhance(ui): polish header icons
2024-12-20 16:45:12 +08:00
charlie
dce0cb020b
chore(dev): simplify codes
2024-12-20 15:00:14 +08:00
charlie
61e27aad17
enhance(ui): polish left sidebar navigations
2024-12-20 14:04:48 +08:00
rcmerci
f5f857148b
refactor: rename :logseq.user/xxx to :logseq.property.user/xxx
2024-12-20 13:03:55 +08:00
Gabriel Horner
dbb84f0327
Merge branch 'feat/db' into refactor/tag-as-type
2024-12-19 15:29:25 -05:00
Gabriel Horner
b2d6aa4956
fix: accidental temp file from last merge
2024-12-19 15:17:51 -05:00
Gabriel Horner
052d239682
enhance(dev): add debug context for get-page-uuid in importer
2024-12-19 14:54:13 -05:00
Gabriel Horner
409107f385
fix: duplicate journal pages when deadline is on same day
...
as block's page. Switched to using page-names-to-uuids instead
of db since it has the uuids of current page. Fixes logseq/db-test#192
2024-12-19 14:27:37 -05:00
Gabriel Horner
a50e1fe681
fix: db sidebar options showing up in file graphs
2024-12-19 12:14:23 -05:00
Gabriel Horner
2767e7bb8a
fix: frontend lint
2024-12-19 12:07:29 -05:00
Gabriel Horner
89a108f846
Merge branch 'master' into feat/db
2024-12-19 11:44:00 -05:00
rcmerci
d60ddd3291
fix(asset): init upload all assets
2024-12-19 21:55:01 +08:00
Tienson Qin
aaccbca364
enhance: set left sidebar text weight to be font-medium
2024-12-19 20:49:54 +08:00
rcmerci
f33fac9563
feat(rtc): inject users info into graphs
2024-12-19 20:33:23 +08:00
charlie
85284b988c
enhance(ui): polish left sidebar navigations
2024-12-19 18:08:34 +08:00
charlie
96fb8da599
enhance(ui): add ghost shui button for the toolbar
2024-12-19 17:51:33 +08:00
Tienson Qin
5e1bc47c32
Add properties for repeated tasks
2024-12-19 16:11:18 +08:00
Tienson Qin
2599b45768
Merge branch 'feat/db' into refactor/tag-as-type
2024-12-19 15:09:02 +08:00
rcmerci
c75aad8bff
enhance: add properties logseq.user/<xxx>
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
9ba95a0beb
fix: tagging with a built-in property causes invalid blocks
...
Display error to user rather than cause invalid state
2024-12-18 17:15:34 -05:00
Gabriel Horner
c7343b259f
fix: tagging built-in properties and pages
...
Mustn't be possible to modify built-ins as this could
wreak havok on lower level properties or cause built-in features
to behave buggily
2024-12-18 16:22:21 -05:00