Commit Graph

38 Commits

Author SHA1 Message Date
Tienson Qin
624b7c593a add e2e tests for bidirectional properties 2026-01-22 00:52:47 +08:00
Tienson Qin
41cbba3688 enhance(ux): flashcards (#12299)
Enhances the flashcard user experience by adding automatic query property management, fixing critical bugs, and improving the UI for managing card sets.

Key changes:

1. Automatic creation of query property blocks when tagging with #Query or subclasses via pipeline
2. Fixed critical bug in api-insert-new-block! where the end? parameter had inverted conditional logic
3. Added ability to create new #Cards blocks directly from the flashcard modal with a plus button
2026-01-05 22:12:13 +08:00
Tienson Qin
a9a9905b05 feat: tag-scoped property choices (#12295)
* feat: tag-scoped property choices

* Able to hide global choices per tag

* add e2e tests
2026-01-04 13:42:27 +08:00
rcmerci
8d7ce39897 test(e2e): add asset-blocks-validate-after-init-downloaded-test 2025-12-19 01:49:40 +08:00
rcmerci
8c968464fb dev: update agents.md, add bb e2e-test cmds 2025-09-26 22:11:13 +08:00
rcmerci
d9b2ca977a chore(clj-e2e): add alias :dev-run-rtc-extra-test 2025-09-11 13:41:51 +08:00
Tienson Qin
d84d3f9652 enhance(ux): set/unset #Page to convert between page and block (#11970)
* enhance(ux): add/remove #Page to toggle page/block

* enhance(ux): "p t" to set tags for selected blocks

Updated "p a" to toggle displaying all properties including hidden ones.

* feat: cmd+k move blocks

* fix: block could be converted to page and create invalid nodes

Pages with block namespace parents is nonsensical and pages in
property values led to multiple validation errors. Also guard
against class and property pages as namespace parents

* fix: warn on failed cut+paste or indent/outdent of page blocks. Better to warn than silent failure which leaves user confused on
what happened. 

---------

Co-authored-by: Gabriel Horner <gabriel@logseq.com>
2025-08-05 17:45:57 +08:00
Tienson Qin
e259be0c51 feat: quick add (#11986)
* feat: quick add

* enhance(ux): auto open block for editing for quick add

* enhance(ux): show notification after quick add

* add migration for quick add page
2025-07-07 16:18:53 +08:00
rcmerci
665a5a3725 test(e2e): add tag-basic-test, fix assert-non-editor-mode 2025-06-18 23:39:40 +08:00
Tienson Qin
92ec65d61d Merge branch 'master' into refactor/page-parent 2025-06-15 08:27:33 +08:00
rcmerci
900efe1076 test(e2e,rtc): fix new-block to make it work correctly in rtc env 2025-05-28 17:53:13 +08:00
rcmerci
4f6c0fee28 test(e2e,rtc): update rtc-outliner-conflict-update-test 2025-05-28 16:58:37 +08:00
rcmerci
3ad366b8a4 test(e2e): add logseq.e2e.property-basic-test and reuse in rtc-extra-test 2025-05-23 21:29:02 +08:00
rcmerci
984ac7ae7b test(e2e): update logseq.e2e.rtc-extra-test (2) 2025-05-20 14:31:31 +08:00
rcmerci
9deb781748 test(e2e): add logseq.e2e.rtc-extra-test 2025-05-20 00:55:33 +08:00
rcmerci
3491381877 test(e2e): divide test-ns into '-basic-test' and '-extra-test' 2025-05-18 23:21:59 +08:00
Tienson Qin
d9eeb19e26 fix: copy paste tests 2025-05-10 05:11:13 +08:00
Tienson Qin
3a1af91b3f add block references test 2025-05-10 03:42:49 +08:00
rcmerci
39d6018170 test(e2e): update plugins-test 2025-05-08 14:26:17 +08:00
Tienson Qin
da20b48bd2 fix: stable template and number list tests 2025-05-08 01:03:20 +08:00
rcmerci
d5d5694f78 test(e2e): add logseq.e2e.locator 2025-05-07 15:19:29 +08:00
Tienson Qin
0134fcec35 set slow-mo to 50 2025-05-06 20:24:33 +08:00
Tienson Qin
14526ae3cd fix: query and scheduled/deadline tests 2025-05-06 20:14:21 +08:00
Tienson Qin
33b40f4905 enhance: user/start to run a page 2025-05-05 22:24:42 +08:00
Tienson Qin
b4eb2eaf72 add embed/cloze/new-property tests 2025-05-05 22:17:24 +08:00
Tienson Qin
62b654319f add template and calculator tests 2025-05-05 21:18:38 +08:00
Tienson Qin
cead4f1c88 add query tests 2025-05-05 20:31:13 +08:00
Tienson Qin
5133cf939d Add number list and children commands tests 2025-05-05 12:19:30 +08:00
Tienson Qin
9d793aecfb Add date time commands tests 2025-05-05 11:54:56 +08:00
Tienson Qin
5f3b9f2bcd add scheduled and deadline commands e2e tests 2025-05-04 19:01:36 +08:00
rcmerci
aea2dd00a0 test(e2e): screenshot when assert err 2025-05-01 18:05:40 +08:00
Tienson Qin
118a1edf02 fix: wait 1s after new-graph 2025-04-29 13:50:18 +08:00
Tienson Qin
4b53a0b8e0 fix: e2e tests 2025-04-29 02:58:22 +08:00
Tienson Qin
85c1e5c267 Add more commands e2e tests 2025-04-29 02:31:02 +08:00
rcmerci
0b59755a21 test(e2e): add ns logseq.e2e.assert 2025-04-26 00:36:18 +08:00
rcmerci
de667bfd63 test(e2e): update config vars, add fn cancel in user ns 2025-04-25 18:08:56 +08:00
rcmerci
465fd1870c test(e2e): split ns config,playwright-page, add multi-tabs-test 2025-04-25 17:29:15 +08:00
Tienson Qin
8d7654fd57 enhance: dev/user setup for clj e2e tests 2025-04-25 14:26:48 +08:00