mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-30 02:23:56 +03:00
feat: upgrade preloading page to Downhill
This commit is contained in:
parent
9415f46ce5
commit
2870972b49
@ -2,7 +2,7 @@ import { useEffect, useRef } from 'react';
|
||||
import type { Page, Workspace } from '@blocksuite/store';
|
||||
import '@blocksuite/blocks';
|
||||
import { EditorContainer } from '@blocksuite/editor';
|
||||
import exampleMarkdown from '@/templates/Welcome-to-AFFiNE-Alpha-v2.0.md';
|
||||
import exampleMarkdown from '@/templates/Welcome-to-AFFiNE-Alpha-Downhill.md';
|
||||
import { styled } from '@/styles';
|
||||
|
||||
const StyledEditorContainer = styled('div')(() => {
|
||||
@ -39,7 +39,7 @@ export const Editor = ({ page, workspace, setEditor }: Props) => {
|
||||
const title = metaTitle
|
||||
? metaTitle
|
||||
: isFirstPage
|
||||
? 'Welcome to AFFiNE Alpha "Abbey Wood"'
|
||||
? 'Welcome to AFFiNE Alpha "Downhill"'
|
||||
: '';
|
||||
workspace?.setPageMeta(page.id, { title });
|
||||
|
||||
|
@ -0,0 +1,24 @@
|
||||
We've been working hard on improving the user experience and have made several new features live for you to use.
|
||||
|
||||
If you are looking for **support**, would like to **suggest** your ideas, and keep on top of all the **latest updates**. We suggest you visit the [AFFiNE Community](https://community.affine.pro/home) site.
|
||||
|
||||
Let us know what you think of this latest version.
|
||||
|
||||
**AFFiNE Alpha Downhill brings:**
|
||||
|
||||
We are mainly working on features for pathfinder.
|
||||
|
||||
- Support SlashMenu #629
|
||||
- Support BlockHub + DragHandle #630
|
||||
- Support Whiteboard with basic usability #631
|
||||
- Support bracket autocomplete #632 @lawvs
|
||||
- Support Database #633
|
||||
- Support Account(Google Login) #608 @alt1o @darkskygit
|
||||
- Support AFFiNE Collaboration by AFFiNE Cloud #609 @darkskygit @zuoxiaodong0815
|
||||
- Support Local First Multi Workspace #610 @QiShaoXuan @darkskygit
|
||||
- Support AFFiNE Cloud Sync #611 @alt1o @SaikaSakura @darkskygit
|
||||
- Support Download Workspace by AFFiNE Cloud #612 @darkskygit @alt1o @SaikaSakura
|
||||
- Support Workspace Sharing by AFFiNE Cloud #613 @alt1o @SaikaSakura
|
||||
- Import Markdown #615 @QiShaoXuan @thorseraq
|
||||
- [improvement]: i18n integration #567 @JimmFly
|
||||
- Support DataCEnter @SaikaSakura @alt1o #708
|
Loading…
Reference in New Issue
Block a user