geoproject-app/src/components/ui
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
..
CssFileImport.vue feat: add CSS file import with drag & drop support 2026-01-09 14:41:56 +01:00
InputWithUnit.vue styles w/ differents colors 2025-12-09 17:08:40 +01:00
MarginEditor.vue styles w/ differents colors 2025-12-09 17:08:40 +01:00
NumberInput.vue Edit panel > numberInput : fix decrement function 2026-01-09 10:14:45 +01:00
UnitToggle.vue merge 2025-12-11 13:39:23 +01:00