Commit Graph

18312 Commits

Author SHA1 Message Date
Gabriel Horner
4ba9fea065 enhance: all default db idents are namespaced under logseq
Having consistent namespacing of core idents increases the
number of features they can be used for later
2024-03-18 22:57:24 -04:00
Gabriel Horner
f63095316b enhance: all built-in closed values have same db/ident naming convention
Follow convention started by :task/status. Added tests to enforce this
convention as well as other db/ident conventions
2024-03-18 22:57:23 -04:00
charlie
7e1868ba90 enhance(ui): refactor the plugin related modal with the shui dialog 2024-03-19 10:51:43 +08:00
Gabriel Horner
07ff534675 fix: schema for pages and collapsed properties
collapsing a :default page property sets block/collapsed-properties
2024-03-18 12:03:00 -04:00
rcmerci
283c122c25 fix(rtc): update schema 2024-03-18 22:45:23 +08:00
Gabriel Horner
dff458ceb3 fix: closed values persisting as incorrect data structure
Closed values were persisting as a list instead of a vector which can
cause bugs e.g.  `get` doesn't work on lists. One of these is from
LOG-3101
2024-03-18 10:41:58 -04:00
charlie
261f5088f9 fix(ui): compatible ui checkbox 2024-03-18 22:09:37 +08:00
Tienson Qin
9a59f07dc2 chore: don't run yarn cache clean 2024-03-18 21:54:58 +08:00
Tienson Qin
9bc4821065 chore: remove config/dev? 2024-03-18 21:50:02 +08:00
rcmerci
b276ce37a0 enhance(rtc): schema add :ident 2024-03-18 21:30:50 +08:00
charlie
78ffbaf456 enhance(ui): refactor the plugins modal with the shui dialog 2024-03-18 21:30:25 +08:00
charlie
72faafa832 enhance(ui): refactor the plugins modal with the shui dialog 2024-03-18 21:30:05 +08:00
Tienson Qin
faa32a1edd chore: display rtc indicator on demo page 2024-03-18 21:01:37 +08:00
Tienson Qin
e6a1e259b1 Use dev environment for db demo pages 2024-03-18 20:35:32 +08:00
Tienson Qin
f0a4e866e2 fix: hide logseq sync 2024-03-18 20:15:05 +08:00
charlie
14ec0499d4 fix(ui): incorrect behavior of the code block editing 2024-03-18 20:08:34 +08:00
Tienson Qin
04907b1b3b enhance: remove tag from editor after auto-complete 2024-03-18 19:55:54 +08:00
Tienson Qin
15ac9b3bf8 fix: undo redo results in invalid empty blocks
Don't update :block/tx-id when undo or redo
2024-03-18 19:09:05 +08:00
charlie
6d9fc463c4 enhance(ui): refactor the global context menu 2024-03-18 18:24:30 +08:00
Tienson Qin
08281eb21c chore: remove wrong comment 2024-03-18 18:08:42 +08:00
Tienson Qin
b685b9ce02 fix: add missing contains? 2024-03-18 17:50:29 +08:00
Tienson Qin
0bbbbe38c8 Add comment for invalid entity map 2024-03-18 17:44:09 +08:00
charlie
419b99681e enhance(ui): refactor the plugin manager menu with the shui popup 2024-03-18 17:41:23 +08:00
rcmerci
e489a78479 fix(rtc): don't start-rtc when current state isn't :closed 2024-03-18 17:41:03 +08:00
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