-
- Downloads
Added an editor debug playground and readded editor context. Also reimplemented
all move page tools, now using scroll for better behaviour.
parent
185c6207
No related branches found
No related tags found
Showing
- CHANGELOG.md 2 additions, 0 deletionsCHANGELOG.md
- apps/fullstack/app/debug/playground/editor/components.tsx 27 additions, 0 deletionsapps/fullstack/app/debug/playground/editor/components.tsx
- apps/fullstack/app/debug/playground/editor/page.tsx 6 additions, 13 deletionsapps/fullstack/app/debug/playground/editor/page.tsx
- apps/fullstack/app/debug/playground/toolbar/page.tsx 3 additions, 2 deletionsapps/fullstack/app/debug/playground/toolbar/page.tsx
- apps/fullstack/app/debug/render/client.tsx 1 addition, 3 deletionsapps/fullstack/app/debug/render/client.tsx
- apps/fullstack/components/context/viewer/useWorkerContext.tsx 6 additions, 7 deletions.../fullstack/components/context/viewer/useWorkerContext.tsx
- apps/fullstack/components/editor/context.tsx 86 additions, 0 deletionsapps/fullstack/components/editor/context.tsx
- apps/fullstack/components/editor/index.tsx 15 additions, 15 deletionsapps/fullstack/components/editor/index.tsx
- apps/fullstack/components/editor/tools/imageEditor/context.tsx 2 additions, 2 deletions...fullstack/components/editor/tools/imageEditor/context.tsx
- apps/fullstack/components/editor/tools/move/context.tsx 212 additions, 0 deletionsapps/fullstack/components/editor/tools/move/context.tsx
- apps/fullstack/components/editor/tools/move/index.tsx 95 additions, 37 deletionsapps/fullstack/components/editor/tools/move/index.tsx
- apps/fullstack/components/editor/tools/move/move.module.scss 19 additions, 15 deletionsapps/fullstack/components/editor/tools/move/move.module.scss
- apps/fullstack/components/editor/tools/move/moveHandler.tsx 73 additions, 0 deletionsapps/fullstack/components/editor/tools/move/moveHandler.tsx
- apps/fullstack/components/editor/tools/move/zoomHandler.tsx 43 additions, 0 deletionsapps/fullstack/components/editor/tools/move/zoomHandler.tsx
- apps/fullstack/components/editor/tools/text/context.tsx 2 additions, 2 deletionsapps/fullstack/components/editor/tools/text/context.tsx
- apps/fullstack/components/editor/tools/toolbar.module.scss 2 additions, 4 deletionsapps/fullstack/components/editor/tools/toolbar.module.scss
- apps/fullstack/components/editor/tools/toolbar.tsx 3 additions, 2 deletionsapps/fullstack/components/editor/tools/toolbar.tsx
- apps/fullstack/components/editor/tools/types.ts 3 additions, 5 deletionsapps/fullstack/components/editor/tools/types.ts
- apps/fullstack/components/editor/viewer/page.tsx 11 additions, 2 deletionsapps/fullstack/components/editor/viewer/page.tsx
Loading
Please register or sign in to comment