geoproject-app/src/components
isUnknown cb5d056b51
All checks were successful
Deploy / Build and Deploy to Production (push) Successful in 16s
fix: restore TextSettings functionality after store refactoring
Fixed TextSettings fields not updating the stylesheet and preview after
the store refactoring that made content a computed property.

- Add missing font watcher in TextSettings.vue
- Update useCssUpdater.js to use store.replaceBlock() instead of
  writing to readonly store.content
- Update createRule() to append to store.customCss instead of store.content

All TextSettings fields (font, size, margins, padding, alignment) now
correctly update the stylesheet and preview.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-09 16:42:34 +01:00
..
blocks feat: integrate Kirby CMS data with Vue print editor 2025-12-08 18:01:01 +01:00
editor fix: restore TextSettings functionality after store refactoring 2026-01-09 16:42:34 +01:00
ui feat: add CSS file import with drag & drop support 2026-01-09 14:41:56 +01:00
ElementPopup.vue fix: improve bidirectional sync between stylesheet and ElementPopup fields 2026-01-09 14:35:23 +01:00
PagedJsWrapper.vue refactor: rename 'recit' to 'narrative' for English code naming 2026-01-09 10:34:10 +01:00
PagePopup.vue feat: add custom CSS save system with dual-editor interface 2026-01-09 13:39:25 +01:00
PreviewLoader.vue preview loader : reduce size 2025-12-05 16:49:47 +01:00
SaveButton.vue feat: add custom CSS save system with dual-editor interface 2026-01-09 13:39:25 +01:00
SidePanel.vue feat: iframe-based PagedJS preview with reactive CSS editor 2025-11-24 16:51:55 +01:00
StylesheetViewer.vue feat: add scrollable CSS editor and complete stylesheet export 2026-01-09 16:30:18 +01:00