EYHN
05025bf59a
refactor(core): remove outline plugin and layout atom ( #5326 )
...
@affine/outline is no longer used, this PR deletes this plugin and deletes the code that is no longer used
2023-12-25 03:24:13 +00:00
regischen
a10aeca820
feat: bump blocksuite ( #5386 )
2023-12-22 18:04:05 +08:00
Flrande
a08edfd6d9
feat: bump blocksuite ( #5374 )
2023-12-22 03:17:57 +00:00
Chen
4dc41fcd09
feat: bump blocksuite ( #5357 )
2023-12-21 12:22:39 +08:00
Peng Xiao
bfbdde212f
fix(storybook): disable onboarding for storybook ( #5351 )
2023-12-21 03:11:44 +00:00
Joooye_34
a4f31df192
chore: update basic version to 0.11.0 ( #5355 )
2023-12-20 08:10:42 +00:00
LongYinan
800ea0abf1
fix(core): remove ses lockdown ( #5350 )
2023-12-20 04:11:34 +00:00
Joooye_34
e3882f9648
feat: bump bs ( #5346 )
...
Change history: a781985...8254dc9
2023-12-20 02:43:01 +00:00
LongYinan
30e62bd2c6
fix(core): downgrade ses ( #5347 )
...
ses@1 makes [this line](https://github.com/lit/lit/blob/lit-html%403.1.0/packages/reactive-element/src/reactive-element.ts#L406 ) throw an error: `TypeError: Cannot add property metadata, object is not extensible.`
2023-12-20 02:28:58 +00:00
Yifeng Wang
31b1b2dade
feat: bump blocksuite ( #5343 )
2023-12-19 21:53:57 +08:00
LongYinan
36653e79d2
fix(core): dedupe ses versions ( #5342 )
2023-12-19 13:31:37 +00:00
Cats Juice
e10609276d
feat(core): add toggle workspace dialog ( #5312 )
2023-12-19 09:12:26 +00:00
Cats Juice
55818539af
feat(core): basic page/edgeless toggle animation ( #5283 )
2023-12-19 08:48:54 +00:00
JimmFly
38617abc17
fix(component): fix incorrect input component width and height styling ( #5292 )
...
after:
https://github.com/toeverything/AFFiNE/assets/102217452/5d8f51c5-c7a6-4ec8-b2b0-7f1391f045c7
2023-12-19 08:27:46 +00:00
Cats Juice
15dd20ef48
feat(electron): onboarding at first launch logic for client and web ( #5183 )
...
- Added a simple abstraction of persistent storage class.
- Different persistence solutions are provided for web and client.
- web: stored in localStorage
- client: stored in the application directory as `.json` file
- Define persistent app-config schema
- Add a new hook that can interactive with persistent-app-config reactively
2023-12-19 07:17:54 +00:00
Peng Xiao
408b84109b
fix(storybook): disable cloud for storybook ( #5330 )
2023-12-19 02:07:17 +00:00
JimmFly
cef9e0539d
fix(storybook): fix test ( #5325 )
...
<img width="440" alt="image" src="https://github.com/toeverything/AFFiNE/assets/102217452/329f9c12-cc0b-4aae-9352-3811ab0a27a6 ">
2023-12-18 13:36:56 +00:00
EYHN
a1c9ac80d8
ci: fix e2e ( #5329 )
2023-12-18 12:24:48 +00:00
EYHN
fe2851d3e9
refactor: workspace manager ( #5060 )
2023-12-15 07:20:50 +00:00
Yifeng Wang
af15aa06d4
feat: bump blocksuite ( #5286 )
...
Co-authored-by: donteatfriedrice <huisheng.chen7788@outlook.com>
2023-12-15 12:57:52 +08:00
DarkSky
ad23ead5e4
feat: integrate user usage into apis ( #5075 )
2023-12-14 09:50:37 +00:00
Peng Xiao
ce64685176
refactor(core): side bar resizing ( #5280 )
...
Rewrite sidebar panel using a customized react-resizable-panels version that supports sidebar pixel sizing (not using flex percentages).
Now the left & right sidebar using the same `ResizePanel` impl.
fix https://github.com/toeverything/AFFiNE/issues/5271
fix TOV-163
fix TOV-146
fix TOV-168
fix TOV-109
fix TOV-165
2023-12-13 07:52:01 +00:00
Peng Xiao
2a9a6855f4
test(core): rewrite some flaky assertions ( #5287 )
2023-12-13 07:51:59 +00:00
Peng Xiao
c9f900b69c
fix(core): page header style changes ( #5279 )
...
![CleanShot 2023-12-13 at 00.09.19@2x.png ](https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/T2klNLEk0wxLh4NRDzhk/476fe4de-4066-4b1d-8823-d23a31ef692b.png )
2023-12-13 05:06:29 +00:00
regischen
738302be40
fix(edgeless): remove stale template ( #5275 )
2023-12-13 12:54:26 +08:00
JimmFly
f4a52c031f
feat(core): support sidebar page item dnd ( #5132 )
...
Added the ability to drag page items from the `all pages` view to the sidebar, including `favourites,` `collection` and `trash`. Page items in `favourites` and `collection` can also be dragged between each other. However, linked subpages cannot be dragged.
Additionally, an operation menu and ‘add’ button have been provided for the sidebar’s page items, enabling the addition of a subpage, renaming, deletion or removal from the sidebar.
On the code front, the `useSidebarDrag` hooks have been implemented for consolidating drag events. The functions `getDragItemId` and `getDropItemId` have been created, and they accept type and ID to obtain itemId.
https://github.com/toeverything/AFFiNE/assets/102217452/d06bac18-3c28-41c9-a7d4-72de955d7b11
2023-12-12 16:04:58 +00:00
EYHN
b782b3fb1b
fix(core): polling to search in cmdk ( #5274 )
...
This is a temporary solution until https://github.com/toeverything/blocksuite/issues/5668 be solved.
2023-12-12 18:42:07 +08:00
Flrande
9aa33d0228
feat: bump blocksuite ( #5267 )
...
Change history: 2b5bb47...2b3d2ba
2023-12-12 06:18:30 +00:00
JimmFly
feb7bd9fef
fix(cli): fix storybook build error ( #5257 )
...
<img width="1036" alt="image" src="https://github.com/toeverything/AFFiNE/assets/102217452/477d653e-80b5-4364-a073-e3386cd7ab17 ">
2023-12-11 08:07:43 +00:00
Peng Xiao
f88e67f5ab
fix(core): flaky local avartar test ( #5229 )
...
it seems we should not reopen workspace card list just after created a new workspace
2023-12-08 04:01:36 +00:00
Peng Xiao
5352736eba
feat(component): new right sidebar ( #5169 )
...
Refactor AFFiNE layout to support new right sidebar.
The new layout:
![image](https://github.com/toeverything/AFFiNE/assets/584378/678a05f5-bd48-4dbe-ad78-7a0bcc979918 )
**Highlights:**
- new sidebar UI/UX
- favoring top-down UI components that are composed by basic building blocks in each route, instead of creating universal component like `WorkspaceHeader` that renders every possible cases (which I think is really hard to maintain)
- remove plugin based solution
**Pros/cons for current plugin-based solution:**
The current solution is somewhat a Dependency Injection (DI) approach, where the layout is defined at the top and UI items can be injected using Jotai atom slots.
This approach works well if we want a fully configurable system with everything being handled by plugins. It provides flexibility for custom extensions.
However, this solution is more suitable for single-page applications where the UI is completely controlled by configuration. It becomes challenging to achieve an optimized and visually appealing UI that remains under our control. An example of such a scenario would be a customizable dashboard like Grafana.
Another drawback of the existing solution is that we need to use Jotai and hooks to access context values, resulting in an unclear data flow within the component hierarchy.
**Alternatively, our approach in this PR** provides layout building blocks such as headers and sidebars, which can then be composed in individual route components. The good is that we have cleaner biz component instead of vague all-in-one layout component (like `<WorkspaceHeader />`).
**Issues of the implementation in this PR:**
Some UI layouts that that seems to be defined at the root layout are now defined in individual route component instead.
New 3-col layout component like the right sidebar still needs some abstraction and they are right now just for the detail editor only.
2023-12-08 01:03:48 +00:00
Joooye_34
70c376fac8
chore(core): skip cloud migration testing until page level upgrade implemented ( #5227 )
2023-12-07 11:50:24 +00:00
Yifeng Wang
d507c24570
feat: bump blocksuite ( #5228 )
2023-12-07 19:28:49 +08:00
Yifeng Wang
819f0243d5
feat: bump blocksuite ( #5218 )
...
Co-authored-by: LongYinan <lynweklm@gmail.com>
2023-12-07 18:24:23 +08:00
LongYinan
467d313730
test(server): remove flaky assertion ( #5224 )
2023-12-07 07:28:24 +00:00
Yifeng Wang
6cbf5b2a92
feat: bump blocksuite ( #5194 )
...
Co-authored-by: AyushAgrawal-A2 <ayushagl06@gmail.com>
2023-12-06 18:15:03 +08:00
LongYinan
e5f8a58330
ci: refactor workflow ( #5139 )
...
Merge tests job into single one, reuse job as much as possible
2023-12-06 08:03:05 +00:00
Anthony
56ace48226
feat: add new page to the sidebar #5095 ( #5128 )
...
Co-authored-by: 李华桥 <joooye1991@gmail.com>
2023-12-05 14:18:21 +08:00
Flrande
a2784c352f
chore: bump blocksuite ( #5138 )
2023-12-04 12:02:35 +00:00
EYHN
7878ce5c2c
feat(workspace): priority load opened page ( #5156 )
2023-12-04 11:32:10 +00:00
Cats Juice
9c50dbc362
feat(core): remove all imports from design/component ( #5078 )
...
feat(core): remove all imports from design/component
feat(plugin): remove imports from design-components
feat(storybook): remove design-components imoprts
feat(core): remove
fix(component): remove design/component import in local-demo-tip
2023-12-04 08:32:16 +00:00
Joooye_34
eb7d293aaa
fix(core): implement editor timeout and report error from boundary ( #5105 ) ( #5151 )
...
fix(core): implement editor timeout and report error from boundary (#5105 )
ci: add sentry env when frontend assets build (#5131 )
fix(core): expose catched editor load error (#5133 )
fix(infra): use blocksuite api to check compatibility (#5137 )
fix(infra): compatibility logic follow blocksuite (#5143 )
fix(core): rerender error boundary when route change and improve sentry report (#5147 )
2023-12-01 07:25:08 +00:00
LongYinan
eadf8a085b
fix: add prefer-blob-reading-methods rule ( #5118 )
2023-11-29 04:44:10 +00:00
LongYinan
cb2c659f52
fix: add no-new-array rule ( #5117 )
2023-11-29 04:44:06 +00:00
LongYinan
123f091e5b
fix: add prefer-dom-node-dataset rule ( #5107 )
2023-11-29 04:43:35 +00:00
LongYinan
923844f302
fix: add eqeqeq lint rule ( #5106 )
2023-11-29 04:43:31 +00:00
Peng Xiao
2deceb6e85
test(core): simple recovery ui e2e ( #5059 )
2023-11-27 06:39:41 +00:00
Peng Xiao
71d6b730f7
chore: bump blocksuite ( #5051 )
...
https://github.com/toeverything/blocksuite/pull/5337
2023-11-27 04:46:23 +00:00
Joooye_34
317ca7f4e7
ci: fix storybook publish problem ( #5047 )
2023-11-23 23:38:09 +08:00
JimmFly
4168551783
chore: bump icons version ( #5042 )
2023-11-23 12:00:51 +00:00
LongYinan
25eda22af6
v0.10.3-canary.2
2023-11-23 16:47:40 +08:00
李华桥
9ded6afb4b
chore: v0.10.3-canary.1
2023-11-23 14:39:55 +08:00
JimmFly
ad2d3b9167
feat(core): add download app button to web ( #5023 )
2023-11-23 14:33:25 +08:00
LongYinan
3499dbbb7f
feat: upgrade dependencies and lockfile ( #5016 )
...
- Close https://github.com/toeverything/AFFiNE/security/dependabot/47
2023-11-23 05:18:05 +00:00
Joooye_34
4c8d54b3a7
refactor(core): use manual upgrade to replace auto migration when web setup ( #5022 )
...
1. Split logic in `packages/common/infra/src/blocksuite/index.ts` to multiple single files
2. Move migration logic from setup to upgrade module, to prevent auto migration problems and loading problem
2023-11-23 02:26:06 +00:00
Flrande
d7d47853fe
chore: bump blocksuite ( #5030 )
2023-11-22 20:51:35 +08:00
Flrande
a3d880daa3
chore: bump blocksuite ( #5026 )
2023-11-22 20:12:52 +08:00
JimmFly
f06bdd9a39
fix(core): cmdk crash when entering double quotes ( #5008 )
...
Due to a bug in the upstream repository, a temporary fix was implemented until the issue in the upstream repository is resolved.
https://github.com/pacocoursey/cmdk/issues/189
2023-11-21 12:51:22 +00:00
李华桥
00c11d40cf
v0.10.3-canary.0
2023-11-21 10:02:46 +08:00
李华桥
0f6b28fd06
c0.11.0-canary.0
2023-11-20 23:53:50 +08:00
Cats Juice
57d42bf491
refactor(core): remove all MUI related components and utilities ( #4941 )
2023-11-20 10:51:28 +08:00
JimmFly
4ef1f4c046
fix(core): escape cmdk value ( #4947 )
...
Co-authored-by: LongYinan <lynweklm@gmail.com>
2023-11-20 10:49:32 +08:00
EYHN
aa4c7407de
refactor: new provider ( #4900 )
2023-11-17 15:50:01 +08:00
Flrande
8b2c3d4c41
chore: bump blocksuite ( #4958 )
2023-11-16 22:01:03 +08:00
JimmFly
ddd7cab414
feat(core): support share edgeless mode ( #4856 )
...
Close #3287
<!--
copilot:all
-->
### <samp>🤖 Generated by Copilot at d3fdf86</samp>
### Summary
📄 🚀 🔗
<!--
1. 📄 - This emoji represents the page and edgeless modes of sharing a page, as well as the GraphQL operations and types related to public pages.
2. 🚀 - This emoji represents the functionality of publishing and revoking public pages, as well as the confirmation modal and the notifications for the user.
3. 🔗 - This emoji represents the sharing URL and the query parameter for the share mode, as well as the hooks and functions that generate and use the URL.
-->
This pull request adds a feature to the frontend component of AFFiNE that allows the user to share a page in either `page` or `edgeless` mode, which affects the appearance and functionality of the page. It also adds the necessary GraphQL operations, types, and schema to support this feature in the backend, and updates the tests and the storybook stories accordingly.
* Modify the `useIsSharedPage` hook to accept an optional `shareMode` argument and use the `getWorkspacePublicPagesQuery`, `publishPageMutation`, and `revokePublicPageMutation` from `@affine/graphql`
2023-11-15 16:02:58 +08:00
LongYinan
e7e617a791
chore: change default branch to canary ( #4948 )
2023-11-15 07:46:50 +00:00
LongYinan
5b0b8cf216
test(e2e): add subdoc migration test ( #4921 )
...
test(e2e): add subdoc migration test
fix: remove .only
2023-11-14 14:39:59 +08:00
Peng Xiao
76b585d1ef
fix(storybook): page tags display ( #4924 )
2023-11-14 09:45:12 +08:00
Peng Xiao
5c2d958e2b
fix(core): svg blob syncing issue ( #4886 )
2023-11-10 05:32:51 +00:00
Yifeng Wang
2117d6b232
chore: bump blocksuite ( #4901 )
2023-11-10 13:23:29 +08:00
李华桥
5c48c83301
v0.10.0
2023-11-10 11:42:04 +08:00
JimmFly
1fe5a0fffa
feat(core): auto select block when jump to block ( #4858 )
...
Co-authored-by: Peng Xiao <pengxiao@outlook.com>
2023-11-10 03:02:56 +00:00
李华桥
063f5a683e
v0.10.0-canary.16
2023-11-10 10:10:54 +08:00
李华桥
075eead9fa
v0.10.0-canary.15
2023-11-09 23:27:12 +08:00
Peng Xiao
d0b014543c
fix(core): select all in page list group header does not need to enable selection ( #4869 )
2023-11-09 12:01:36 +00:00
Peng Xiao
442115632b
chore(component): bump bs ( #4880 )
2023-11-09 04:47:10 +00:00
Joooye_34
744cd47481
v0.10.0-canary.14
2023-11-08 15:36:54 +08:00
Hongtao Lye
12c72e63b1
chore: bump blocksuite version ( #4862 )
2023-11-08 07:12:48 +00:00
EYHN
b7edaab387
chore: fix code style issues ( #4857 )
2023-11-08 05:51:08 +00:00
3720
08e7fa3486
fix(core): improve the UX for edit collection ( #4827 )
...
Co-authored-by: Peng Xiao <pengxiao@outlook.com>
2023-11-07 10:18:56 +00:00
Joooye_34
f50b8002b3
v0.10.0-canary.13
2023-11-07 09:55:30 +08:00
Joooye_34
7a4669a6aa
feat(core): implement parts of workspace upgrade design ( #4850 )
2023-11-06 17:02:25 +00:00
Joooye_34
8554d5d791
v0.10.0-canary.12
2023-11-07 00:13:51 +08:00
Joooye_34
3b74ff2b92
v0.10.0-canary.11
2023-11-06 18:10:28 +08:00
liuyi
f491ff94cc
refactor(server): separate page visibility from workspace permission ( #4836 )
2023-11-06 03:49:39 +00:00
Joooye_34
fb0aaabe53
v0.10.0-canary.10
2023-11-02 23:40:34 +08:00
Peng Xiao
65321e39cc
refactor(component): virtual rendering page list ( #4775 )
...
Co-authored-by: Joooye_34 <Joooye1991@gmail.com>
2023-11-02 14:21:01 +00:00
JimmFly
0a88be7771
feat(core): add jump to block for cmdk ( #4802 )
2023-11-02 11:49:49 +00:00
Hongtao Lye
15024c6c8a
chore: bump blocksuite ( #4801 )
2023-11-02 09:12:23 +00:00
JimmFly
af9663d3e7
fix(core): adjust payment related text ( #4797 )
2023-11-02 08:22:54 +00:00
Joooye_34
75c8dd75e3
v0.10.0-canary.9
2023-11-01 22:03:47 +08:00
Joooye_34
0273ea8b00
v0.10.0-canary.8
2023-11-01 00:03:04 +08:00
Joooye_34
563863005f
v0.10.0-canary.6
2023-10-31 14:40:47 +08:00
Joooye_34
37ec552f74
v0.10.0-canary.5
2023-10-31 11:54:25 +08:00
Joooye_34
17afe218fe
v0.10.0-canary.4
2023-10-31 01:49:15 +08:00
3720
ef8024c657
feat: new collections ( #4530 )
...
Co-authored-by: Peng Xiao <pengxiao@outlook.com>
2023-10-27 09:06:59 +00:00
JimmFly
ae6376edee
chore(core): update communities icon ( #4719 )
2023-10-25 10:45:54 +00:00
joooye34
559ec3956f
v0.10.0-canary.3
2023-10-24 20:18:21 +08:00
Flrande
627e5dfbb5
feat: bump blocksuite ( #4706 )
2023-10-24 09:00:27 +00:00
JimmFly
5226d6c568
feat(core): add search result highlighting ( #4667 )
...
Co-authored-by: Peng Xiao <pengxiao@outlook.com>
2023-10-24 05:54:37 +00:00
dependabot[bot]
e75a0743f8
chore: bump @mui/material from 5.14.13 to 5.14.14 ( #4678 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-23 08:07:04 +00:00
Peng Xiao
a8b10c64b8
fix(component): disable CMDK list animation ( #4685 )
2023-10-23 06:46:11 +00:00
Peng Xiao
817463c40e
feat(component): checkbox ( #4665 )
2023-10-20 03:46:44 +00:00
LongYinan
37c6560dd6
v0.10.0-canary.2
2023-10-19 17:18:18 +08:00
Alex Yang
97d8660a54
refactor(electron): fix vitest and add behavior test ( #4655 )
2023-10-18 22:14:30 -05:00
Joooye_34
bed9310519
refactor(infra): directory structure ( #4615 )
2023-10-18 15:30:08 +00:00
Flrande
814d552be8
feat: bump blocksuite and fix bug in migration ( #4653 )
...
Co-authored-by: JimmFly <yangjinfei001@gmail.com>
2023-10-18 14:45:07 +00:00
Alex Yang
77efcad89d
v0.10.0-canary.1
2023-10-16 16:30:17 -05:00
JimmFly
efca651429
feat(core): add history shortcut ( #4595 )
2023-10-16 12:27:06 +00:00
JimmFly
07b5d18441
feat(core): add sign out confirm modal ( #4592 )
2023-10-16 08:44:09 +00:00
JimmFly
2e1e486bc6
chore: bump playwright version ( #4602 )
2023-10-13 14:37:18 -05:00
Alex Yang
227017625d
test(core): fix flaky ( #4597 )
2023-10-13 13:46:32 -05:00
Joooye_34
6ea10860b4
refactor(infra): record legacy data to improve testing stability ( #4590 )
2023-10-13 03:03:42 +00:00
LongYinan
286347420d
0.10.0-canary.0
2023-10-12 15:21:07 +08:00
Alex Yang
d05897b724
chore: prohibit unnecessary await
( #4586 )
2023-10-12 05:04:58 +00:00
JimmFly
5ebd82dc04
feat(core): adjust share menu style ( #4584 )
2023-10-12 03:26:13 +00:00
Alex Yang
ae4322b75f
chore: bump version ( #4587 )
2023-10-12 02:46:52 +00:00
Alex Yang
a0e6ff9bd1
test: fix migration ( #4588 )
2023-10-11 19:30:37 -05:00
Alex Yang
491cd75fe0
fix(infra): create template workspace with isolated nanoid ( #4569 )
2023-10-11 13:48:30 -05:00
Alex Yang
8f5ee9234c
test: remove deprecated api usage ( #4577 )
2023-10-11 06:05:06 +00:00
JimmFly
69db99636b
feat(core): add editor commanads ( #4514 )
...
Co-authored-by: Peng Xiao <pengxiao@outlook.com>
2023-10-02 03:22:12 +00:00
Alex Yang
c911806062
refactor: remove bookmark plugin ( #4544 )
2023-09-30 00:48:33 -05:00
LongYinan
dd94ea5b45
ci: speedup ci by reduce installation packages in certain job ( #4457 )
2023-09-29 03:02:26 +00:00
Alex Yang
603f82ffc2
refactor: using unified nanoid ( #4519 )
2023-09-28 02:53:04 +00:00
Alex Yang
56f75160f3
refactor: remove unused packages ( #4532 )
2023-09-28 01:33:42 +00:00
JimmFly
1b6cd70247
chore(core): temporarily remove set-syncing-mode ( #4489 )
2023-09-26 14:11:04 +00:00
Alex Yang
bd0ed7f474
test: fix flaky ( #4463 )
2023-09-22 20:18:41 +00:00
Peng Xiao
e0063ebc9b
feat: new CMD-K ( #4408 )
2023-09-22 14:31:26 +00:00
JimmFly
edd7d00104
refactor: workspace list ( #4432 )
2023-09-22 15:02:31 +08:00
LongYinan
a6d19abc73
fix(core): bump latest blocksuite fixes ( #4450 )
2023-09-22 00:00:37 +00:00
Alex Yang
2521f2ed12
v0.9.0-canary.13
2023-09-21 01:02:19 -05:00
Alex Yang
dc95b1ded5
chore: bump version ( #4434 )
2023-09-21 01:01:46 -05:00
Alex Yang
9aafaf865e
test(electron): fix cloud test ( #4411 )
2023-09-19 02:08:35 +00:00
Alex Yang
cdad7edf15
test(electron): add cloud test ( #4184 )
...
Co-authored-by: Peng Xiao <pengxiao@outlook.com>
2023-09-17 20:26:06 +00:00
Alex Yang
40e094dcdd
test: fix e2e ( #4390 )
2023-09-17 03:50:26 +00:00
LongYinan
70e731e066
test(server): move env variables into playwright config ( #4384 )
2023-09-15 17:56:26 -07:00
Peng Xiao
b9656b1e22
fix: orderby in members list ( #4375 )
...
Co-authored-by: LongYinan <lynweklm@gmail.com>
2023-09-15 19:24:00 +00:00
Alex Yang
c41c3c81c8
fix(core): local workspace collections ( #4378 )
2023-09-15 02:19:22 -07:00
LongYinan
1aec1ce7d0
test(server): move tests out of src folder ( #4366 )
2023-09-15 07:34:14 +00:00
Qi
465098cc9a
feat: support remove user & workspace avatar ( #4302 )
2023-09-14 14:35:05 +00:00
Alex Yang
8fb0620bc8
chore: bump version ( #4354 )
2023-09-14 06:33:47 +00:00
Alex Yang
09510479e2
v0.9.0-canary.12
2023-09-13 17:10:43 -07:00
Qi
0be142e4e2
feat: add verify process in change email progress ( #4306 )
...
Co-authored-by: Peng Xiao <pengxiao@outlook.com>
2023-09-13 16:54:02 +00:00
Alex Yang
74faee887e
refactor: move mailer test ( #4328 )
2023-09-13 05:11:19 +00:00
Alex Yang
944a128b53
chore: bump version ( #4310 )
2023-09-12 05:44:00 +00:00
Qi
98429bf89e
feat: support pagination for member list ( #4231 )
2023-09-12 03:37:59 +00:00
JimmFly
49c8928a09
chore: adjust preloading page ( #4225 )
2023-09-11 06:42:45 +00:00
Alex Yang
2db0cec443
chore: bump version ( #4294 )
2023-09-09 04:28:17 +00:00
Whitewater
56e653140b
fix: sort plugin list in test ( #4289 )
2023-09-08 22:36:48 +00:00
Alex Yang
5f0605a5d9
feat: page view storage with cloud support ( #4238 )
2023-09-08 22:02:22 +00:00
Alex Yang
211e960d58
chore: bump version ( #4272 )
2023-09-07 23:21:47 +00:00
Alex Yang
544dcde4c5
v0.9.0-canary.11
2023-09-07 15:22:44 -07:00
Joooye_34
96545c97d0
feat(core): use double click to activate title renaming ( #4214 )
2023-09-07 17:12:07 +00:00
Alex Yang
a766279867
test: enhance 0.8.3 migration test ( #4251 )
2023-09-07 06:03:31 +00:00
Alex Yang
57c5f6cd2c
fix(core): display user name dynamically ( #4248 )
2023-09-07 05:02:21 +00:00
Alex Yang
fc7919e172
v0.9.0-canary.10
2023-09-06 16:11:57 -07:00
Alex Yang
075986b2e3
fix(core): upload binary after migration ( #4241 )
2023-09-06 22:38:11 +00:00
Alex Yang
1b6a78cd00
feat!: unified migration logic in server electron, and browser ( #4079 )
...
Co-authored-by: Mirone <Saul-Mirone@outlook.com>
2023-09-06 07:44:53 +00:00
Alex Yang
b3d902e33f
fix(core): sign out jump to 404 ( #4204 )
2023-09-06 06:58:05 +00:00
Qi
d8c9f10bc1
feat: replace menu with new design ( #4012 )
...
Co-authored-by: Alex Yang <himself65@outlook.com>
2023-09-06 04:36:43 +00:00
Alex Yang
f5c2aaf28a
v0.9.0-canary.9
2023-09-05 14:58:09 -07:00
Peng Xiao
d57f995e87
feat: add fav button ( #4159 )
...
Co-authored-by: Alex Yang <himself65@outlook.com>
2023-09-04 17:14:02 +00:00
Alex Yang
a2623e1352
test: email sending e2e ( #4130 )
2023-09-02 18:13:59 +00:00
Alex Yang
9f0e67a673
v0.9.0-canary.8
2023-09-02 01:22:50 -05:00
Alex Yang
be9ae57a8e
test: cover basic collaborative ( #4127 )
2023-09-02 01:06:47 -05:00
Alex Yang
4f97ea8a5d
test: cover share page e2e ( #4126 )
2023-09-02 00:57:04 -05:00
Alex Yang
8825678ca9
test: add name change test ( #4125 )
2023-09-02 00:11:10 -05:00
Alex Yang
70b5a9deeb
test: improve data migration suite ( #4124 )
2023-09-02 03:31:07 +00:00
JimmFly
8845bb9b4b
chore: optimized style ( #4098 )
2023-09-01 19:28:16 +00:00
Alex Yang
0fa1bdf7d2
v0.9.0-canary.7
2023-08-31 13:18:25 -05:00
Priyansh Gupta
18d5a99af5
feat(core): added code to handle keyboard inputs ( #4006 )
...
Co-authored-by: Alex Yang <himself65@outlook.com>
2023-08-31 13:15:55 -05:00
Peng Xiao
13857d59dc
fix: some style issues to sidebar and switch ( #4046 )
...
Co-authored-by: Alex Yang <himself65@outlook.com>
2023-08-31 20:46:06 +08:00
Alex Yang
49d203ac57
v0.9.0-canary.6
2023-08-31 00:48:00 -05:00
Alex Yang
2e042e03b2
v0.9.0-canary.5
2023-08-30 09:51:35 -05:00
Alex Yang
e75ff52ec1
v0.9.0-canary.4
2023-08-30 00:13:22 -05:00
Alex Yang
880375a6d1
chore: bump version ( #4028 )
2023-08-29 23:30:15 -05:00
Alex Yang
591bfc3320
v0.9.0-canary.3
2023-08-29 18:21:49 -05:00
Alex Yang
60bdeebcc6
chore: bump version ( #4025 )
2023-08-29 18:21:18 -05:00
Alex Yang
71b195d9a9
feat(server): add compatibility field ( #4022 )
2023-08-29 21:30:59 +00:00
Alex Yang
6b206e59a5
v0.9.0-canary.2
2023-08-29 11:53:49 -05:00
Alex Yang
a046cdafa3
chore: bump version ( #4010 )
2023-08-29 06:21:04 -05:00
Alex Yang
41f2420533
v0.9.0-canary.1
2023-08-29 05:18:22 -05:00
Alex Yang
2f6c4e3696
feat!: affine cloud support ( #3813 )
...
Co-authored-by: Hongtao Lye <codert.sn@gmail.com>
Co-authored-by: liuyi <forehalo@gmail.com>
Co-authored-by: LongYinan <lynweklm@gmail.com>
Co-authored-by: X1a0t <405028157@qq.com>
Co-authored-by: JimmFly <yangjinfei001@gmail.com>
Co-authored-by: Peng Xiao <pengxiao@outlook.com>
Co-authored-by: xiaodong zuo <53252747+zuoxiaodong0815@users.noreply.github.com>
Co-authored-by: DarkSky <25152247+darkskygit@users.noreply.github.com>
Co-authored-by: Qi <474021214@qq.com>
Co-authored-by: danielchim <kahungchim@gmail.com>
2023-08-29 05:07:05 -05:00
Alex Yang
171b2c47dd
chore: bump version ( #3986 )
2023-08-28 01:47:04 -05:00
Alex Yang
18a9d67e37
v0.9.0-canary.0
2023-08-25 13:15:50 -05:00
Alex Yang
7906b7bc5f
chore: bump version ( #3955 )
2023-08-25 11:52:33 -05:00
Alex Yang
98b8fbc8cf
chore: bump version ( #3947 )
2023-08-24 21:45:16 -05:00
Alex Yang
a79284b65e
v0.8.0-canary.34
2023-08-24 11:30:29 -05:00
JimmFly
59e54917af
chore: bump version ( #3942 )
2023-08-24 10:05:09 +00:00
Alex Yang
e1816c165b
v0.8.0-canary.33
2023-08-23 19:09:40 -05:00
Alex Yang
52f736fb77
v0.8.0-canary.32
2023-08-23 16:53:32 -05:00
Alex Yang
340e10f765
v0.8.0-canary.31
2023-08-23 15:01:51 -05:00
Alex Yang
ede61387c6
chore: bump version ( #3919 )
2023-08-23 10:53:44 -05:00
Alex Yang
2b71c69732
v0.8.0-canary.30
2023-08-22 19:41:29 -05:00
Alex Yang
3b6e145b23
fix(core): search feature not working ( #3902 )
2023-08-22 19:38:02 -05:00
Alex Yang
4da4583668
chore: bump version ( #3901 )
2023-08-22 15:55:01 -05:00
Alex Yang
9efec5b233
v0.8.0-canary.29
2023-08-22 11:00:12 -05:00
Alex Yang
507b5dcfb3
test: loose cmdk result check ( #3888 )
2023-08-21 23:17:45 -05:00
Alex Yang
8ec005f7de
chore: bump version ( #3885 )
2023-08-21 19:29:47 -05:00
Alex Yang
b5afbe385f
test: fix flaky title insert ( #3884 )
2023-08-21 19:19:59 -05:00
Alex Yang
bf00299bc7
ci: do not build core in e2e test ( #3882 )
2023-08-21 18:36:39 -05:00
danielchim
eda5ff4d3f
feat: e2e for recent search list ( #3872 )
2023-08-21 12:01:53 -05:00
Alex Yang
0e99f25fea
chore: bump version ( #3865 )
2023-08-21 00:28:47 -05:00
Alex Yang
b22563b3b8
v0.8.0-canary.28
2023-08-20 20:33:38 -05:00
xiaodong zuo
72de11b8ca
chore: bump blocksuite version ( #3852 )
2023-08-20 20:31:39 -05:00
Alex Yang
8a42592ff7
v0.8.0-canary.27
2023-08-19 13:57:20 -05:00
Alex Yang
956cde308e
feat(storybook): avoid refresh ( #3841 )
2023-08-19 12:30:24 -05:00
Alex Yang
f6311e73cc
chore: bump version
2023-08-18 00:40:12 -05:00
Alex Yang
81afecdb0e
v0.8.0-canary.26
2023-08-17 21:33:59 -05:00
Alex Yang
f1cb2fc6d6
chore: bump version ( #3816 )
2023-08-17 21:33:34 -05:00
Alex Yang
96b64e1c78
chore: bump version ( #3815 )
2023-08-17 21:01:49 -05:00
Peng Xiao
068c697be9
fix: app sidebar ui issues ( #3783 )
...
Co-authored-by: Alex Yang <himself65@outlook.com>
2023-08-17 18:36:17 +00:00
Mirone
d8d6620c5f
chore: bump blocksuite version ( #3798 )
2023-08-16 22:57:21 -05:00
Alex Yang
9d723fd487
v0.8.0-canary.25
2023-08-16 21:34:42 -05:00
Alex Yang
c59d1e67ab
v0.8.0-canary.24
2023-08-16 17:42:16 -05:00
danielchim
9ab9c0c70d
feat: new workspace switch dropdown design ( #3700 )
...
Co-authored-by: Alex Yang <himself65@outlook.com>
2023-08-16 17:18:43 -05:00
Alex Yang
651e815b42
chore: bump version ( #3771 )
...
Co-authored-by: Mirone <Saul-Mirone@outlook.com>
2023-08-16 12:02:07 -05:00
Alex Yang
73eddc2386
v0.8.0-canary.23
2023-08-16 02:43:10 -05:00
Alex Yang
6f9dfcc3c1
feat: add outline plugin ( #3624 )
...
Co-authored-by: codert <codert.sn@gmail.com>
2023-08-16 02:34:26 -05:00
Alex Yang
720a90fe93
v0.8.0-canary.22
2023-08-14 20:37:04 -04:00
Alex Yang
efd02a015a
chore: bump version ( #3742 )
2023-08-14 19:23:19 +00:00
Alex Yang
f33fb98912
v0.8.0-canary.21
2023-08-13 22:06:36 -04:00
JimmFly
4d254f3967
fix: get back the missing scrollbar ( #3718 )
2023-08-13 13:36:29 +00:00
Alex Yang
8833584756
v0.8.0-canary.20
2023-08-11 21:26:29 -04:00
Alex Yang
1484818974
v0.8.0-canary.19
2023-08-11 16:42:24 -04:00
Alex Yang
1d41687786
chore: bump version ( #3710 )
2023-08-11 16:42:00 -04:00
Qi
401fb48b86
feat: refator header ( #3685 )
...
Co-authored-by: JimmFly <yangjinfei001@gmail.com>
Co-authored-by: Alex Yang <himself65@outlook.com>
2023-08-11 16:27:24 -04:00
Alex Yang
91619b87db
chore: bump version ( #3706 )
2023-08-11 15:36:10 -04:00
xiaodong zuo
13ac9d18af
fix: update blocksuite version ( #3693 )
2023-08-11 14:24:42 +00:00
JimmFly
1a8f849693
feat: add duplicate feature ( #3675 )
...
Co-authored-by: Alex Yang <himself65@outlook.com>
2023-08-11 13:58:59 +00:00
JimmFly
f0cbbc3a84
fix: test case ( #3686 )
2023-08-11 02:59:06 -04:00
Alex Yang
4834f99da9
chore: bump version ( #3677 )
2023-08-11 02:05:49 +00:00
Alex Yang
b7be91e04d
v0.8.0-canary.18
2023-08-10 21:25:51 -04:00
Alex Yang
601cbd83ff
v0.8.0-canary.17
2023-08-10 15:59:59 -04:00
Alex Yang
43b35a77bb
feat: new preload pages ( #3674 )
2023-08-10 15:56:16 -04:00
Alex Yang
dafd5619e6
feat: support get datasource status ( #3645 )
2023-08-10 05:05:34 +00:00
Alex Yang
05144abd6a
v0.8.0-canary.16
2023-08-10 00:34:30 -04:00
Mirone
629a3d11c6
chore: bump blocksuite version ( #3654 )
2023-08-10 00:19:24 -04:00
Alex Yang
bbd49252cf
v0.8.0-canary.15
2023-08-09 17:29:27 -04:00
Alex Yang
c324ccc12a
chore: bump version ( #3634 )
2023-08-09 00:13:48 -04:00
Alex Yang
4472a2a0b0
fix: page validation logic ( #3626 )
2023-08-09 00:37:53 +00:00
Alex Yang
4d6e28c725
v0.8.0-canary.14
2023-08-08 17:01:22 -04:00
Alex Yang
881424d03a
chore: bump version ( #3623 )
2023-08-08 16:57:22 -04:00
JimmFly
4e84b9a121
refactor: header options menu ( #3615 )
2023-08-08 17:14:24 +00:00
Alex Yang
4a0089dbfc
v0.8.0-canary.13
2023-08-07 23:02:09 -04:00
Alex Yang
d101db2a39
chore: bump version ( #3606 )
2023-08-07 23:01:47 -04:00
Alex Yang
a0ce75b1ae
v0.8.0-canary.12
2023-08-06 20:55:41 -04:00
Alex Yang
031eb35b86
chore: bump version ( #3594 )
2023-08-06 20:54:28 -04:00
Alex Yang
7bf77b566d
feat(plugin): add vue example ( #3592 )
2023-08-05 23:59:14 -04:00
Alex Yang
36bd0b02d0
v0.8.0-canary.11
2023-08-04 17:34:31 -07:00
Alex Yang
bbf5f0efe0
chore: bump version ( #3567 )
2023-08-04 23:55:28 +00:00
Alex Yang
f8e49ee3be
v0.8.0-canary.10
2023-08-03 20:08:52 -07:00
Alex Yang
0882d47dc9
v0.8.0-canary.9
2023-08-03 16:23:02 -07:00
Alex Yang
0c16eb1189
build: improve webpack config ( #3561 )
2023-08-03 23:05:46 +00:00
Alex Yang
d3c719d89a
test: add test case for plugin bootstrap ( #3529 )
2023-08-03 01:48:35 +00:00
Alex Yang
dcd070b3e7
v0.8.0-canary.8
2023-08-02 16:51:34 -07:00
Alex Yang
32c08e49c5
feat: migrate to database v3 ( #3528 )
2023-08-02 16:50:10 -07:00
Alex Yang
4386894e8a
v0.8.0-canary.7
2023-08-02 10:06:05 -07:00
Alex Yang
0176d66a94
v0.8.0-canary.6
2023-08-01 11:50:32 -07:00
Alex Yang
f078154b9b
chore: bump version ( #3489 )
2023-08-01 11:30:56 -07:00
JimmFly
9567471e7f
chore: adjustment options menu ( #3455 )
2023-07-31 07:56:51 +00:00
Alex Yang
4d4923cd37
v0.8.0-canary.5
2023-07-31 00:54:03 -07:00
Alex Yang
9ffc523443
v0.8.0-canary.4
2023-07-30 20:33:52 -07:00
Alex Yang
39693a19bd
chore: bump version ( #3471 )
2023-07-31 02:59:54 +00:00
Alex Yang
45089e176f
v0.8.0-canary.3
2023-07-29 19:40:22 -07:00
Alex Yang
765efd19da
v0.8.0-canary.2
2023-07-29 14:33:38 -07:00
Alex Yang
c45149b664
v0.8.0-canary.1
2023-07-29 08:23:38 -07:00
Alex Yang
52809a2783
refactor: image preview plugin ( #3457 )
2023-07-29 00:18:28 -07:00
Alex Yang
97502231a3
v0.8.0-canary.0
2023-07-28 20:18:00 -07:00
Alex Yang
d20a6d2677
chore: bump version ( #3449 )
2023-07-29 02:53:29 +00:00
Alex Yang
9f43c0ddc8
refactor: plugin loading logic ( #3448 )
2023-07-29 02:43:52 +00:00
Alex Yang
7b3be389d4
v0.7.0-canary.59
2023-07-27 22:03:23 -07:00
Alex Yang
0e1f712dcc
v0.7.0-canary.58
2023-07-27 20:33:14 -07:00
Alex Yang
1001d7462a
v0.7.0-canary.57
2023-07-27 17:58:21 -07:00
Alex Yang
aa69a7cad2
v0.7.0-canary.56
2023-07-27 14:42:44 -07:00
Pratik Kumar
115f46a4fa
test: improve e2e coverage on page deletion ( #3416 )
2023-07-27 17:42:16 +00:00
Alex Yang
3b1aff1db1
v0.7.0-canary.55
2023-07-27 07:03:07 -07:00
Alex Yang
59f53760d1
v0.7.0-canary.54
2023-07-27 05:58:20 -07:00
Alex Yang
39054a7c3d
v0.7.0-canary.53
2023-07-27 05:19:20 -07:00
Alex Yang
4b7e47e265
chore: bump blocksuite ( #3404 )
...
Co-authored-by: LongYinan <lynweklm@gmail.com>
2023-07-27 05:37:38 +00:00
Qi
bc263e7afb
feat: modify current workspace label to a dot ( #3399 )
2023-07-26 22:37:31 -07:00
Alex Yang
1e72d3c270
chore: bump version ( #3394 )
2023-07-27 04:02:18 +00:00
JimmFly
2c249781a2
feat: add new collection button to slider bar ( #3369 )
2023-07-26 04:32:55 +00:00
Alex Yang
f968587f6f
v0.7.0-canary.52
2023-07-25 12:36:30 -07:00
Alex Yang
e6e98975ed
fix(core): avoid page full refresh ( #3341 )
...
Co-authored-by: Peng Xiao <pengxiao@outlook.com>
2023-07-24 09:02:35 +00:00
Alex Yang
a494bad543
chore: bump version ( #3346 )
2023-07-22 13:10:20 +00:00
danielchim
363699a175
feat: title editing on workspace title ( #3139 )
...
Co-authored-by: Alex Yang <himself65@outlook.com>
2023-07-22 13:03:18 +00:00
Alex Yang
a4f60f22cf
v0.7.0-canary.51
2023-07-21 18:46:08 +08:00
Alex Yang
9f105b5806
v0.7.0-canary.50
2023-07-21 11:52:50 +08:00
Alex Yang
cac609d36f
fix(core): migration ( #3322 )
2023-07-20 20:16:15 +00:00
Alex Yang
c2f6bb152c
v0.7.0-canary.49
2023-07-21 01:21:25 +08:00
Alex Yang
a9db82ea21
v0.7.0-canary.48
2023-07-21 00:56:46 +08:00
Alex Yang
ecf6f98858
chore: bump version ( #3333 )
2023-07-20 16:39:16 +00:00
Alex Yang
19925038ba
fix(core): css.ts
hmr ( #3317 )
2023-07-19 15:52:21 +00:00
Alex Yang
57bac5d36b
chore: bump version ( #3298 )
2023-07-19 04:31:57 +00:00
Alex Yang
47f12f77f2
refactor!: remove next.js
( #3267 )
2023-07-18 16:53:10 +00:00
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
xiaodong zuo
f173c8b183
chore: update blocksuite version ( #3261 )
2023-07-17 06:44:53 +00:00
Alex Yang
a2dae0d592
v0.7.0-canary.47
2023-07-16 23:27:39 +08:00
Alex Yang
202e9b8fe3
chore: bump version ( #3250 )
...
Co-authored-by: Alex Yang <himself65@Alexs-MacBook-Pro.local>
2023-07-16 15:13:00 +00:00
Alex Yang
c49cf1c53c
fix: create first workspace logic ( #3241 )
2023-07-14 09:54:11 +00:00
Alex Yang
6b0d048156
v0.7.0-canary.46
2023-07-14 11:30:06 +08:00
Alex Yang
af6807826b
v0.7.0-canary.45
2023-07-14 01:01:58 +08:00
Alex Yang
1336ec562e
chore: bump version ( #3223 )
2023-07-13 16:40:44 +00:00
Alex Yang
d18df12951
test: add workspace ref in e2e ( #3217 )
2023-07-13 12:41:46 +00:00
Alex Yang
0230cea16e
refactor: move test utils to package ( #3206 )
2023-07-13 09:05:01 +00:00
Alex Yang
4f5ed30298
v0.7.0-canary.44
2023-07-13 17:07:14 +08:00
xiaodong zuo
8be6676ddb
chore: update blocksuite version ( #3209 )
...
Co-authored-by: Alex Yang <himself65@outlook.com>
2023-07-13 07:31:13 +00:00
Alex Yang
5dda7d83da
fix: block hub might not work ( #3199 )
2023-07-12 18:02:00 +00:00
Alex Yang
c066224a95
v0.7.0-canary.43
2023-07-13 01:27:02 +08:00
Alex Yang
73a47f31a7
chore: bump version ( #3196 )
2023-07-12 15:44:48 +00:00
Alex Yang
4109490789
v0.7.0-canary.42
2023-07-12 23:01:11 +08:00
Alex Yang
b509302711
v0.7.0-canary.41
2023-07-12 14:49:08 +08:00
Alex Yang
e51c98c1dd
chore: bump version ( #3179 )
2023-07-12 06:21:11 +00:00
Alex Yang
f5e45573af
v0.7.0-canary.40
2023-07-11 12:59:12 +08:00
Alex Yang
acf17ebace
chore: bump version ( #3138 )
2023-07-11 04:28:01 +00:00
Alex Yang
7af3c05b8b
v0.7.0-canary.39
2023-07-10 21:00:06 +08:00
Alex Yang
127c63601e
chore: bump version ( #3131 )
2023-07-10 11:34:43 +00:00
JimmFly
8bcc4d6a57
test: fix incorrect day suffix ( #3121 )
2023-07-10 05:56:12 +00:00
Alex Yang
fe895905bd
v0.7.0-canary.38
2023-07-08 15:57:31 +08:00
Alex Yang
c4d53d59b5
test: fix flaky ( #3100 )
2023-07-08 06:30:17 +00:00
Alex Yang
3d15c60cb1
v0.7.0-canary.37
2023-07-08 02:55:18 +08:00
Alex Yang
283f0cd263
refactor: lazy load workspaces ( #3091 )
2023-07-07 14:15:27 +00:00
Alex Yang
955d80e2c1
test: image preview e2e ( #3080 )
...
Co-authored-by: danielchim <kahungchim@gmail.com>
2023-07-06 23:24:03 +00:00
Alex Yang
6395521f09
test: upgrade playwright ( #3077 )
2023-07-06 16:15:18 +00:00
JimmFly
8a565b8633
fix: date-picker hidden in update collection ( #3045 )
2023-07-06 06:17:19 +00:00
Alex Yang
e79a6a5d47
v0.7.0-canary.36
2023-07-06 14:07:27 +08:00
Alex Yang
fa1cd87348
chore: bump version ( #3041 )
2023-07-06 03:49:17 +00:00
Alex Yang
e95d28e136
fix: workspace name should change in the setting panel ( #3039 )
2023-07-06 02:19:06 +00:00
Qi
87ba71e77e
fix: a series of setting issues ( #3032 )
2023-07-05 14:11:42 +00:00
Alex Yang
d582548ed8
v0.7.0-canary.35
2023-07-05 16:02:31 +08:00
Alex Yang
cff9fd1ead
chore: bump version ( #3023 )
2023-07-05 06:54:09 +00:00
3720
9cd1f013f8
fix: flaky tests ( #3019 )
2023-07-05 02:50:43 +00:00
Alex Yang
a3f58d4302
v0.7.0-canary.34
2023-07-05 02:23:53 +08:00
Alex Yang
d4cb89eafc
chore: bump version ( #3016 )
2023-07-04 17:52:40 +00:00
JimmFly
c6ccd6d5de
chore: update setting text ( #3000 )
2023-07-04 17:40:58 +00:00
Alex Yang
3976c37d41
v0.7.0-canary.33
2023-07-04 21:52:04 +08:00
Alex Yang
b4f7eb36ef
v0.7.0-canary.32
2023-07-04 16:12:09 +08:00
3720
000f802baa
feat: add tags support ( #2988 )
...
Co-authored-by: Alex Yang <himself65@outlook.com>
2023-07-04 07:32:11 +00:00
Alex Yang
8d2ffe3936
chore: bump version ( #2998 )
2023-07-04 06:47:35 +00:00
Alex Yang
7b2acec7c3
v0.7.0-canary.31
2023-07-03 23:14:38 +08:00
Alex Yang
0f1c5163a1
feat: remove old setting page by default ( #2980 )
2023-07-03 10:59:23 +00:00
Alex Yang
467eab4ddf
build: update build config ( #2967 )
2023-07-03 06:17:13 +00:00
Alex Yang
d447883b7d
v0.7.0-canary.30
2023-07-02 14:18:33 +08:00
Alex Yang
03ec51a96c
chore: bump version
2023-07-02 14:17:22 +08:00
Alex Yang
0adf18f5e6
v0.7.0-canary.29
2023-07-02 14:06:14 +08:00
Alex Yang
5e7dc9ff21
chore: bump version ( #2960 )
2023-07-02 05:26:47 +00:00
Alex Yang
640967d9ae
v0.7.0-canary.28
2023-07-01 21:35:05 +08:00
Alex Yang
b35d99d935
v0.7.0-canary.27
2023-07-01 21:29:11 +08:00