Commit Graph

14888 Commits (d113f1f043b90bf2766a37dc015b29bd33b3d611)

Author SHA1 Message Date
Tienson Qin d113f1f043 fix: don't reset rtc state when list graphs 2024-03-18 17:34:47 +08:00
charlie 7a59ef7413 enhance(ui): refactor the plugin manager menu with the shui popup 2024-03-18 17:33:49 +08:00
charlie 5cf8915f6e enhance(ux): refactor the app context menu to the shui popup 2024-03-18 16:33:47 +08:00
Tienson Qin d50e1dee97 enhance: display downloading status in repo switch 2024-03-18 16:14:17 +08:00
charlie d7d39b2401 enhance(ux): polish left sidebar context menu for the nav items 2024-03-18 15:58:19 +08:00
Tienson Qin 68bb4e9e26 fix: cursor lost position after add task tag to it 2024-03-18 15:56:55 +08:00
Tienson Qin 670fbe0c5a feat: rtc members UI 2024-03-18 15:05:16 +08:00
charlie c3b401ca64 enhance(ui): refactor the global context menu with the shui popup 2024-03-18 14:51:12 +08:00
charlie dc106a5a99 enhance(ui): add shui avatar component 2024-03-18 14:51:12 +08:00
Tienson Qin 1f6ec7c3bc fix: load rtc graphs after app starts 2024-03-18 14:07:38 +08:00
rcmerci b53722f86c fix(rtc): update keys from remote api 2024-03-18 13:47:34 +08:00
Tienson Qin 16d344ad8c enhance: downloading status hint 2024-03-18 12:53:32 +08:00
Tienson Qin 083e06e5db fix: rtc remote graph name 2024-03-18 12:42:27 +08:00
Tienson Qin ea97742544 enhance: show progress for rtc create && upload graph 2024-03-18 12:36:35 +08:00
rcmerci ec275af957 feat(rtc): add get-online-info api 2024-03-18 12:34:29 +08:00
charlie a61f9b8a4d enhance(ui): add trigger as to shui 2024-03-18 11:40:47 +08:00
charlie 37a2fab944 enhance(ui): polish empty button 2024-03-18 11:40:47 +08:00
Tienson Qin b423b52379 fix: create rtc graph 2024-03-18 11:25:22 +08:00
Tienson Qin 21bfece777 enhance(ux): remove selected block bullet bold style 2024-03-18 10:58:45 +08:00
Tienson Qin 446802a0c6 fix: can't edit a date existing date choice in property config
Fixes LOG-3100
2024-03-18 10:55:04 +08:00
rcmerci d87d2c30f8 fix(rtc): update list-graphs keys 2024-03-18 10:51:10 +08:00
Tienson Qin c5f332c126 fix: can't add existing choices for page and date properties
Fixes LOG-3101
2024-03-18 10:09:03 +08:00
Tienson Qin c4e6db9afb fix: don't start rtc for local db graphs
Also, stop rtc when switching into a local graph.
2024-03-17 13:47:19 +08:00
Tienson Qin cd1c71291b fix: conflict datoms from sqlite db and tail
Fixes LOG-3087.
Addressed by fc3645fa4a.
2024-03-17 12:05:44 +08:00
Gabriel Horner 67a7a0a3e9 enhance: Add default namespace of :logseq.property
for db/ident of built-in-properties. Namespacing block identities will
be important for future features. Adding namespacing also fixed some
hidden coupling between identity and name. Also converted a couple more
related :block/name queries to use :db/ident to slowly get us closer to
named blocks
2024-03-15 18:37:15 -04:00
Gabriel Horner 4652410dfb fix: Add choices for existing values
for url many and number many properties
2024-03-15 13:57:16 -04:00
Gabriel Horner 148f2f7b16 fix: built-in class property check works
if property or class name changes
2024-03-15 13:07:45 -04:00
Gabriel Horner 26a72ae54d fix: frontend lints 2024-03-15 10:48:59 -04:00
Gabriel Horner 9cdf78ca6a enhance: use db/ident for classes
allows built-in class names to change
2024-03-15 09:22:35 -04:00
charlie 55f6823ce8 fix(ui): rtc indicator only for the login user 2024-03-15 16:14:48 +08:00
charlie 27b61e7987 enhance(ui): polish jump navigation label 2024-03-15 16:10:26 +08:00
charlie 553a4a7866 enhance(ux): refactor the shui popup default as dropdown with dimissing layer 2024-03-15 16:10:05 +08:00
charlie fb7b367952 enhance(ux): refactor the shui popup default as dropdown with dimissing layer 2024-03-15 15:26:03 +08:00
Andelf b640884313 fix(build): missing resource files in release build 2024-03-15 14:46:07 +08:00
charlie fce692af30 enhance(ux): polish property editor interaction 2024-03-15 14:30:03 +08:00
charlie db803d77ac enhance(ui): polish jump navigation label 2024-03-15 11:34:36 +08:00
Gabriel Horner 40a6b31fcf fix: db lint 2024-03-14 15:32:52 -04:00
Gabriel Horner 6e7c410427 fix: other closed values should have :db/ident
Without db/ident, these values could be deleted easily
which would cause users to lose functionality
2024-03-14 15:26:18 -04:00
Gabriel Horner c053fbab41 refactor: use db idents for more property identification
e.g. internal property validation, status and priority. The less we rely
on :block/name the more features we can open up later e.g.
interchangeable block/page and rename any page
2024-03-14 14:54:50 -04:00
charlie 26b7eac65d enhance(ux): polish property editor interaction 2024-03-14 23:57:21 +08:00
rcmerci 461ad320c4 test(rtc): fix gen-block-uuid->remote-ops in testcases 2024-03-14 22:48:48 +08:00
Gabriel Horner b6177c758c fix: remove built-in pages for CLI db graphs
built-in pages no longer called for DB graphs. Related to LOG-3046.
Also fixed frontend lint
2024-03-14 09:56:50 -04:00
Gabriel Horner fd274f702e Merge branch 'master' into feat/db 2024-03-14 08:29:45 -04:00
Tienson Qin a47bc18f1a feat: rtc delete graph 2024-03-14 16:58:17 +08:00
Tienson Qin 7cc1ec3fe5 fix: use graph name from rtc 2024-03-14 16:37:08 +08:00
rcmerci 67dcc78911 enhance(rtc): add :created-by when push local-updates 2024-03-14 16:11:54 +08:00
Tienson Qin c86d29d67d feat: add rtc sync indicator 2024-03-14 16:05:39 +08:00
charlie c00b970188 enhance(ux): keys ux for the property editor 2024-03-14 15:29:59 +08:00
charlie c74f1749c8 enhance(ux): support enter key shortcut for the shui button 2024-03-14 14:38:54 +08:00
rcmerci b625bf555e enhance(rtc): support remote-graph-name 2024-03-14 14:34:12 +08:00