-
- Downloads
Merge branch 'Page-nav-refactor' into 'main'
Added book pages navigation via page routing. See merge request !23
No related branches found
No related tags found
Checking pipeline status
Showing
- CHANGELOG.md 9 additions, 1 deletionCHANGELOG.md
- apps/fullstack/app/(protected)/(editor_layout)/books/[id]/(page_viewer)/layout.tsx 22 additions, 0 deletions...cted)/(editor_layout)/books/[id]/(page_viewer)/layout.tsx
- apps/fullstack/app/(protected)/(editor_layout)/books/[id]/(page_viewer)/page_ids/[p_id]/page.tsx 45 additions, 0 deletions...layout)/books/[id]/(page_viewer)/page_ids/[p_id]/page.tsx
- apps/fullstack/app/(protected)/(editor_layout)/books/[id]/(page_viewer)/pages/[no]/page.tsx 50 additions, 0 deletions...itor_layout)/books/[id]/(page_viewer)/pages/[no]/page.tsx
- apps/fullstack/app/(protected)/(editor_layout)/books/[id]/layout.tsx 135 additions, 3 deletions...ack/app/(protected)/(editor_layout)/books/[id]/layout.tsx
- apps/fullstack/app/(protected)/(editor_layout)/books/[id]/loading.tsx 11 additions, 3 deletions...ck/app/(protected)/(editor_layout)/books/[id]/loading.tsx
- apps/fullstack/app/(protected)/(editor_layout)/books/[id]/page.tsx 6 additions, 4 deletions...stack/app/(protected)/(editor_layout)/books/[id]/page.tsx
- apps/fullstack/app/(protected)/(generic_layout)/snips/[id]/components.tsx 1 addition, 1 deletion...pp/(protected)/(generic_layout)/snips/[id]/components.tsx
- apps/fullstack/app/(protected)/loading.tsx 11 additions, 0 deletionsapps/fullstack/app/(protected)/loading.tsx
- apps/fullstack/app/debug/multi/[slug]/page.tsx 25 additions, 0 deletionsapps/fullstack/app/debug/multi/[slug]/page.tsx
- apps/fullstack/components/books/browser/FileView.tsx 1 addition, 1 deletionapps/fullstack/components/books/browser/FileView.tsx
- apps/fullstack/components/editor/context.tsx 24 additions, 77 deletionsapps/fullstack/components/editor/context.tsx
- apps/fullstack/components/editor/editor.module.scss 4 additions, 0 deletionsapps/fullstack/components/editor/editor.module.scss
- apps/fullstack/components/editor/index.tsx 33 additions, 11 deletionsapps/fullstack/components/editor/index.tsx
- apps/fullstack/components/editor/sidebar/index.tsx 3 additions, 3 deletionsapps/fullstack/components/editor/sidebar/index.tsx
- apps/fullstack/components/editor/sidebar/navigation/pageCreateForm.tsx 5 additions, 6 deletions...k/components/editor/sidebar/navigation/pageCreateForm.tsx
- apps/fullstack/components/editor/sidebar/navigation/pageSwitcher.tsx 8 additions, 12 deletions...ack/components/editor/sidebar/navigation/pageSwitcher.tsx
- apps/fullstack/components/editor/sidebar/previews/previewPages.tsx 7 additions, 36 deletions...stack/components/editor/sidebar/previews/previewPages.tsx
- apps/fullstack/components/editor/sidebar/sidebar.module.scss 7 additions, 1 deletionapps/fullstack/components/editor/sidebar/sidebar.module.scss
- apps/fullstack/components/editor/tools/toolbar.tsx 5 additions, 9 deletionsapps/fullstack/components/editor/tools/toolbar.tsx
Loading
Please register or sign in to comment