mirror of
https://github.com/Dictionarry-Hub/profilarr.git
synced 2026-01-26 12:52:00 +01:00
- Add server-side logic for loading, updating, and deleting regular expressions in +page.server.ts. - Create a new Svelte component for editing regular expressions, including form handling and validation. - Introduce a RegexPatternField component for managing regex patterns and associated unit tests. - Develop a RegularExpressionForm component for both creating and editing regex entries. - Implement a SearchFilterAction component for filtering regex entries. - Add new routes for creating and managing regular expressions, including a preset feature for common patterns. - Enhance the UI with CardView and TableView components for displaying regex entries in different formats. - Integrate markdown parsing for descriptions in the UI.