Commit Graph

11515 Commits

Author SHA1 Message Date
Tienson Qin
88c15a1b83 fix: lint 2023-05-08 19:34:06 +08:00
Tienson Qin
6b94181116 fix: nested page title can't be clicked 2023-05-08 19:26:14 +08:00
Konstantinos Kaloutas
8b8bd04ced fix: stop propagation on select component 2023-05-08 18:50:31 +08:00
Konstantinos Kaloutas
fdcf2820f8 fix: delete selection shortcut on whiteboards 2023-05-08 18:50:31 +08:00
PerfectPan
5c400112ec fix: adjust repeater ui 2023-05-08 18:25:45 +08:00
Andelf
2effe08054 fix(android): paste with native input device
- use legacy method on Android
2023-05-08 17:43:55 +08:00
Zhizhen He
dbeb49b8d2 chore: remove duplicated line 2023-05-08 12:09:52 +08:00
Gabriel Horner
ea94b3aa63 Update dwim list comment as value changed in #9235 2023-05-05 15:27:59 -04:00
Gabriel Horner
f6cf60af3d Followup to #9287
- Address feedback about commenting new values
- Revert comments on custom-css-url and custom-js-url as they are more
  acccurate
- Revert config values that were changed
2023-05-05 15:25:16 -04:00
Bad3r
2456c7f835 enhance: update config.edn template (#9287)
* enhance: update config.edn template
this is a replacement to #9034

- [x] Replace 'repo' w/ graph or graph folder, respectively.
- [x] Each configuration options documentation must start with a capital letter and end with a dot to maintain uniformity.
- [x] Maintain uniformity by using the same language and documentation style where applicable
- [x] Validate spelling and grammar
- [x] Uncomment UI configurable options and set them to the default value
    - At present, when a configuration option like `:ui/show-brackets? true` is commented out in the template; Logseq will add a new line to the bottom of the configuration template if the user toggles it from the UI instead of updating the existing variable.
- [x] define default values where applicable
- [x] Add warnings about potential issues
- [x] Validate the completeness of the template
- [x] Ensure that the `L` in Logseq is always capitalized
- [x] Use "Logseq" instead of "the app" when referring to Logseq.
- [x] Review Default Values

* clean up 🧹

* enhance: add example for journal title date format

* clean up 🧹

* fix: indentation
2023-05-05 15:24:56 -04:00
ingepettersen
c19094288b Fixed bad paste 2023-05-05 11:04:36 -04:00
Inge
c1c66a773a Updated Norwegian translations. 2023-05-05 11:04:36 -04:00
Konstantinos Kaloutas
eee3862644 fix: drag to clone text shapes 2023-05-05 10:57:34 -04:00
Konstantinos Kaloutas
ab2d9dd0ef fix: hide lock/unlock on published whiteboards 2023-05-05 10:57:34 -04:00
Konstantinos Kaloutas
f4b4ecb526 fix: allow interactions with published embeds 2023-05-05 10:57:34 -04:00
Gabriel Horner
8eb1c1f439 Page tags and aliases should be deleted when removed by user
Fix #8627, fix #7720 and fix #8282
2023-05-05 13:49:39 +08:00
Tienson Qin
d2b53c3d3e Merge pull request #9235 from logseq/feat/custom-children-list-style
feat(ui): Ordered(number) list
2023-05-05 13:31:51 +08:00
charlie
399c88dcc0 Merge branch 'master' into feat/custom-children-list-style 2023-05-05 11:29:12 +08:00
level101
016977059b main/frontend/dicts: improve ru translation 2023-05-04 11:20:43 -04:00
Gabriel Horner
45b3054b89 Disable dwim lists now that block based lists exist 2023-05-04 10:22:29 -04:00
Gabriel Horner
a09917f671 Remove outdated comment from #9254
Also fix typo on 5677be9bfd /cc @tiensonqin
2023-05-04 09:48:27 -04:00
charlie
8b08bcf070 enhance(ui): hover state for the number list item marker 2023-05-04 16:50:51 +08:00
Tienson Qin
5677be9bfd fix: test 2023-05-04 16:46:34 +08:00
charlie
a2052f8f0b fix(ui): toggle number children only for the immediate level 2023-05-04 16:43:55 +08:00
charlie
097c58e1e7 enhance(ui): align left for the number list marker 2023-05-04 16:28:23 +08:00
charlie
86103a47e5 enhance(ux): toggle block children as number list 2023-05-04 16:02:53 +08:00
Tienson Qin
a3b60a3278 fix: compute old-refs using db-before 2023-05-04 15:38:14 +08:00
Gabriel Horner
f70fbaf5e0 Fix children blocks having stale :block/path-refs
when parent block's refs change.
Fixes #5759, fixes #5992, fixes #6990, fixes #8430 and fixes #4116
2023-05-04 15:38:14 +08:00
charlie
aba0391ac1 fix(plugin): missing renderer for the pagebar ui items 2023-05-04 15:07:59 +08:00
Tienson Qin
a777b265b4 fix: save the current block before property removing 2023-05-04 14:29:04 +08:00
Adam Hupp
c7e0d86e8b Fix yarn install on Windows
`yarn install` currently fails due to two issues:

 a) several build scripts use "cd some_dir && yarn ...", which is not
 valid in cmd.exe.  Replace with "yarn --cwd some_dir .."
 b) zx is somehow defaulting to bash, which finds WSL and runs the
 script in the WSL instance.  Supposedly this was fixed in
 https://github.com/google/zx/pull/458, not sure why it's not working
 even if I upgrade zx.
