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
dependabot[bot]
a254775a81
chore(deps): bump word-wrap from 1.2.3 to 1.2.5 in /tldraw ( #9915 )
...
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap ) from 1.2.3 to 1.2.5.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases )
- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.5 )
---
updated-dependencies:
- dependency-name: word-wrap
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-03 21:00:34 +08: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
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
Gabriel Horner
791bd90d88
Fix frontend code breaking a deps library again
...
Please run `yarn test` in a dep to ensure it still works /cc
@tiensonqin. See 84b80e8b76 for previous
examples
2023-08-01 11:18:10 -04:00
Andelf
486edc31c0
chore(release): release 0.9.12
0.9.12
2023-08-01 21:52:12 +08:00
Tienson Qin
8e9a189ba1
handle whiteboard built-in properties
2023-08-01 21:48:36 +08:00
Tienson Qin
db5e0a6571
handle pdf annotation properties
2023-08-01 21:23:00 +08:00
atxulo
97fad3e349
Enhance: Improvements in Spanish translation ( #9896 )
...
* Improvements in Spanish translation
* Update es.edn, merged #9732
---------
Co-authored-by: Gabriel Horner <97210743+logseq-cldwalker@users.noreply.github.com >
2023-08-01 09:20:19 -04:00
charlie
401078ab18
fix(pdf): incorrect highlights state when update hlighlight. related #9900
2023-08-01 21:14:51 +08:00
Tienson Qin
73ce46483b
handle more properties including title, icon, public and filters
2023-08-01 20:50:13 +08:00
Tienson Qin
84f09e01dc
fix: heading level
2023-08-01 20:39:01 +08:00
Tienson Qin
2913af2d96
fix: order list
2023-08-01 20:14:49 +08:00
Tienson Qin
3cc7977d93
fix: heading
2023-08-01 19:16:44 +08:00
Tienson Qin
dbcd082f08
wip: handle built-in properties
2023-08-01 19:03:16 +08:00
Tienson Qin
3333f890ea
fix: entity fn calls
2023-08-01 14:46:48 +08:00
Tienson Qin
8ed57c04c9
fix: page add-property! for db based graphs
2023-08-01 14:18:36 +08:00
Tienson Qin
3ec4c6bedd
remove handler.editor.property
2023-08-01 13:59:06 +08:00
Gabriel Horner
81ae67cdbe
Add timestamp support to sort-by for db graphs
2023-07-31 16:34:33 -04:00
Gabriel Horner
8e360405d6
Fix sort-by for user properties with db graphs
...
sort-by-queries test passes except for timestamps.
Had to introduce another query to resolve property uuids.
Made it as efficient as possible with datoms and pull.
Refactored load-test-files to support journal files and
allow page and block properties from one file
2023-07-31 16:07:23 -04:00