Commit Graph

12353 Commits

Author SHA1 Message Date
rcmerci
40e7c29bd6 enhance: use transducer in extract-refs-from-mldoc-ast 2022-09-22 15:06:34 +08:00
Tienson Qin
1830b0c082 fix: treat special chars as invalid properties instead 2022-09-22 14:20:15 +08:00
Gabriel Horner
39b7f1bb45 Update docstring for :block/properties 2022-09-21 16:23:56 -04:00
Gabriel Horner
9d9e976b8c Merge branch 'master' into refactor/refs-from-property-values 2022-09-21 15:34:47 -04:00
Konstantinos Kaloutas
a3877c18e6 fix: close menu on button click 2022-09-21 16:29:16 +03:00
Konstantinos Kaloutas
20416c97f7 fix: add shadow to circle button 2022-09-21 16:16:36 +03:00
Konstantinos Kaloutas
ec3e865836 style: run prettier 2022-09-21 14:12:40 +03:00
Konstantinos Kaloutas
09fd3a752f chore: add distribute method 2022-09-21 14:08:48 +03:00
rcmerci
628cecc2fd enhance: use transducers 2022-09-21 18:32:14 +08:00
Konstantinos Kaloutas
e902780f19 chore: introduce distribution types 2022-09-21 12:28:49 +03:00
Konstantinos Kaloutas
7c5afa979b fix: align method 2022-09-21 12:12:49 +03:00
Tienson Qin
eae49ec1f5 chore: misc clean 2022-09-21 17:10:40 +08:00
Tienson Qin
baba078323 fix: support comma in Chinese 2022-09-21 17:03:17 +08:00
Konstantinos Kaloutas
d4b41ba952 chore: align method 2022-09-21 12:02:54 +03:00
Tienson Qin
50db6e42a0 fix: extract property refs support mixed values 2022-09-21 16:46:56 +08:00
Andelf
6abb4c5a75 chore(build): file-sync production as default 2022-09-21 16:18:34 +08:00
Tienson Qin
0ede2d1263 fix: lint 2022-09-21 16:07:05 +08:00
Tienson Qin
310bff0fad fix: CI 2022-09-21 16:02:21 +08:00
Konstantinos Kaloutas
fec4bbc871 fix: title spacing issue 2022-09-21 10:24:49 +03:00
Tienson Qin
1fbb364512 Add :block/properties-text-values 2022-09-21 15:06:48 +08:00
Konstantinos Kaloutas
077766c3c5 fix: tweak styles 2022-09-21 10:04:43 +03:00
Konstantinos Kaloutas
0760b97b91 refactor: styles 2022-09-21 09:55:42 +03:00
charlie
0422f31130 fix(ui): color of block control arrow 2022-09-21 14:49:20 +08:00
charlie
50b4f6577d improve(ui): polish built-in icon 2022-09-21 14:49:20 +08:00
charlie
8f96f4b176 improve(ui): polish built-in icon 2022-09-21 14:49:20 +08:00
charlie
eb46482a75 fix: lint 2022-09-21 14:49:20 +08:00
charlie
6d72dc584c improve(ui): polish built-in icon 2022-09-21 14:49:20 +08:00
charlie
424cc3c3ee fix(pdf): calculate highlight selection async 2022-09-21 14:49:20 +08:00
charlie
dad5bc3609 improve(ui): polish built-in icon 2022-09-21 14:49:20 +08:00
charlie
f8cc6378c3 improve(ui): update built-in icon mode 2022-09-21 14:49:20 +08:00
Konstantinos Kaloutas
a0b37fa20e fix: restore zoom level 2022-09-21 14:48:50 +08:00
Konstantinos Kaloutas
7770d7246c fix; persist zoom level on app close 2022-09-21 14:48:50 +08:00
Konstantinos Kaloutas
fc4cff97a7 refactor: unify menu styles 2022-09-21 09:40:56 +03:00
Konstantinos Kaloutas
a7fd0c1000 Revert "chore: add styles for vertical separator"
This reverts commit 7cb32424c2.
2022-09-21 09:17:07 +03:00
Konstantinos Kaloutas
6cfc1a307c chore: rename toolbar classes 2022-09-21 09:15:35 +03:00
Konstantinos Kaloutas
a109c5dc32 chore: replace separator 2022-09-21 09:15:08 +03:00
Konstantinos Kaloutas
5266e35133 chore: remove toolbar component 2022-09-21 09:14:36 +03:00
Konstantinos Kaloutas
3ce1e1c8f2 Merge branch 'whiteboards' into feat/whiteboards-align-shapes 2022-09-21 08:51:59 +03:00
Tienson Qin
da72d4d620 Some cleanup suggested by Gabe 2022-09-21 12:59:14 +08:00
Gabriel Horner
a368cab5e4 Add ns linter to deps libs and then add+update ns docstrings 2022-09-21 10:17:15 +08:00
Konstantinos Kaloutas
44e2cf8964 refactor: button and toolbar styles 2022-09-20 20:18:23 +03:00
Gabriel Horner
70460547d7 Merge pull request #6765 from logseq/fix/sort-by-filter
Fix sort-by filter for simple queries
2022-09-20 12:46:30 -04:00
Konstantinos Kaloutas
566879f7b9 chore: add placeholder buttons 2022-09-20 19:30:16 +03:00
Konstantinos Kaloutas
7cb32424c2 chore: add styles for vertical separator 2022-09-20 19:25:30 +03:00
Gabriel Horner
b4c4a5bd96 Remove unused local state from query table
Also renamed key to column
2022-09-20 12:20:17 -04:00
Gabriel Horner
60067cb817 Disable sorting if query contains and there is no default sorting
- Also fixed caret not showing up when sorting occurs by default for
  a default sorting state coming from :query-sort-by and
  :query-sort-desc
- Also cleaned up sort state. Rum local state doesn't seem necessary
2022-09-20 12:20:17 -04:00
Gabriel Horner
91d6d14720 Fix sort-by not working for blocks
- Also add sort-by support for pages which fixes #5643
- Add sort-by tests
- Fix sample producing weird queries e.g. mixed block and page clauses
- Clean up last, hard to read test setup in query-dsl
2022-09-20 12:20:17 -04:00
Andelf
ed8d7bfb89 fix(build): wrong java version for android 2022-09-20 23:40:32 +08:00
ingepettersen
d190168059 Updated Norwegian translation (#6798)
Co-authored-by: Gabriel Horner <97210743+logseq-cldwalker@users.noreply.github.com>
2022-09-20 09:39:23 -04:00
ingepettersen
5a4074d083 Update Norwegian translation 2022-09-20 09:25:13 -04:00