Tienson Qin
3b40cf00ff
fix: property values disappear when adding closed values to a property
...
Fixes LOG-2926
Make sure to add existing values(non-UUIDs) to closed values before
adding a new value.
2023-11-21 20:34:38 +08:00
Tienson Qin
50d06c4df9
enhance: add scroll padding block
2023-11-21 16:02:35 +08:00
rcmerci
0879def32b
fix(rtc): insert blocks in whiteboard
2023-11-21 14:46:43 +08:00
Tienson Qin
1b3f4ee17e
fix: block property values show incorrect breadcrumb
...
Fixes LOG-2911
2023-11-21 14:39:01 +08:00
Tienson Qin
90ffbebc17
Merge branch 'master' into feat/db
2023-11-21 13:53:16 +08:00
Tienson Qin
d45bfb30b1
fix: Cmd+a to select all blocks doesn't work
...
Fixes LOG-2933
2023-11-21 13:19:12 +08:00
Tienson Qin
a1093171df
fix: can't find default property values in search
...
Fixes LOG-2921
2023-11-21 12:49:29 +08:00
Tienson Qin
89284f07fd
fix: can't open references when refed block is a property value
...
Fixes LOG-2910
2023-11-21 12:01:28 +08:00
Tienson Qin
cb7bcb3816
fix: a non-journal home page is empty on initial graph load
...
Fixes LOG-2813
2023-11-21 11:26:48 +08:00
Tienson Qin
bb5762df62
fix: uuid based property values appear blank on initial graph load
...
Fixes LOG-2909
2023-11-21 10:48:09 +08:00
Gabriel Horner
c69c22c716
fix: duplicate closed value validation
...
c65958f5ec didn't fix it correctly
for the "closed value" values
2023-11-20 16:07:53 -05:00
Gabriel Horner
6749577105
fix: a property must have a :type when making schema changes
...
Caught by schema validation. This also aligns with what users
are seeing in the UI i.e. a :default type when they're
starting to interact with a property
2023-11-20 11:59:14 -05:00
Gabriel Horner
fde68d9d02
fix: handle cardinality many to one change
...
fixes LOG-2922
2023-11-20 11:06:09 -05:00
Charlie
08633b7552
enhance(ui): polish accent color details ( #10520 )
...
* enhance(ui): polish accent color details
* fix(ui): inline code bg color for accent mode
* fix: set page properties bg color the same as block properties
* fix: plugins background color
* fix: set the same width for keymap
* fix: set limited height for settings modal
* fix: page title color
* fix: accent colors for bullets and guideline
* fix: bullet hover background
* fix: remove unnecessary background colors for onboarding
* fix: clear notification since the beginning of e2e tests
* chore: remove unstable page-rename test
* fix: e2e tests
* fix: reset whiteboard title to untitled if a page exists
* fix: linked whiteboard
---------
Co-authored-by: Tienson Qin <tiensonqin@gmail.com >
2023-11-20 23:26:30 +08:00
Tienson Qin
5704fc2eea
fix: remove orphaned block refs/tags when saving a block's content
...
Fixes LOG-2820
2023-11-20 17:34:36 +08:00
Tienson Qin
182cf06d52
fix: parse progressing bg
2023-11-18 21:48:25 +08:00
Tienson Qin
f0b1d94de5
fix: move tailwind ui buttons to the new button
2023-11-18 21:48:25 +08:00
Tienson Qin
b33ef9807e
fix: quick tour buttons
2023-11-18 21:48:25 +08:00
Gabriel Horner
be747bd728
chore: move db graph property fns to db-based.property
...
Doing this revealed db graph fns were being called on file graphs for
every block and linked reference. Also removed property.handler fns
that were just wrapping a graph-specific fn as they were making handlers
less explicit and adding duplicate config/db-based-graph? checks
2023-11-17 23:37:17 -05:00
Gabriel Horner
e95531869a
chore: move db only property util fns to their own ns
...
by doing this found a couple places where we accidentally called db fns
in file graph contexts
2023-11-17 16:36:49 -05:00
Tienson Qin
35eb57c402
enhance: close modal when ESC and input hasn't been changed
2023-11-17 13:42:58 +08:00
Tienson Qin
a25ab8af30
enhance: reduce the time to wait for ensuring sqlite initialization
2023-11-17 13:36:59 +08:00
Gabriel Horner
cca80e37a7
fix: remove unused :block/type "object"
...
fixes LOG-2914
2023-11-16 14:50:21 -05:00
Gabriel Horner
834c466590
fix missed lint
2023-11-16 14:05:11 -05:00
Gabriel Horner
b3b5be5ec6
fix unit tests and lints
2023-11-16 13:55:04 -05:00
Gabriel Horner
28e1cd9182
Merge branch 'master' into feat/db
2023-11-16 13:41:12 -05:00
rcmerci
b54c39e8a6
fix(rtc): fix add-ops-to-block-uuid->ops & add testcase
2023-11-17 01:20:18 +08:00
Gabriel Horner
cdbae43b26
fix: regression on publishing app starting up
2023-11-16 09:42:33 -05:00
rcmerci
16208a877e
test(rtc): entity-datoms=>ops
2023-11-16 22:15:43 +08:00
Andelf
be03ddc28f
chore: rm wrong debug print
2023-11-16 22:07:53 +08:00
Tienson Qin
ad88d873a5
fix: don't reload db worker
2023-11-16 21:57:06 +08:00
Tienson Qin
0226275647
fix: view-box instead of viewbox
2023-11-16 21:34:10 +08:00
Tienson Qin
48b610a9f0
fix: tag autocomplete if its name has any space
2023-11-16 21:32:01 +08:00
Andelf
dc13a26756
fixup! enhance(db): use wasm-based sqlite storage
2023-11-16 21:15:25 +08:00
Andelf
60159eba87
enhance(db): use wasm-based sqlite storage
2023-11-16 21:15:25 +08:00
Tienson Qin
563409bd93
chore: remove unused fn
2023-11-16 20:13:09 +08:00
Tienson Qin
1c5abc7bcc
Merge branch 'master' into feat/db
2023-11-16 20:08:33 +08:00
Tienson Qin
71992cf1cf
fix: lint warning
2023-11-16 20:03:55 +08:00
Tienson Qin
d0d0a825ea
fix: remove user-letter icon for now since it's distracted
2023-11-16 19:30:04 +08:00
Tienson Qin
215c1f2f92
enhance: backspace to exit search filter mode
2023-11-16 19:19:19 +08:00
Tienson Qin
ba82d990a8
fix: graph icon
2023-11-16 19:03:02 +08:00
rcmerci
8bc6d8d9a0
enhance(rtc): split local-block-ops->remote-ops
...
also fix <download-graph
2023-11-16 18:26:06 +08:00
Tienson Qin
09ad27b0ff
enhance: support inline tags in block content
2023-11-16 18:15:45 +08:00
Tienson Qin
6277f76557
fix: open search in right sidebar doesn't work when input is empty
...
Fixes LOG-2923
2023-11-16 17:44:09 +08:00
Tienson Qin
f46c471d4a
fix: close button for tags
...
Disable tag background for now
2023-11-16 17:10:35 +08:00
Tienson Qin
98c0fe389e
chore: remove bug report from menu since it's already in help
2023-11-16 15:50:07 +08:00
Tienson Qin
887e637d3a
enhance: show other search results when there's slash in input
2023-11-16 15:16:10 +08:00
Tienson Qin
b1622d2411
fix: cmd+c to copy block ref
2023-11-16 15:16:10 +08:00
Tienson Qin
15ed50e357
enhance: remove the need to add a space to trigger search command
2023-11-16 15:16:10 +08:00
Tienson Qin
103f253882
fix: typo
2023-11-16 12:46:40 +08:00