Commit Graph

14195 Commits (544c7b5317139981ba9e339abd5ad905d999aab5)

Author SHA1 Message Date
Konstantinos Kaloutas 544c7b5317 fix readme 2024-01-26 11:17:28 +02:00
Konstantinos Kaloutas 05aac2ec10 Merge branch 'feat/db' into chore/whiteboards-cleanup 2024-01-26 11:10:26 +02:00
Konstantinos Kaloutas 86d2d33dd5 Merge branch 'feat/db' of https://github.com/logseq/logseq into feat/db 2024-01-26 11:10:09 +02:00
rcmerci c93c8b8c3e refactor: reorder favorites 2024-01-26 16:56:19 +08:00
Tienson Qin ec815711dc fix: lints 2024-01-26 16:52:33 +08:00
Tienson Qin f15dea532d fix: can't add property if there're multiple same block properties
This commit also adds :editor/properties-container so that we can
focus on the properties area and introduce keyboard navigation.
2024-01-26 16:48:04 +08:00
Tienson Qin a0f136a0ab fix: store db for any transactions 2024-01-26 16:32:19 +08:00
Tienson Qin bceb5b4895 fix: add property blink 2024-01-26 15:44:20 +08:00
Tienson Qin 73bbb54953 fix: show class properties by default 2024-01-26 13:42:59 +08:00
Tienson Qin bec7768f14 fix: disable collapse/expand if empty properties for object's class 2024-01-26 13:31:57 +08:00
Tienson Qin c8a7a4e627 fix: open block for editing after pressing Enter in a text property 2024-01-26 12:53:38 +08:00
Tienson Qin 0aa39fb15a fix: reactive component 2024-01-26 12:33:29 +08:00
Tienson Qin 07bdb2e849 fix: property key blinks when adding new property 2024-01-26 12:30:54 +08:00
Gabriel Horner 1b7bc6d053 fix: failing tests as part of LOG-2820
also fix lint
2024-01-25 11:25:25 -05:00
Gabriel Horner 01ed5afacc add logging for unfinished file writes
related to LOG-3009
2024-01-25 09:10:59 -05:00
Konstantinos Kaloutas 907e9a95d0 wip: replace select input 2024-01-25 14:32:44 +02:00
rcmerci 5bcd671db1 enhance: add fn get-favorites 2024-01-25 19:40:28 +08:00
rcmerci 7d54918ca6 enhance: replace favorite related fns 2024-01-25 19:40:28 +08:00
rcmerci 3365482d34 feat: move favorites to db from config.edn in db-verison 2024-01-25 19:40:28 +08:00
Konstantinos Kaloutas 6d7b11e273 adjust popover padding 2024-01-25 12:02:42 +02:00
Konstantinos Kaloutas c2b59b5463 add collision boundary to geometry tools 2024-01-25 12:01:34 +02:00
Konstantinos Kaloutas cf648b2c73 fix custom color text size 2024-01-25 11:57:30 +02:00
Konstantinos Kaloutas cd53dc415d make popover portal optional 2024-01-25 10:53:35 +02:00
Konstantinos Kaloutas 6f355c8d57 Merge branch 'feat/db' into chore/whiteboards-cleanup 2024-01-25 10:36:59 +02:00
Konstantinos Kaloutas a4e569e115 Merge branch 'feat/db' of https://github.com/logseq/logseq into feat/db 2024-01-25 10:34:20 +02:00
Tienson Qin 1536d9aff5 fix: regression of unwanted tag pages are created as you type
Fixes LOG-2820
2024-01-25 06:47:36 +08:00
Tienson Qin a4ef8c6657 fix: new DB graph can't be edited
Fixes LOG-3028
2024-01-25 05:57:14 +08:00
Gabriel Horner 9f4ffbe750 fix lint by refactoring large var 2024-01-24 15:52:24 -05:00
Gabriel Horner 22ed198c29 enhance: add icons to task status
also adds support for properties in initial-data to reference each other
via uuid
2024-01-24 15:39:46 -05:00
Gabriel Horner c4a48eb4f4 add logging for intermittent bug with being unable to switch from graph 2024-01-24 11:50:41 -05:00
Gabriel Horner 24ea74e73a fix: upstream tests and lints failing again 2024-01-24 10:25:35 -05:00
Konstantinos Kaloutas 311555db3f replace popover component 2024-01-24 17:16:50 +02:00
Gabriel Horner c0569e83c5 fix: publishing --dev with file graphs 2024-01-24 09:24:19 -05:00
Gabriel Horner b55fe07768 Merge branch 'master' into feat/db 2024-01-24 09:08:41 -05:00
Gabriel Horner dc5127b48a enhance: publishing --dev also watches frontend
also provide a dedicated backend command for simpler
rebuilding of backend
2024-01-24 08:53:48 -05:00
Gabriel Horner 3cd7b2d762 enhance: add a --dev mode to publishing that pairs with shadow's watch 2024-01-24 08:53:48 -05:00
Gabriel Horner ce2341506d fix: publishing not loading correctly
Caused by pulling in the new component system. Fixes #10893
2024-01-24 08:53:48 -05:00
Taylor Hoffmann 8710bb9d61
enhance: added brazilian portuguese translations (#10891) 2024-01-24 08:39:37 -05:00
Konstantinos Kaloutas c4003fe297 fix style 2024-01-24 12:53:38 +02:00
Konstantinos Kaloutas 28ce29cf6d replace radix with LSUI tooltip 2024-01-24 12:51:33 +02:00
Konstantinos Kaloutas bf9e805d2a Merge branch 'feat/db' into chore/whiteboards-cleanup 2024-01-24 12:28:54 +02:00
Konstantinos Kaloutas 9b63936aa7 Merge branch 'feat/db' of https://github.com/logseq/logseq into feat/db 2024-01-24 12:28:38 +02:00
charlie 35ea204e03 Merge branch 'feat/db' of https://github.com/logseq/logseq into feat/db 2024-01-24 17:46:45 +08:00
charlie b35ace739a enhance(ui): add more tabler extension icons 2024-01-24 17:46:29 +08:00
Tienson Qin d1af653273 chore: ldb/transact! should takes `repo` instead of conn for UI 2024-01-24 17:35:09 +08:00
Tienson Qin 3700592832 Remove page properties background for db-based graphs 2024-01-24 16:38:09 +08:00
Tienson Qin 054185ab39 fix: text blinks when pressing ESC 2024-01-24 16:38:09 +08:00
Tienson Qin b21322cdb2 Disable cycle todos for now 2024-01-24 16:38:09 +08:00
Tienson Qin a64f49dc6f Remove :block/marker and :block/priority from tx-data 2024-01-24 16:38:09 +08:00
Andelf 239c1860d1 chore(build): rm postcss version lock
Close #10282
2024-01-24 13:49:55 +08:00