[WEB-1135] chore: store page full width information in local storage (#4327)
* chore: store page full width information in local storage * chore: update page types
This commit is contained in:
parent
73fd6e641c
commit
eb0877a3c8
7 changed files with 32 additions and 74 deletions
5
packages/types/src/pages.d.ts
vendored
5
packages/types/src/pages.d.ts
vendored
|
|
@ -16,14 +16,9 @@ export type TPage = {
|
|||
project: string | undefined;
|
||||
updated_at: Date | undefined;
|
||||
updated_by: string | undefined;
|
||||
view_props: TPageViewProps | undefined;
|
||||
workspace: string | undefined;
|
||||
};
|
||||
|
||||
export type TPageViewProps = {
|
||||
full_width?: boolean;
|
||||
};
|
||||
|
||||
// page filters
|
||||
export type TPageNavigationTabs = "public" | "private" | "archived";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue