Commit Graph

18312 Commits

Author SHA1 Message Date
Gabriel Horner
df3b1a5594 fix: class autocompletion for :page property values 2024-03-26 14:24:13 -04:00
Gabriel Horner
ba468583a2 enhance: move class children ux enhancements
- sort children by name
- display total count of children
- smartly collapse children for large number of children
2024-03-26 13:55:29 -04:00
Gabriel Horner
832e88b91d fix: CLI db graphs setting wrong schema
Names of db graphs do not have db-prefix from CLI. Rely on
file graph prefix which does have indicator from CLI
2024-03-26 12:21:45 -04:00
Gabriel Horner
c5f72221ea fix: update schema and script to use new attribute 2024-03-26 12:20:41 -04:00
Tienson Qin
76ebf19364 feat: class children area 2024-03-26 10:16:40 -04:00
Tienson Qin
ab8f5a77d2 fix: don't show tags for classes 2024-03-26 10:16:40 -04:00
Tienson Qin
55d7ef95dc fix: :class/parent instead of block/namespace 2024-03-26 10:16:40 -04:00
Gabriel Horner
5d11aaf4a6 fix: property type not showing existing value 2024-03-26 09:55:25 -04:00
Gabriel Horner
fc751725f0 fix: can't set class property type
also remove unused bindings
2024-03-26 09:45:05 -04:00
rcmerci
2bb43dc6c5 enhance(rtc): retry rtc-start if graph is not ready yet(still creating) 2024-03-26 20:14:38 +08:00
rcmerci
02c53b7435 refactor(rtc): replace rtc-upload-graph with rtc-async-upload-graph 2024-03-26 18:38:08 +08:00
rcmerci
3cd31f1571 refactor(rtc): add async-upload-graph 2024-03-26 17:40:45 +08:00
Tienson Qin
7ae3a70c39 fix: db changes doesn't create rtc ops 2024-03-26 16:58:04 +08:00
charlie
e40064e0c0 enhance(ui): polish the page info editor 2024-03-26 15:24:03 +08:00
Tienson Qin
dd63079aa4 fix: can't delete remote graph 2024-03-26 14:49:40 +08:00
Tienson Qin
cf9131afa6 fix: refresh repos after downloading a remote graph 2024-03-26 14:40:28 +08:00
Tienson Qin
4281214074 fix: check current repo and remove cloud icon if there's no repo yet 2024-03-26 14:24:45 +08:00
Tienson Qin
ce8c13065c wip: properties refactor 2024-03-26 14:18:33 +08:00
dependabot[bot]
4a233e3bd0 chore(deps): bump katex from 0.16.8 to 0.16.10
Bumps [katex](https://github.com/KaTeX/KaTeX) from 0.16.8 to 0.16.10.
- [Release notes](https://github.com/KaTeX/KaTeX/releases)
- [Changelog](https://github.com/KaTeX/KaTeX/blob/main/CHANGELOG.md)
- [Commits](https://github.com/KaTeX/KaTeX/compare/v0.16.8...v0.16.10)

---
updated-dependencies:
- dependency-name: katex
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-26 12:50:39 +08:00
Gabriel Horner
eb621e191d chore: remove attribute that hasn't been used
almost 3 years. Removed it because otherwise we should make it
valid for a db graph
2024-03-25 17:21:10 -04:00
Gabriel Horner
51828ee8fe fix: invalid ident ns when creating new graph 2024-03-25 17:13:32 -04:00
Gabriel Horner
9b8540921e enhance: more property helper fns uses db-ident
instead of name
2024-03-25 16:34:51 -04:00
Gabriel Horner
8296426614 fix: lookup hardcoded db names by db/ident
also fix lint
2024-03-25 10:07:24 -04:00
Gabriel Horner
dd1b0ea5f0 enhance: validate :db/ident namespaces
also add test for a new graph to be valid under malli-schema
2024-03-25 08:56:55 -04:00
Tienson Qin
33f418b297 wip: properties refactor 2024-03-25 18:56:36 +08:00
Tienson Qin
98d2b92ab1 fix: schema && built-in properties 2024-03-25 10:59:09 +08:00
Tienson Qin
16a927ad00 Bump datascript
Which enables transacting schema like other tx-data.
2024-03-25 09:45:19 +08:00
Tienson Qin
eaf9fc0d33 fix: use :schema keyword to get datascript db's schema 2024-03-24 17:47:59 +08:00
Tienson Qin
ab5022066a fix: use persisted db schema instead of the current one in code 2024-03-24 15:20:34 +08:00
rcmerci
3c50e7c03c chore: these testcases have fixed 2024-03-23 15:40:41 +08:00
rcmerci
2bb4b0e08d test(rtc): create namespace/page cause CONFLICT pages (part 2) 2024-03-23 15:40:41 +08:00
rcmerci
67049b1c58 fix(rtc): fix empty-page? 2024-03-23 15:40:41 +08:00
Gabriel Horner
0615d62b08 fix: query table v2 rows show page ref names 2024-03-22 16:59:05 -04:00
Gabriel Horner
390c626897 fix: replace db-content fn with more specific one 2024-03-22 16:45:43 -04:00
Gabriel Horner
70b43ec71f fix: invalid schema with new rtc graph 2024-03-22 13:46:50 -04:00
Gabriel Horner
1198123513 fix: closed values for date property no longer available
Detected by failing db-graph-test CI job. Confirmed
that issue from 3b57fa626c
hasn't regressed
2024-03-22 12:36:14 -04:00
rcmerci
cd9ee01895 fix(rtc): create namespace/page cause CONFLICT pages (part 1) 2024-03-22 21:42:57 +08:00
charlie
18a1655cac enhance(plugin): support custom daemon renderer from the plugin sdk 2024-03-22 15:25:02 +08:00
Tienson Qin
e8fbfb146b fix: don't use lazy-visible for references 2024-03-22 13:13:32 +08:00
Yannick Armand
fa13452608 dev: remove obsolete "@tailwindcss/line-clamp" dependency 2024-03-22 12:41:23 +08:00
Tienson Qin
18079d7e84 fix: only manager can delete remote graph
Fixes LOG-3118
2024-03-22 12:29:31 +08:00
Gabriel Horner
429b257ee9 fix: query table rows should show page ref names
instead of special ids. Also tweaked page delete message to
remove needless contraction
2024-03-21 17:05:36 -04:00
Gabriel Horner
62ff0d9d8b fix more lints 2024-03-21 14:16:18 -04:00
Gabriel Horner
e3b67a9d9a fix lints 2024-03-21 12:35:28 -04:00
Gabriel Horner
ca1eec1237 Merge remote-tracking branch 'origin/feat/db' into feat/db 2024-03-21 12:24:23 -04:00
Gabriel Horner
073ae34730 Merge branch 'master' into feat/db 2024-03-21 12:13:01 -04:00
charlie
9e84bd44f2 enhance(plugin): export experiments scope components 2024-03-22 00:09:37 +08:00
charlie
53125d6315 enhance(plugin): support custom routes from the plugin sdk 2024-03-21 19:07:16 +08:00
charlie
bd26d0db0e fix(ui): the confirm dialog to uninstall plugin 2024-03-21 19:03:34 +08:00
charlie
527a8b177e enhance(ui): polish the plugins modal 2024-03-21 19:03:34 +08:00