Commit Graph

3177 Commits

Author SHA1 Message Date
Whitewater 2a767af71d refactor: use date obj in all pages (#2523) 2023-05-26 15:54:42 +08:00
Whitewater 625fcec51c fix: sort in desc based update date by default (#2510) 2023-05-26 15:54:42 +08:00
Whitewater ee8d50cb71 feat: add dropdown button (#2407) 2023-05-25 15:11:07 +08:00
Horus dfb135818a fix: replace new windows install loading gif (#2513) 2023-05-25 15:02:52 +08:00
Himself65 f63b78a355 fix: dispose on editor props.onInit (#2521) 2023-05-25 15:02:49 +08:00
ShortCipher5 cd2182bea8 chore: update pre-load content (#2518) 2023-05-25 15:02:49 +08:00
Himself65 19bdeebadb chore: bump blocksuite to 0.0.0-20230525011821-20259c76-nightly (#2515) 2023-05-25 15:02:49 +08:00
JimmFly 65750d4ef8 chore: bump electron (#2516) 2023-05-25 15:02:48 +08:00
JimmFly 11e7a10e3d chore: update download tip link (#2509) 2023-05-25 15:02:45 +08:00
fourdim 358d12f612 feat: add simple support for pdf (#2503) 2023-05-25 15:00:37 +08:00
Chi Zhang 0d4d7dca0a docs: update README.md (#2506) 2023-05-25 15:00:37 +08:00
Himself65 04d6849581 fix: regression on toast component (#2502) 2023-05-25 15:00:37 +08:00
Aditya Sharma d68d02503c feat(component): keyboard navigation for image-viewer (#2334)
Co-authored-by: Himself65 <himself65@outlook.com>
2023-05-25 15:00:37 +08:00
LongYinan eddf171144 chore(native): upgrade notify to v6 (#2489) 2023-05-25 15:00:36 +08:00
fourdim 75646d9667 docs: update build guideline (#2434)
Co-authored-by: Himself65 <himself65@outlook.com>
2023-05-25 15:00:36 +08:00
himself65 4802182f34 fix: make editor width to 800px
Fixes: https://github.com/toeverything/AFFiNE/issues/2486
2023-05-25 15:00:36 +08:00
Himself65 edac4b2629 fix: use data-testid (#2487) 2023-05-25 15:00:36 +08:00
Himself65 0e3d80940e refactor: remove unused code (#2484) 2023-05-25 15:00:35 +08:00
Whitewater 2c0f799bc7 chore(i18n): remove unused dependencies (#2485) 2023-05-25 15:00:35 +08:00
Whitewater 001db68499 fix: flatten i18n keys (#2483) 2023-05-25 15:00:35 +08:00
himself65 2631deba23 docs: add comment on legacy affine adapter 2023-05-25 15:00:35 +08:00
Himself65 1ccb8a37ed fix: use hook with first render (#2481) 2023-05-25 15:00:35 +08:00
Himself65 9c4d21beb1 refactor: rename plugins to adapters (#2480) 2023-05-25 15:00:29 +08:00
LongYinan 6353babed4 ci: add circular import detect (#2475)
Co-authored-by: himself65 <himself65@outlook.com>
2023-05-25 15:00:26 +08:00
Himself65 ceca3a5518 fix: wrap all workspaces with Suspense (#2477) 2023-05-25 15:00:24 +08:00
Peng Xiao 7f38cc03ef fix: fav reference style issue (#2476) 2023-05-25 15:00:22 +08:00
himself65 0bebe94a28 chore: update blocksuite to 0.0.0-20230519102837-01acd96b-nightly (#2472) 2023-05-25 15:00:16 +08:00
Geoffrey Biggs 1ed1f7c059 docs: correct spelling (#2469) 2023-05-25 14:59:46 +08:00
Whitewater 3aab657545 feat: add responvise page view (#2453) 2023-05-25 14:59:43 +08:00
Horus ac2fc262b9 fix: add windows install loading gif (#2462) 2023-05-25 14:59:41 +08:00
Shishu 6d5521981f docs: sign CLA (#2457) 2023-05-25 14:59:36 +08:00
JimmFly 60f2bfc9b2 chore: remove unused i18n key (#2451) 2023-05-25 14:59:26 +08:00
himself65 6076ee3620 ci: remove add-to-project.yml 2023-05-25 14:59:24 +08:00
himself65 39dc71251b docs: add download count 2023-05-25 14:59:21 +08:00
Peng Xiao f829c9b3b1 fix: adjust some windows style issues (#2454) 2023-05-25 14:58:59 +08:00
Whitewater 48ef60cb0a feat: add new page button (#2417) 2023-05-25 14:58:30 +08:00
Whitewater 341b18ded7 feat: add block card component (#2398) 2023-05-25 14:43:04 +08:00
Himself65 2efafe5420 chore: bump version (#2444) 2023-05-25 14:38:39 +08:00
Peng Xiao 02293325bc fix: optimize app updater (#2452) 2023-05-19 17:53:17 +08:00
LongYinan fb5e027c61 v0.5.4-beta.2 2023-05-18 10:38:13 -07:00
Peng Xiao debf8d170e fix: adjust some styles (#2438) 2023-05-18 10:38:13 -07:00
JimmFly 97e88b3d8b chore: adjust delete description style (#2437) 2023-05-18 10:38:13 -07:00
JimmFly 05bf41501a fix: create workspace card responsive (#2435) 2023-05-18 10:38:13 -07:00
himself65 f2f5128783 v0.5.4-beta.1 v0.5.4-beta.1 2023-05-18 00:08:56 -07:00
ShortCipher5 1363094ce6 chore: update pre-load content (#2432) 2023-05-18 00:08:56 -07:00
Peng Xiao 75c54f0af5 feat: fav page references (#2422)
Co-authored-by: Himself65 <himself65@outlook.com>
2023-05-17 23:23:05 -07:00
himself65 ec142a7189 fix: open non-trash page when open (#2431) 2023-05-17 23:23:04 -07:00
Himself65 6f859967a9 chore: bump blocksuite to 0.0.0-20230518051344-45970a96-nightly (#2430) 2023-05-17 22:32:06 -07:00
ShortCipher5 bcee63175c chore: update pre-loading page (#2429) 2023-05-17 22:31:56 -07:00
JimmFly f62ca1822d chore: adjust copywriting for onboarding (#2428) 2023-05-17 22:31:52 -07:00