2023-05-04 13:51:17 +08:00
Gabriel Horner
9628fc52b9 Split out property related fns
in order to make editor ns more maintainable
2023-05-04 13:50:09 +08:00
charlie
f73d964899 Merge branch 'master' into feat/custom-children-list-style 2023-05-04 10:35:07 +08:00
Konstantinos Kaloutas
e912577610 fix externs 2023-05-03 15:30:05 -04:00
Konstantinos Kaloutas
896f425268 Revert "e2e test"
This reverts commit 6ee2b0c803.
2023-05-03 15:30:05 -04:00
Konstantinos Kaloutas
7fc5157f30 e2e test 2023-05-03 15:30:05 -04:00
Konstantinos Kaloutas
14bf84dc30 Revert "e2e test"
This reverts commit a5d3e71100.
2023-05-03 15:30:05 -04:00
Konstantinos Kaloutas
a599e64fd8 e2e test 2023-05-03 15:30:05 -04:00
Konstantinos Kaloutas
24bf928bed revert test changes 2023-05-03 15:30:05 -04:00
Konstantinos Kaloutas
0997b771fa Revert "enhance: loosen up check for cut and delete"
This reverts commit c0bdb228f0.
2023-05-03 15:30:05 -04:00
Konstantinos Kaloutas
b5cee58acc fix: e2e test 2023-05-03 15:30:05 -04:00
Konstantinos Kaloutas
c94ff10e28 enhance: loosen up check for cut and delete 2023-05-03 15:30:05 -04:00
Konstantinos Kaloutas
32f1fdb046 fix: e2e test 2023-05-03 15:30:05 -04:00
Konstantinos Kaloutas
11a864e1d4 fix: e2e test 2023-05-03 15:30:05 -04:00
Konstantinos Kaloutas
736877d5c3 enhance: new whiteboard shortcut category 2023-05-03 15:30:05 -04:00
Konstantinos Kaloutas
590ee630bd fix: block select all propagation 2023-05-03 15:30:05 -04:00
Konstantinos Kaloutas
0cb77900b6 fix: portal tool selection 2023-05-03 15:30:05 -04:00
Konstantinos Kaloutas
59865037db enhance: hide shortcuts 2023-05-03 15:30:05 -04:00
Konstantinos Kaloutas
1d13eb3d4b chore: add shortcut to collapse toggle tooltip 2023-05-03 15:30:05 -04:00
Konstantinos Kaloutas
d94689e280 fis: e2e tests 2023-05-03 15:30:05 -04:00