SveltyCMS
SveltyCMS copied to clipboard
### Describe the problem Still need to fix bugs in CRUD in collections such as Save button or Delete button because they doesn't work. ### Describe the proposed solution I...
WIP Playwright test fixes
Nx2 To next
- Refactored image editor architecture with component separation: - Created ImageEditor.svelte as main orchestrator component - Split UI into EditorCanvas, EditorSidebar, EditorToolPanel components - Added CropTopToolbar and CropBottomBar for crop-specific...
**As a Content Editor**, I want to insert dynamic, contextual data into input fields using a simple UI, so that I can create consistent, SEO-friendly content (like URL slugs and...
The collection data should be preview using a live preview - [ ] implement dynamic preview using nx monorepo
Objective The current SveltyCMS project is a single monolithic SvelteKit application. This architecture is difficult to test, slow to build, and results in a large production bundle that includes all...