Commit Graph

68 Commits

Author SHA1 Message Date
Aditya Sharma bd83f95745 feat(component): keyboard navigation for image-viewer (#2334)
Co-authored-by: Himself65 <himself65@outlook.com>
2023-06-02 12:56:52 +08:00
Himself65 f4057593af refactor: remove unused code (#2484) 2023-06-02 12:56:52 +08:00
Whitewater d905c9b5cf feat: add new page button (#2417) 2023-06-02 12:56:52 +08:00
Peng Xiao 75c54f0af5 feat: fav page references (#2422)
Co-authored-by: Himself65 <himself65@outlook.com>
2023-05-17 23:23:05 -07:00
JimmFly 0c5c1a5511 chore: update preloading page (#2409) 2023-05-17 18:03:10 +08:00
JimmFly 9c6e687113 chore: remove quick search tips (#2375) 2023-05-17 14:16:32 +08:00
Peng Xiao 599bf92c08 fix: some style updates (#2348) 2023-05-17 14:16:31 +08:00
Himself65 54b8b36618 fix: correct router logic (#2342) 2023-05-17 14:14:39 +08:00
Peng Xiao 683343ad82 feat: new sidebar (app shell) styles (#2303) 2023-05-17 14:14:39 +08:00
himself65 add5deae0f ci: collect test coverage on electron (#2335) 2023-05-17 14:14:39 +08:00
Himself65 b4981abe4f fix(component): toast too many times when switch page mode (#2296) 2023-05-10 00:54:38 -05:00
JimmFly b978bb171a feat: add download tips banner (#2151) 2023-05-09 11:07:34 -05:00
JimmFly b937c1b5f6 chore: replace lang icon (#2281) 2023-05-09 15:27:05 +00:00
Peng Xiao 7c2574b1ca feat: create workspace from loading existing exported file (#2122)
Co-authored-by: Himself65 <himself65@outlook.com>
2023-05-09 02:30:01 -05:00
Himself65 c41718e80d feat(component): support image preview by double click (#2198) 2023-05-09 01:09:39 -05:00
Himself65 793b689b81 fix(component): updated at in page meta (#2277) 2023-05-09 03:54:07 +00:00
Himself65 aace740df5 fix: prohibit delete last workspace (#2212) 2023-05-03 04:31:04 +00:00
Himself65 1031fbc7ec refactor: guide atoms (#2196) 2023-04-28 15:59:59 -05:00
Himself65 31cccafb40 fix: sidebar regression (#2195) 2023-04-28 15:02:47 -05:00
JimmFly 2ff5ef9d5d feat: move theme switch and language switch to editor option menu (#2025)
Co-authored-by: himself65 <himself65@outlook.com>
2023-04-28 04:28:51 -05:00
Himself65 ef0521fa2a test(electron): theme check (#2182) 2023-04-28 06:40:44 +00:00
Himself65 70fbbb39c1 chore: enable no-unused vars (#2181) 2023-04-28 00:41:06 -05:00
Himself65 c1a65b6b76 feat(component): init app sidebar (#2135) 2023-04-27 16:46:08 -05:00
Whitewater 2b05a1254b chore: hide pinboard (#2149)
Co-authored-by: himself65 <himself65@outlook.com>
2023-04-26 19:31:01 -05:00
Himself65 7e61708850 test: move playwright test suite to top level (#2113) 2023-04-24 22:12:48 -05:00
Himself65 1ca9fb8ff4 fix(workspace): check affine login auth (#2070) 2023-04-21 20:44:29 -05:00
zuomeng wang acc5afdd4f fix(web): remove edgeless mode padding (#2061) 2023-04-21 17:56:29 +08:00
Qi 4a1c15c1e9 feat: modify default avatar (#2034) 2023-04-20 17:41:29 +08:00
Himself65 7be96a2e41 build: remove unused config (#1990) 2023-04-17 23:11:46 -05:00
Himself65 7bbe67af43 refactor: workspace loading logic (#1966) 2023-04-16 16:02:41 -05:00
Himself65 caa292e097 test: mark public single page as fail (#1967) 2023-04-16 09:45:50 -05:00
Himself65 b771a2504b test: fix flaky (#1953) 2023-04-14 15:03:16 -05:00
Himself65 01a686dc28 feat: enable share menu (#1883)
Co-authored-by: JimmFly <yangjinfei001@gmail.com>
2023-04-13 16:22:49 -05:00
Qi 7d64815aca feat: add navigation path in quick search (#1920) 2023-04-13 16:31:28 +08:00
TimLi 25d7f7c848 fix: export to html/markdown (#1892)
Co-authored-by: himself65 <himself65@outlook.com>
2023-04-12 14:11:03 +00:00
Qi af04c1b889 feat: refactor trash, page would delete from its parent's subpageIds after move to trash (#1871) 2023-04-12 01:14:57 -05:00
Himself65 a06113d48c refactor: workspace header (#1880) 2023-04-11 21:39:39 -05:00
Himself65 f3af128baf perf(y-indexeddb): improve boost and loading time (#1879) 2023-04-11 17:29:44 -05:00
Qi ea2a146c82 feat: connect pinboard and reference link (#1859) 2023-04-10 11:49:51 -05:00
Qi e50bf9fbfe feat: add root pinboard & rename pivots to pinboard (#1843) 2023-04-07 21:55:59 +00:00
Himself65 5ac36b6f0a refactor: add workspace events (#1838) 2023-04-06 16:14:23 -05:00
Himself65 b6bdf257e4 feat(component): support sort workspace card (#1837) 2023-04-06 13:21:45 -05:00
Himself65 1ad4b0fc89 feat: single page API in public workspace (#1794) 2023-04-06 09:20:36 -05:00
Qi 88447b438b feat: modify pivot operation menu (#1786)
Co-authored-by: Himself65 <himself65@outlook.com>
2023-04-06 08:37:49 -05:00
Aditya Sharma 0c87bf36ca feat: add toast for workspace deletion (#1825)
Co-authored-by: himself65 <himself65@outlook.com>
2023-04-05 08:47:14 -05:00
Himself65 69cd22a3b8 chore: bump version (#1812) 2023-04-04 08:46:53 -05:00
Peng Xiao 487ef35563 fix: some minor ui issues (#1783) 2023-04-03 00:24:53 -05:00
Himself65 bd67554f5e test: increase retries times to 3 (#1763) 2023-03-30 21:00:19 -05:00
Peng Xiao c55d61a641 feat: responsive ui above 640px (#1741) 2023-03-30 20:12:18 -05:00
himself65 bdb1264f09 test: add timeout for page list 2023-03-30 19:59:56 -05:00