mirror of
https://github.com/Dictionarry-Hub/profilarr.git
synced 2026-01-26 04:42:00 +01:00
- Implemented `create.ts` for creating custom formats with associated tags. - Added `delete.ts` for deleting custom formats with cascading deletes for related entities. - Updated `index.ts` to export new create and delete functions. - Enhanced the server-side logic in `+page.server.ts` for handling new custom format creation. - Created a new Svelte component `GeneralForm.svelte` for managing custom format details. - Updated the UI in `+page.svelte` for creating new custom formats and handling form submissions. - Integrated dirty state management for form inputs in `TestForm.svelte` and `GeneralForm.svelte`. - Added delete functionality in the UI for custom formats with confirmation modals.