geoproject-app/src
isUnknown e88c217b1e
All checks were successful
Deploy / Build and Deploy to Production (push) Successful in 16s
feat: add CSS file import with drag & drop support
Add CssFileImport component to StylesheetViewer allowing users to
import CSS files to replace custom CSS content.

Features:
- Click to select file via file dialog
- Drag & drop support with visual feedback
- File validation (.css only, max 1MB)
- Error messages for invalid files
- Direct replacement of customCss content

New component:
- src/components/ui/CssFileImport.vue

Integration:
- Added at top of StylesheetViewer
- Emits 'import' event with file content
- Content replaces customCss in store

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-09 14:41:56 +01:00
..
components feat: add CSS file import with drag & drop support 2026-01-09 14:41:56 +01:00
composables refactor: extract debounce logic into shared composable 2025-12-10 11:51:53 +01:00
stores feat: implement inheritance lock/unlock with CSS commenting system 2026-01-09 14:31:42 +01:00
utils feat: implement inheritance lock/unlock with CSS commenting system 2026-01-09 14:31:42 +01:00
App.vue feat: add custom CSS save system with dual-editor interface 2026-01-09 13:39:25 +01:00
main.js refactor: implement Pinia store for stylesheet management 2025-11-24 17:55:42 +01:00
style.css colors on label 2025-12-10 11:10:14 +01:00