Commit Graph

233 Commits (8697d59b72517e283b1dec527aa05342c8dc92e9)

Author SHA1 Message Date
Tienson Qin 64050a4929 fix: typo 2023-04-19 15:44:06 +08:00
Tienson Qin bcf575ebd3 add tests 2023-04-19 15:35:54 +08:00
Tienson Qin a09ba93647 fix: revert changes from #8974 and #9125 2023-04-19 14:13:19 +08:00
Tienson Qin a8013a5288
fix: broken outliner structure when Backspace at the beginning (#9125)
* fix: broken outliner structure when DELETE at the beginning

related to #8974

* fix: 'Delete' key deletes entire set of blocks

close #9128

---------

Co-authored-by: Mega Yu <yuhg2310@gmail.com>
2023-04-18 22:46:49 +08:00
Konstantinos Kaloutas e8817bcc41 chore: add tests 2023-04-12 20:37:52 +08:00
megayu c90e266310
Fix: Delete and backspace deleting block ids and breaking references (#8974)
* press delete at the end of a block, if no refs in current block,
delete current block instead of next

* enhance backspace behavior to avoid broke ref

* fix press backspace at the end of the block of the end of the page issue

* add e2e-test for delete and backspace across blocks

---------

Co-authored-by: Junyi Du <junyidu.cn@gmail.com>
Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
Co-authored-by: Gabriel Horner <97210743+logseq-cldwalker@users.noreply.github.com>
2023-04-12 12:17:13 +08:00
Tienson Qin 045ae0e50b add e2e test for hashtag search 2023-04-04 23:48:38 +08:00
Tienson Qin 7318f3ca91 fix: e2e 2023-03-29 18:41:04 +08:00
Tienson Qin 3977aa4b6b fix: e2e 2023-03-29 18:41:04 +08:00
Tienson Qin c876e47e8d fix: e2e test 2023-03-29 18:41:04 +08:00
Tienson Qin 7230938fca chore: remove hack 2023-03-29 18:41:04 +08:00
Andelf 6e9fec448b fix(test): close notification before start 2023-03-28 09:14:42 +08:00
Konstantinos 5913d81e6f
Fix (Whiteboards): Shape index and arrow binding issue (#8885)
* fix: shape index and bindings

* fix: indexv updating
2023-03-24 14:39:58 +08:00
Tienson Qin 69bd4e935b fix: e2e tests
This PR moves the cursor to the end of the editor in `enterNextBlock`.
2023-03-23 13:02:41 +08:00
Tienson Qin a92588a18b
Release whiteboard to everyone (#8853)
* chore: release whiteboards for everyone

Also, toggle it on by default

* fix: e2e test

* add onboarding tour test

---------

Co-authored-by: Konstantinos Kaloutas <konstantinos@logseq.com>
2023-03-21 19:37:21 +08:00
Konstantinos 2c987d0c6a
Enhance (Whiteboards): UX (#8797)
- Improve zooming performance (try zooming using the scrollbar or the trackpad on a portal heavy board)
- Auto remove arrows when we delete connected shapes (see video)
- Create new portals when we Alt+Click on refs in portal elements
- Enable development toolbar within Logseq
- Clear brush (select) area on exit to avoid the leftover when we double click and drag at the same time (see image below)
---------

Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
2023-03-20 18:28:55 +08:00
Junyi Du 54bd86aca7 test(e2e): improve fav robustness 2023-03-17 01:04:31 +08:00
Junyi Du 02103b596a test(e2e): fs testings - special chars in graph path 2023-03-17 01:04:31 +08:00
Junyi Du b11721dcc3 test(e2e): fs testings - special page name persisting 2023-03-17 01:04:31 +08:00
Junyi Du 3bd3991d9a test(e2e): fs testings - file create, rename, unlink 2023-03-17 01:04:31 +08:00
Konstantinos Kaloutas 537b715e45 add more tests 2023-03-13 14:33:14 -04:00
Konstantinos Kaloutas cff17ab891 remove create block test 2023-03-13 14:33:14 -04:00
Konstantinos Kaloutas aabd004fac add tests 2023-03-13 14:33:14 -04:00
Konstantinos Kaloutas e52bda80c9 remove keyboard delay 2023-03-08 17:09:35 +08:00
Konstantinos Kaloutas f6b9a55cbc Revert "attempt to lock clipboard"
This reverts commit b659cb07ca.
2023-03-08 17:09:35 +08:00
Konstantinos Kaloutas 5d646b67c1 fix: e2e tests 2023-03-08 17:09:35 +08:00
Konstantinos Kaloutas b1249c09d8 fix: e2e tests 2023-03-08 17:09:35 +08:00
Konstantinos Kaloutas 0f393a7f46 attempt to lock clipboard 2023-03-08 17:09:35 +08:00
Konstantinos Kaloutas aded90d03e fix: test names 2023-03-08 17:09:35 +08:00
Konstantinos Kaloutas 723bf3806d add more tests 2023-03-08 17:09:35 +08:00
Konstantinos Kaloutas cd7ca56d3f refactor: e2e tests modKey 2023-03-08 17:09:35 +08:00
Konstantinos Kaloutas 271706a155 add iFrame test 2023-03-08 17:09:35 +08:00
Andelf b21edf9077 fix(test): e2e fail due to page search 2023-03-07 14:04:10 +08:00
Andelf ae82e9132e fix(test): e2e fail due to page search 2023-03-07 14:04:10 +08:00
Yichen Yan f2b99dbc4c
upgrade playwright to 1.31.0 (#8688) 2023-03-06 15:21:54 +08:00
Konstantinos 1ff15171ed
fix (Whiteboard): Paste shape (#8636)
* fix: paste shape

* fix: test

* fix: test

* fix: test

* fix: test

* fix: test

* fix: add timeout to headings test

* fix: test

* fix: e2e test

* just another attempt to fix the tests

* fix; yet another test fix

* remove the inconsistent test

* revert test change

* revert unneeded change

---------

Co-authored-by: Gabriel Horner <97210743+logseq-cldwalker@users.noreply.github.com>
2023-03-01 12:25:45 -05:00
Zhizhen He 25c15053d6 feat: add typos to GitHub action
Signed-off-by: Zhizhen He <hezhizhen.yi@gmail.com>
2023-02-21 12:01:58 -05:00
Andelf 78a65c53f0 fix e2e ci 2023-02-10 11:54:41 +08:00
Konstantinos 966d330b3d
Chore: Add heading tests (#8541)
* wip: add heading tests

* chore: add more heading tests
2023-02-08 09:47:57 -05:00
Yichen Yan a3c7308dc0
fix(query): cache special value as resolved value (#8263)
* fix(query): cache inputs as resolved values
Co-authored-by: Ben Yorke <ben@yorke.io>
2023-02-06 16:32:16 +08:00
Gabriel Horner f9604e1b07
Merge branch 'master' into feat/tweet-shape 2023-01-19 10:02:29 -05:00
Junyi Du 95724dd8af test(e2e): fix trace file dump 2023-01-18 15:27:21 +08:00
Konstantinos Kaloutas fe6a993121 fix: create new whiteboard to avoid onboarding 2023-01-16 20:11:17 +02:00
Konstantinos Kaloutas 4191fb78f2 e2e test 2023-01-16 19:03:27 +02:00
Konstantinos Kaloutas 42d3551216 e2e test 2023-01-16 17:31:40 +02:00
Konstantinos Kaloutas 3f771ff06f e2e test 2023-01-16 17:08:31 +02:00
Konstantinos Kaloutas 8966c648f7 Revert "disable tests"
This reverts commit 040becd858.
2023-01-16 16:33:30 +02:00
Konstantinos Kaloutas e2384af7d1 Revert "test e2e"
This reverts commit 897a787013.
2023-01-16 16:33:15 +02:00
Konstantinos Kaloutas 897a787013 test e2e 2023-01-16 15:55:59 +02:00
Konstantinos Kaloutas 040becd858 disable tests 2023-01-16 15:35:14 +02:00