Commit Graph

12657 Commits (412447a70ac103990675b2ead82792ea15c599be)

Author SHA1 Message Date
Tienson Qin 412447a70a fix: quit editor after tagging a block 2023-09-13 20:03:09 +08:00
Tienson Qin b2161ac5ec feat: collapse/expand block values 2023-09-13 18:45:15 +08:00
Tienson Qin f2b18e9614 Style tweeks 2023-09-13 17:09:27 +08:00
Tienson Qin 03373d6268 enhance: display properties in outliner mode 2023-09-13 16:18:07 +08:00
Tienson Qin beefdfb6ce fix: create only one block if the current property's value is empty 2023-09-13 14:23:08 +08:00
Tienson Qin 5cc4c4b676 fix: can't switch back to single input value for :default property
https://linear.app/logseq/issue/LOG-2810/cant-switch-back-to-single-input-value-for-default-property
2023-09-13 14:04:45 +08:00
Tienson Qin 73c5930672 fix: two :default property values can change each other
https://linear.app/logseq/issue/LOG-2811/two-default-property-values-can-change-each-other
2023-09-13 13:36:40 +08:00
Gabriel Horner c1b79d70df enhance: make parent class navigable in publishing
also fix outdated label
2023-09-12 17:08:43 -04:00
Gabriel Horner 02a902e6a4 update script to demo date properties
also update case statement as only :default expects string or uuids
2023-09-12 16:22:48 -04:00
Gabriel Horner 29340fffe8 enhance: navigate from date property value
meta-click in app and click in publishing
2023-09-12 16:15:37 -04:00
Gabriel Horner 385d716257 fix: update scripts to use latest changes in property types 2023-09-12 13:54:16 -04:00
Gabriel Horner 06a1b69d6e fix: rename to create page with recent property type change 2023-09-12 13:21:52 -04:00
Tienson Qin 988f86345d enhance: search #x to create the class x 2023-09-12 21:42:42 +08:00
Tienson Qin a24e188a4d feat: add template type 2023-09-12 21:02:49 +08:00
Tienson Qin c6b1eb6b72 Empty opacity tweaks 2023-09-12 17:58:33 +08:00
Tienson Qin a3c43267ac fix: multiple dates 2023-09-12 17:41:05 +08:00
Tienson Qin c1e2f31428 enhance: display empty instead of add button for multiple items 2023-09-12 17:21:21 +08:00
Tienson Qin 9902a26f9d fix: cleanup property block value when there's no children items 2023-09-12 17:14:10 +08:00
Tienson Qin da5d8ef25b enhance: auto-convert text to block 2023-09-12 16:18:19 +08:00
Tienson Qin 5162598665 fix: use db/new-block-id to keep the order for :block/uuid 2023-09-12 13:30:50 +08:00
Tienson Qin 47f906ff16 enhance: remove :object type as gabriel suggested 2023-09-12 13:18:59 +08:00
Tienson Qin 3781c8a0ca enhance: vertical align block values 2023-09-12 13:11:42 +08:00
Gabriel Horner da4beef34d enhance: clicking on properties navigates in publishing
Previously this did nothing since publishing is read only. This is
also more user friendly as clicking on a page normally navigates to it
2023-09-11 17:16:36 -04:00
Gabriel Horner 59567321f1 enhance: improve default class pages for publishing 2023-09-11 16:54:19 -04:00
Gabriel Horner d69a64399f fix: hidden properties should display their existing values 2023-09-11 16:18:29 -04:00
Gabriel Horner 23307101fa enhance: publishing hides blank properties by default
No need to display blank properties since they are for editing
and publishing is readonly
2023-09-11 16:07:05 -04:00
Gabriel Horner ad70f0e049 fix: Don't show toggle on tags for file graph 2023-09-11 13:03:11 -04:00
Gabriel Horner 094c0d1f64 fix: tagged blocks display class properties 2023-09-11 09:31:42 -04:00
rcmerci bae95c4a42 fix(rtc): build remove-ops 2023-09-11 19:07:58 +08:00
Tienson Qin bc9c3b4506 fix: slow input cursor for the new created block 2023-09-11 17:28:49 +08:00
Tienson Qin 9d8d20792e fix: new created block blink 2023-09-11 16:16:32 +08:00
Tienson Qin 46838785b1 fix: focus on editor after tag has been added 2023-09-11 15:39:33 +08:00
Tienson Qin f8b048ca8b enhance: add a toggle for creating tagged blocks or pages 2023-09-11 15:25:55 +08:00
rcmerci bc904aa8d7 enhance(rtc): handle graph confict-update case 2023-09-10 01:57:39 +08:00
Gabriel Horner 36edf87db3 Move config.edn template to a library
so it can be used outside Electron e.g. when creating graphs from CLI.
Put a symlink in the old templates/config.edn location to make new
location easier to find but it's not needed for anything to work
2023-09-08 13:52:45 -04:00
Gabriel Horner 3e9c536818 fix: publishing lints that have been broken for awhile
just removing unused code
2023-09-08 12:11:10 -04:00
Gabriel Horner 5f66ca027e enhance: Use path-refs calculation in CLI namespaces
Also moved path-refs truncation into outliner so that it applies consistently
across environments
2023-09-08 11:57:35 -04:00
Gabriel Horner 779b7417fb fix: unable to open modals with '/'
@tiensonqin There may be other uses of this atom that are buggy
2023-09-08 09:24:28 -04:00
Gabriel Horner 5b99078d6a fix typos 2023-09-08 09:08:53 -04:00
rcmerci 550661a615 remove unused code 2023-09-08 16:47:32 +08:00
rcmerci c1cad0adc3 add debug-ui for rtc 2023-09-08 16:46:32 +08:00
Gabriel Horner 41bd76a704 Merge branch 'master' into feat/db 2023-09-07 17:52:25 -04:00
Gabriel Horner 8d9d258aef fix: auto-created property values shouldn't have multiple classes 2023-09-07 16:12:52 -04:00
Gabriel Horner e63b9716b4 fix: Update create scripts to use :classes instead of :class
For schema script, changed property type detection and added all classes
For inferred script, also fixed a db/id issue caused by previous negative num
changes
2023-09-07 15:47:46 -04:00
rcmerci 0cef911069 remove redundant codes 2023-09-07 21:53:26 +08:00
Andelf c346116639 refactor(sync): start-sync loop 2023-09-07 21:53:26 +08:00
Andelf 0e4e42ac2b fix(sync): check user refresh-token as well 2023-09-07 21:53:26 +08:00
Andelf 70cb124e8b fix(sync): avoid check connectivity for non-sync graph
Close #10169
2023-09-07 21:53:26 +08:00
Gabriel Horner 651866ba0b fix: searching in :classes field 2023-09-07 09:50:53 -04:00
rcmerci f786b6495b add timestamp to log 2023-09-07 08:20:51 -04:00