[WIKI-400] feat: page navigation pane (#7206)
* init: page navigation pane * chore: outline and info tabs * chore: asset download endpoint * chore: realtime document info updates * chore: add support for code splitting * fix: formatting * refactor: image block id generation * chore: implement translation * refactor: assets list storage logic * fix: build errors * fix: image extension name * refactor: add support for additional asset items * refactor: asset extraction logic * chore: add translations * fix: merge conflicts resolved from preview * chore: remove version history option from the dropdown * chore: query params handling * chore: remove unnecessary logic * refactor: empty state components * fix: empty state asset path
This commit is contained in:
parent
cfe169c6d7
commit
0b159c4963
83 changed files with 2185 additions and 767 deletions
6
packages/editor/src/ce/constants/assets.ts
Normal file
6
packages/editor/src/ce/constants/assets.ts
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
// helpers
|
||||
import { TAssetMetaDataRecord } from "@/helpers/assets";
|
||||
// local imports
|
||||
import { ADDITIONAL_EXTENSIONS } from "./extensions";
|
||||
|
||||
export const ADDITIONAL_ASSETS_META_DATA_RECORD: Partial<Record<ADDITIONAL_EXTENSIONS, TAssetMetaDataRecord>> = {};
|
||||
1
packages/editor/src/ce/constants/extensions.ts
Normal file
1
packages/editor/src/ce/constants/extensions.ts
Normal file
|
|
@ -0,0 +1 @@
|
|||
export enum ADDITIONAL_EXTENSIONS {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue