Commit Graph

8808 Commits

Author SHA1 Message Date
Konstantinos Kaloutas
ef7672de6a add rounded corners and transition 2023-08-04 11:16:18 +08:00
Konstantinos Kaloutas
ff77844767 drag enter fix 2023-08-04 11:16:18 +08:00
Konstantinos Kaloutas
1ef3980f59 fix page link 2023-08-04 11:16:18 +08:00
Konstantinos Kaloutas
20bd31d662 enhance text overflow 2023-08-04 11:16:18 +08:00
Konstantinos Kaloutas
d0f05c7667 enhance performance 2023-08-04 11:16:18 +08:00
Konstantinos Kaloutas
49b28ab03f refactoring 2023-08-04 11:16:18 +08:00
Konstantinos Kaloutas
bd868fab37 add translations 2023-08-04 11:16:18 +08:00
Konstantinos Kaloutas
aa05d47da6 area expanded fix 2023-08-04 11:16:18 +08:00
Konstantinos Kaloutas
05719505b0 enhance accesibility 2023-08-04 11:16:18 +08:00
Konstantinos Kaloutas
bd2a02116b fix event propagation 2023-08-04 11:16:18 +08:00
Konstantinos Kaloutas
d7998cf8b7 varous fixes 2023-08-04 11:16:18 +08:00
Konstantinos Kaloutas
6be56c155f dnd fixes and initial state 2023-08-04 11:16:18 +08:00
Konstantinos Kaloutas
d158eb17df fix dropdown visibility 2023-08-04 11:16:18 +08:00
Konstantinos Kaloutas
79bf300dcb add reordering support 2023-08-04 11:16:18 +08:00
Konstantinos Kaloutas
d47c4d2c28 add more context menu actions 2023-08-04 11:16:18 +08:00
Konstantinos Kaloutas
bf17c700c8 add middle click action and context menu 2023-08-04 11:16:18 +08:00
Konstantinos Kaloutas
c6db111635 fix graph icon 2023-08-04 11:16:18 +08:00
Konstantinos Kaloutas
7a671d6a0a remove unneeded dependency 2023-08-04 11:16:18 +08:00
Konstantinos Kaloutas
478f20dc9f fix: header overflow 2023-08-04 11:16:18 +08:00
Konstantinos Kaloutas
d59fb99a77 fix whiteboard icon 2023-08-04 11:16:18 +08:00
Konstantinos Kaloutas
553a43f370 support default and custom icons 2023-08-04 11:16:18 +08:00
Konstantinos Kaloutas
775825d729 wip: right sidebar 2023-08-04 11:16:18 +08:00
Konstantinos Kaloutas
99bef71704 fix: show close button on mobile 2023-08-04 11:16:18 +08:00
Konstantinos Kaloutas
3bfba8fb7c fix: always expand block when added to sidebar 2023-08-04 11:16:18 +08:00
Konstantinos Kaloutas
6b50f874bb style: indentation 2023-08-04 11:16:18 +08:00
Konstantinos Kaloutas
ee541e6f30 re-enable scrolling on list 2023-08-04 11:16:18 +08:00
Konstantinos Kaloutas
dffa2ace68 fix: graph height 2023-08-04 11:16:18 +08:00
Konstantinos Kaloutas
ade8848e4a wip: right sidebar 2023-08-04 11:16:18 +08:00
Tienson Qin
a775746d97 fix: remove existing properties/alias/tags from auto-complete 2023-08-04 11:08:34 +08:00
Gabriel Horner
6537f0dfab Loosen property name check for db graphs
properties don't need to be keywords for db graphs since property names
aren't involved in property storage. This change allows for property
names to have whitespace and be invalid edn.

See #6753 for example bugs that db-validation-property-name? catches
2023-08-03 17:00:49 -04:00
Gabriel Horner
8253477a9d fix regression - pages can add schema or page properties 2023-08-03 14:22:23 -04:00
Gabriel Horner
19d52c178b fix: still disallow invalid property names
Issues with using tag or page ref syntax on pages still exist
with db graphs
2023-08-03 11:17:19 -04:00
Gabriel Horner
47cea36e7d fix: add back disallowing adding hidden built-in properties
Without this adding a built in prop and value leads to it disappearing
with no explanation. Also cleaned up gp-property into sections mostly
to differentiate between file and db graph properties
2023-08-03 10:11:23 -04:00
Tienson Qin
99ecf6cd42 fix: use select/select component for new property input 2023-08-03 18:53:50 +08:00
Tienson Qin
d3329856af fix: put alias before tags 2023-08-03 16:24:21 +08:00
Tienson Qin
cdb6d5d7ae fix: hide page configure for built-in property pages
Also, disabled page delete and rename for built-in property pages
2023-08-03 16:01:35 +08:00
Andelf
bc4b09d877 fix(editor): display of embedded drawing
See-also #9533
2023-08-03 11:46:23 +08:00
Gabriel Horner
24f38f232f fix: block property deletion
e.g. select "Delete property"
2023-08-02 17:30:06 -04:00
Gabriel Horner
d3ba0de946 fix: user can't add hidden built-in properties to blocks
Allowing this leads to errors e.g. user adds 'query-properties' property
and then adding value throws error b/c of internal schema type :coll
2023-08-02 15:39:18 -04:00
Gabriel Horner
a85e7d4b2a fix: User shouldn't be able to alter built in properties
Allowing this causes all kinds of bugs. Also trivial type fix
for last commit
2023-08-02 14:53:22 -04:00
Gabriel Horner
2c53a1b121 fix: don't display built in property types to user
Also add :keyword type as a couple built in properties use it
2023-08-02 12:25:03 -04:00
rcmerci
aff2620505 persist edit-operation 2023-08-02 22:54:05 +08:00
Gabriel Horner
e85557bacd Fix graph-parser lint
Also bump property perf for db-graph as it's a little slower but
still within reasonable range
2023-08-01 16:48:35 -04:00
Gabriel Horner
991c0994e5 All query-dsl tests pass for db graphs
Add to CI. Also fix graph-parser lint and typo
2023-08-01 16:34:48 -04:00
Tienson Qin
50a897153b fix: alias page crashes if there's a non-page block with alias property 2023-08-02 03:23:51 +08:00
Tienson Qin
bd79b4b7e4 enhance: put alias and tags before other properties 2023-08-02 03:12:53 +08:00
Tienson Qin
4f24c80b33 fix: add back support for alias and tags 2023-08-02 03:09:55 +08:00
Tienson Qin
15cb78fbf7 fix: add pre-configured properties when creating a new db graph 2023-08-02 01:49:23 +08:00
Andelf
4b4b4e8871 chore(release): bump version 0.9.13 2023-08-02 01:03:25 +08:00
Tienson Qin
e40f595a1d Fix/markdown heading export (#9967)
* fix: top heading if it's the first block
2023-08-02 01:02:35 +08:00