Commit Graph

11351 Commits

Author SHA1 Message Date
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
Konstantinos Kaloutas
234f92a3fe style: run prettier 2023-05-03 15:30:05 -04:00
Konstantinos Kaloutas
00be5edb4c chore: handle tool shortcuts 2023-05-03 15:30:05 -04:00
Konstantinos Kaloutas
dd9eb3a4e2 enhance (wip): customizable shortcuts 2023-05-03 15:30:05 -04:00
Konstantinos Kaloutas
96aed148b4 enhance (wip): customizable shortcuts 2023-05-03 15:30:05 -04:00
Konstantinos Kaloutas
9a89def497 enhance (wip): customizable shortcuts 2023-05-03 15:30:05 -04:00
Calum Lind
02e8dbabd2 fix: Garbled text in sidebar and dropdown menus on Linux
Linux users with Intel GPUs have been reporting issues with garbled
or ghosting text in the sidebar nav and header dropdown menu.

The exact cause is unknown but likely a Electron rendering issue with
Intel GPUs when opacity is set with the icons and text elements.

To workaround the problem we can set an element that will change the
stacking context directly on the problem elements.

Fixes: https://github.com/logseq/logseq/issues/7233
2023-05-03 09:40:31 -04:00
Calum Lind
ae683159fb feat: Add is-linux ui class 2023-05-03 09:40:31 -04:00
charlie
a199769f99 refactor: rename unconventional function name 2023-05-01 10:33:05 +08:00
charlie
f727f6fc8e Merge branch 'master' into feat/custom-children-list-style 2023-05-01 09:49:14 +08:00
Gabriel Horner
1f279b43a5 Add shortcut for toggle numbers 2023-04-28 14:07:41 -04:00
melat0nin
a5e31128a6 Fixed 'Downloading for the updates' string
Fixed bad English, to read 'Downloading updates'
2023-04-28 11:09:43 -04:00
Gabriel Horner
625d41eb8d For publishing disable only favoriting, not whole menu 2023-04-28 11:09:07 -04:00
Lina
a157c58d84 remove unneeded parentheses 2023-04-28 11:09:07 -04:00
Lina
cfd38a3cee remove unneeded menu options when publishing 2023-04-28 11:09:07 -04:00