SveltyCMS icon indicating copy to clipboard operation
SveltyCMS copied to clipboard

Results 17 SveltyCMS issues
Sort by recently updated
recently updated
newest added

### 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...

- 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...

enhancement
help wanted

The collection data should be preview using a live preview - [ ] implement dynamic preview using nx monorepo

enhancement
help wanted

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...