Gabriel Horner
411c7f318c
fix: published graphs can do interactive things
...
like collapse a block. Fixes LOG-2994
2024-01-08 17:28:00 -05:00
Gabriel Horner
6ad5fb2dd4
fix: db graphs not adding :block/content for whiteboard shape
...
Caused by hopefully one of the last incorrect lookups of
:block/properties
2024-01-08 16:16:07 -05:00
Gabriel Horner
ce37f4777e
fix: load home page correctly after import
...
Previously it worked for one journal page but with multiple journal
pages the latest journal page loaded incorrectly
2024-01-08 14:55:34 -05:00
Gabriel Horner
2861337bab
fix: enable built-in properties for file graph import
...
invalid built-in properties were being created by the bug in LOG-2998.
Also cleaned up TODO around reusing new-db!
Part of LOG-2990
2024-01-08 12:22:03 -05:00
Gabriel Horner
0957cb15b3
fix: built-in props weren't persisted to opfs
...
and didn't show up in new graphs. Fixes LOG-2998. Issue was that
e6a464e64f introduced transacting built-in
properties twice. Since the first transaction doesn't send tx-data to
the db-worker (an issue with pipeline/invoke-hooks it seems), the 2nd tx
results in missing property info including name. Removing this
incorrectly setup first tx allows the original one to successfully send
initial property data to db-worker
2024-01-08 11:26:22 -05:00
Tienson Qin
5fd91035df
wip: transact to worker directly
...
Previously, the transactions will go though main thread db -> worker
db, this commit changes it to worker db first and then send the
updates to the main thread db.
This change does introduce some bugs because all the db transactions
are async now.
2024-01-08 20:53:23 +08:00
Tienson Qin
dbba75157d
Sync db worker changes back to the main ui thread
2024-01-08 19:09:54 +08:00
Tienson Qin
8ba3280c5a
fix: reactive rtc-state in debug ui
2024-01-08 18:10:59 +08:00
charlie
d2eae8b3d1
fix(ui): theme colors for the pdf viewer resizer
2024-01-08 16:29:45 +08:00
Tienson Qin
b1532f0e58
fix: rtc graph download
2024-01-08 15:54:25 +08:00
Tienson Qin
3d26b1fef9
fix: rtc ops
2024-01-08 15:39:30 +08:00
Tienson Qin
38ba0dfa7c
Move entity plus to db dep
2024-01-08 15:35:09 +08:00
charlie
b57af93ada
fix(ui): theme colors for the query builder popover
2024-01-08 14:39:10 +08:00
Tienson Qin
d593456c1c
fix: get graphs
2024-01-08 14:27:36 +08:00
Tienson Qin
92d4fb1983
fix: rtc issues
2024-01-08 13:12:42 +08:00
Tienson Qin
52a1f597be
debug ui refactor
2024-01-08 13:06:24 +08:00
Tienson Qin
77726bda4c
fix: worker dependencies
2024-01-08 12:59:08 +08:00
Tienson Qin
ab612a0a1b
refactor debug UI state
2024-01-08 12:26:05 +08:00
Tienson Qin
a759c8c58c
replace rtc calls with worker apis
2024-01-08 11:50:23 +08:00
charlie
ab94100bb9
Merge branch 'master' into enhance/refacotr-ui-x-menu
2024-01-08 10:58:51 +08:00
Tienson Qin
d5ea7b56c0
wip: rtc debug ui refactor
2024-01-08 10:50:14 +08:00
Tienson Qin
eeffd7e496
fix: add missing arg
2024-01-08 06:33:17 +08:00
Tienson Qin
81757c4e37
remove dependencies on full_upload_download_graph
2024-01-08 06:31:32 +08:00
Tienson Qin
06da20f3b5
ws-addr doesn't need to be an atom
2024-01-08 06:12:43 +08:00
Tienson Qin
09e2ffc0a2
fix: access indexedDB from web worker
2024-01-08 06:03:46 +08:00
Tienson Qin
ecd59381a5
Sync state to worker
2024-01-08 06:00:27 +08:00
Tienson Qin
f14f7b0c95
wip: move rtc to worker
2024-01-08 04:43:28 +08:00
Tienson Qin
ab51cce627
remove conn dependency from full_upload_download_graph
2024-01-07 17:51:28 +08:00
Tienson Qin
f24aae521e
remove page handler dep on rtc core
2024-01-07 17:38:53 +08:00
Tienson Qin
9597330d9f
Remove db/state dep on page handler
2024-01-07 17:24:54 +08:00
Tienson Qin
20ef7dffaa
fix: page rename
2024-01-07 16:52:23 +08:00
Tienson Qin
2a262d4766
fix: page delete
2024-01-07 16:40:51 +08:00
Tienson Qin
8f8acf1d77
wip page rename
2024-01-07 16:27:11 +08:00
Andelf
ab37d30e2d
fix(sync): do not notify when logged out
2024-01-06 15:17:56 +08:00
Gabriel Horner
6e911798e7
fix: Make bare graph valid for file graph import
...
Fixed blocks, pages and config.edn as part of LOG-2990
2024-01-05 17:03:35 -05:00
Gabriel Horner
9ae4f0e434
fix: 2 bugs with new graph names with file graph import
2024-01-05 17:03:35 -05:00
rcmerci
76821c4260
update carve ignore
2024-01-05 17:40:49 +08:00
rcmerci
ea1d8d9e85
wip: assets-sync ns
2024-01-05 17:40:32 +08:00
charlie
990818d91d
Merge branch 'master' into enhance/refacotr-ui-x-menu
2024-01-05 17:38:08 +08:00
charlie
8a64a76fab
fix: tests
2024-01-05 17:37:32 +08:00
Andelf
805b7c9022
fix(query): cannot toggle updated-at and created-at
...
Fix #10756
2024-01-05 17:07:28 +08:00
charlie
8be15476ab
enhance(ui): make consistent accent colors for all the popover dropdown
2024-01-05 15:20:12 +08:00
dependabot[bot]
71ed9020bc
chore(deps): bump msgpackr from 1.9.9 to 1.10.1 in /packages/ui
...
Bumps [msgpackr](https://github.com/kriszyp/msgpackr ) from 1.9.9 to 1.10.1.
- [Release notes](https://github.com/kriszyp/msgpackr/releases )
- [Commits](https://github.com/kriszyp/msgpackr/compare/v1.9.9...v1.10.1 )
---
updated-dependencies:
- dependency-name: msgpackr
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-01-05 15:11:09 +08:00
dependabot[bot]
7eeff5bfb8
chore(deps): bump msgpackr from 1.8.3 to 1.10.1 in /packages/amplify
...
Bumps [msgpackr](https://github.com/kriszyp/msgpackr ) from 1.8.3 to 1.10.1.
- [Release notes](https://github.com/kriszyp/msgpackr/releases )
- [Commits](https://github.com/kriszyp/msgpackr/compare/v1.8.3...v1.10.1 )
---
updated-dependencies:
- dependency-name: msgpackr
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-01-05 15:10:46 +08:00
charlie
a27f360cd8
enhance(ui): make consistent accent colors for all the popover dropdown
2024-01-05 12:47:31 +08:00
charlie
f9b26a1050
enhance(ui): status colors for the file sync indicator
2024-01-05 10:42:26 +08:00
Tienson Qin
fa2892cef6
use ldb/transact! instead of d/transact!
2024-01-05 06:42:10 +08:00
Gabriel Horner
040b212e10
enhance: user can delete a page icon or a closed value icon
2024-01-04 15:34:48 -05:00
Gabriel Horner
c7ab2e763c
fix: api call that failed with new async call
...
Also update lint for recent change with frontend.db.async
2024-01-04 14:29:42 -05:00
Gabriel Horner
ec916de768
fix: property value search for file graphs
...
Looks like this was introduced with move to db.async
2024-01-04 14:22:10 -05:00