Commit Graph

598 Commits

Author SHA1 Message Date
JimmFly 9b32db9f62 chore: increase the frequency of the banner (#3264) 2023-07-17 09:45:02 +00:00
JimmFly f21eb5f272 feat: move plugins config to setting (#3259) 2023-07-17 09:25:00 +00:00
Camol 8f06854130 feat(i18n): support i18n in app version (#3263) 2023-07-17 08:03:50 +00:00
Alex Yang eeed398155 fix(plugin-infra): react as peer dependency (#3260) 2023-07-17 15:48:32 +08:00
Alex Yang 071d582250 fix: first workspace not found (#3258) 2023-07-17 05:00:30 +00:00
JimmFly e8f8bd21cf chore: upadete onboarding video and changlog link (#3255) 2023-07-17 04:31:07 +00:00
Alex Yang c0749fbb9f refactor: use useCallback (#3254) 2023-07-17 03:31:06 +00:00
Alex Yang c49cf1c53c fix: create first workspace logic (#3241) 2023-07-14 09:54:11 +00:00
Alex Yang 1bc427e7a6 fix: migration logic (#3238) 2023-07-14 09:28:15 +00:00
Alex Yang ea592eb150 fix: remove hello-world page (#3234) 2023-07-14 07:49:34 +00:00
Alex Yang 5864f8cb9a refactor: simplify code (#3231) 2023-07-14 07:47:51 +00:00
Alex Yang 2be0ae8906 revert: use stable react (#3228) 2023-07-14 05:33:43 +00:00
Alex Yang 1f5995ffc7 refactor(plugin-infra): workspace loading (#3222) 2023-07-13 15:52:06 +00:00
3720 23ac82f845 fix: can't go back to all pages by click All Pages button (#3219) 2023-07-13 15:26:12 +00:00
Alex Yang 492852ba0c refactor: mode atom (#3221) 2023-07-13 15:11:00 +00:00
Alex Yang 64cf297399 refactor(web): move current atoms into plugin infra (#3220) 2023-07-13 12:14:30 +00:00
3720 9c5d91a1d9 fix: collections should be unique for workspaces (#3213) 2023-07-13 08:42:20 +00:00
Alex Yang 24a5b54b67 fix: fullscreen settting not working (#3215)
Co-authored-by: QiShaoXuan <qishaoxuan777@gmail.com>
2023-07-13 16:31:17 +08:00
Alex Yang 5b87d90ffe fix: first page id conflict (#3192) 2023-07-12 10:43:52 +00:00
Alex Yang ccbae6f496 fix: unexpected jump 404 page (#3190) 2023-07-12 10:18:02 +00:00
JimmFly 1ac1c33bb1 style: update delete button style (#3180) 2023-07-12 09:23:39 +00:00
Alex Yang bbb1387469 feat: display app version in setting panel (#3170) 2023-07-12 02:39:00 +00:00
Alex Yang 3968deb6d4 feat: add suspense to workspace settings (#3167)
Co-authored-by: Qi <474021214@qq.com>
2023-07-11 15:50:30 +00:00
Alex Yang 37c8465af8 fix: jump to index page after deletion (#3169) 2023-07-11 15:44:00 +00:00
Peng Xiao d88a21d24a fix: settings style update (#3161) 2023-07-11 12:55:28 +00:00
3720 6ad2d106bc fix: some typo and i18n (#3155) 2023-07-11 11:04:45 +00:00
Alex Yang 8c1fcee135 refactor: remove unused code (#3149) 2023-07-11 08:53:01 +00:00
JimmFly b2fed03f30 style: modify the style of community item (#3143) 2023-07-11 06:44:06 +00:00
Alex Yang ddb2931f38 fix: remove workspace not working (#3140) 2023-07-11 04:37:47 +00:00
Qi cfa18d1bc3 fix: font style setting only control editor's font (#3117)
Co-authored-by: Alex Yang <himself65@outlook.com>
2023-07-10 11:58:53 +00:00
Alex Yang 6caf934d47 refactor: follow correct react rules (#3119) 2023-07-10 10:32:15 +00:00
Qi 2f910fbad0 feat: modify setting modal entry in quick search modal (#3089) 2023-07-10 09:28:14 +00:00
JimmFly 812e0e9c9a style: change switch tip color (#3123) 2023-07-10 07:00:23 +00:00
danielchim e06d5e1c8d fix: page mode shortcut (#3097) 2023-07-09 18:37:49 +00:00
Alex Yang 1c8895f23f feat: improve error log message (#3112) 2023-07-09 05:54:53 +00:00
Alex Yang 8b5d997322 refactor(hooks): reduce null types (#3111) 2023-07-09 05:01:09 +00:00
Peng Xiao 33644a68b2 fix: disable move db by default (#3105)
Co-authored-by: Alex Yang <himself65@outlook.com>
2023-07-09 03:37:39 +00:00
Alex Yang da140b0b85 chore: remove unused code (#3102) 2023-07-08 06:49:11 +00:00
boomlion8 a48726d088 fix: color of UI in dark mode (#3081)
Co-authored-by: boomlion8 <201116201@manit.ac.in>
Co-authored-by: Alex Yang <himself65@outlook.com>
2023-07-08 06:00:03 +00:00
Alex Yang b49306607b feat: improve workspace hook (#3099) 2023-07-08 05:43:39 +00:00
Alex Yang 283f0cd263 refactor: lazy load workspaces (#3091) 2023-07-07 14:15:27 +00:00
Qi b12412a3c1 feat: add font style setting (#3092) 2023-07-07 11:59:38 +00:00
Alex Yang 3294043180 perf: reduce unused provider connection (#3090) 2023-07-07 08:13:32 +00:00
JimmFly 5756bdf8d7 style: adjust settings style (#3083) 2023-07-07 05:36:27 +00:00
Alex Yang 822078e640 fix: cleanup workspace when switch setting panel (#3072) 2023-07-06 15:27:09 +00:00
Alex Yang fafd93f7dc refactor: block-hub in tool wrapper (#3073) 2023-07-06 15:18:58 +00:00
Peng Xiao 00ce086e79 fix: workspace storage settings issues (#3055) 2023-07-06 12:48:20 +00:00
Alex Yang 28653d6892 fix(web): setting panel refresh (#3070) 2023-07-06 11:24:26 +00:00
JimmFly f468dff6aa chore: update communities link and icon (#3052) 2023-07-06 07:24:36 +00:00
Alex Yang fa1cd87348 chore: bump version (#3041) 2023-07-06 03:49:17 +00:00