Commit Graph

105 Commits

Author SHA1 Message Date
Daniel S
10d534e836 fix(api): prevent 500 error in /api/config when siteConfig.hero is omitted 2026-08-09 22:47:26 +02:00
Daniel S
15b2a34957 fix(types): add ogImage prop to Layout and message prop to FallbackSection
All checks were successful
Production Build & Deploy / build-and-deploy (push) Successful in 50s
2026-08-09 22:45:01 +02:00
Daniel S
baa639a9b2 feat(admin): add demo mode toggle in admin dashboard and rewrite 404 page for missing routes
Some checks failed
Production Build & Deploy / build-and-deploy (push) Has been cancelled
2026-08-09 22:43:36 +02:00
Daniel S
5e9b69c319 feat(editor): render persistent visual draft mode banner in preview mode 2026-08-09 22:41:22 +02:00
Daniel S
df6bb52ab0 feat(admin): merge company site_info stammdaten into general admin dashboard 2026-08-09 22:39:42 +02:00
Daniel S
11f8e33818 refactor(admin): remove legacy hero section and section ordering form from general dashboard 2026-08-09 22:37:53 +02:00
Daniel S
da50ac468b fix(nav): restrict visual editor access to pages management overview 2026-08-09 22:36:33 +02:00
Daniel S
d5b66ff830 feat(admin): add persistent drawer burger sidebar navigation across all admin pages 2026-08-09 22:33:52 +02:00
Daniel S
e8f332da43 feat(pages): add page opening, page deletion API, edit mode toggle and custom 404 page
All checks were successful
Production Build & Deploy / build-and-deploy (push) Successful in 1m10s
2026-08-09 22:30:13 +02:00
Daniel S
334c6723e9 fix(types): restore contact property in SiteConfig interface 2026-08-09 22:26:54 +02:00
Daniel S
bb96b0049c fix(types): add site_info and pages properties to SiteConfig interface 2026-08-09 22:26:19 +02:00
Daniel S
0a1aa5030d feat(config): include default pages and site_info in configLoader fallbacks 2026-08-09 22:24:28 +02:00
Daniel S
be071ff82f feat(admin): add quick navigation cards to admin dashboard
All checks were successful
Production Build & Deploy / build-and-deploy (push) Successful in 1m13s
2026-08-09 22:19:20 +02:00
Daniel S
f7b08f33ee fix(ci): synchronize package-lock.json with esbuild dependencies
All checks were successful
Production Build & Deploy / build-and-deploy (push) Successful in 1m18s
2026-08-09 22:12:43 +02:00
Daniel S
bb69e554d0 fix(deps): align react types with astrojs/react v18 and use modern --omit=dev in Dockerfile
Some checks failed
Production Build & Deploy / build-and-deploy (push) Failing after 6s
2026-08-09 22:08:23 +02:00
Daniel S
64c257f050 feat(docker): add automatic container entrypoint seeding script
Some checks failed
Production Build & Deploy / build-and-deploy (push) Failing after 9s
2026-08-09 22:05:48 +02:00
Daniel S
b021f9aaa7 feat(docker): add production Dockerfile, docker-compose setup and healthcheck API 2026-08-09 21:28:10 +02:00
Daniel S
03ceb3de7f feat(admin): add global site settings API, tests and dashboard UI
All checks were successful
Production Build & Deploy / build-and-deploy (push) Successful in 35s
2026-08-09 21:26:15 +02:00
Daniel S
a35efb2726 feat(editor): add section settings property editor API and sidebar modal 2026-08-09 21:24:16 +02:00
Daniel S
58fc8e51cd feat(contact): add WCAG 2.2 AA compliant ContactSection and zero-third-party send API 2026-08-09 21:18:09 +02:00
Daniel S
0c073983e9 feat(editor): add section manipulation APIs and interactive sidebar controls
All checks were successful
Production Build & Deploy / build-and-deploy (push) Successful in 1m3s
2026-08-09 21:08:35 +02:00
Daniel S
d03750bc53 feat(waas): add catch-all route, page manager and draft-publish pipeline 2026-08-09 20:59:02 +02:00
Daniel S
074d314897 feat: implement Dynamic Data Binding system and tags registry
All checks were successful
Production Build & Deploy / build-and-deploy (push) Successful in 1m0s
2026-08-09 12:54:31 +02:00
Daniel S
b039aceb21 feat: implement Theme Builder concept and Display Conditions resolver system 2026-08-09 12:53:25 +02:00
Daniel S
3453746fc0 feat: add section content editing, animation selection and HTML5 drag & drop in live editor
All checks were successful
Production Build & Deploy / build-and-deploy (push) Successful in 1m0s
2026-08-09 12:45:36 +02:00
Daniel S
b159b061ae feat: implement device-specific configurations for desktop, tablet, and mobile
All checks were successful
Production Build & Deploy / build-and-deploy (push) Successful in 57s
2026-08-09 12:35:46 +02:00
Daniel S
eb4bb601d7 fix(types): add missing slotId to fallback UIComponent objects in configLoader.ts
All checks were successful
Production Build & Deploy / build-and-deploy (push) Successful in 56s
2026-08-08 23:54:36 +02:00
Daniel S
92a75cf289 feat(waas-engine): add editable Header, Footer & Glassmorphism design controls in editor Inspector 2026-08-08 23:52:22 +02:00
Daniel S
4c165d8107 feat(admin-editor): add per-section UIComponent management with inline editing, deletion and re-ordering 2026-08-08 23:50:07 +02:00
Daniel S
c5165547b4 fix(admin-editor): rewrite editor.astro cleanly to eliminate AST compiler parsing error
All checks were successful
Production Build & Deploy / build-and-deploy (push) Successful in 56s
2026-08-08 23:44:33 +02:00
Daniel S
e82e1b3301 fix(cicd): update Gitea Action deploy.yml port mapping 8080:4321 and data volumes 2026-08-08 23:43:18 +02:00
Daniel S
6edc219a04 fix(admin-editor): resolve import syntax typo in editor.astro for SSR render 2026-08-08 23:42:28 +02:00
Daniel S
597566a000 docs(nginx): set server_name to spielwiese.hephex.de
All checks were successful
Production Build & Deploy / build-and-deploy (push) Successful in 56s
2026-08-08 23:20:30 +02:00
Daniel S
3736f0f633 feat(admin-editor): connect dynamic THEME_PRESETS to Stil inspector tab in live editor
All checks were successful
Production Build & Deploy / build-and-deploy (push) Successful in 52s
2026-08-08 23:10:27 +02:00
Daniel S
5b0f05c17f fix(docker): add build directive to compose and add .dockerignore file
All checks were successful
Production Build & Deploy / build-and-deploy (push) Successful in 20s
2026-08-08 19:24:04 +02:00
Daniel S
614a66fc70 fix(docker): update Dockerfile to Node.js SSR runtime runner entry.mjs
All checks were successful
Production Build & Deploy / build-and-deploy (push) Successful in 1m15s
2026-08-08 19:18:06 +02:00
Daniel S
4c9b547e7c docs(nginx): add example nginx reverse proxy configuration file
All checks were successful
Production Build & Deploy / build-and-deploy (push) Successful in 30s
2026-08-08 19:12:16 +02:00
Daniel S
d9cb8dcd6f fix(docker): restore original port mapping 8080:4321 for external reverse proxy 2026-08-08 19:11:24 +02:00
Daniel S
8d0e72a8bc fix(docker): bind port to 127.0.0.1 for existing reverse proxy integration
All checks were successful
Production Build & Deploy / build-and-deploy (push) Successful in 43s
2026-08-08 19:07:41 +02:00
Daniel S
e9d8fb95cf feat(admin-editor): add 3-tab inspector layout with Inhalt, Stil and Erweitert panels
All checks were successful
Production Build & Deploy / build-and-deploy (push) Successful in 31s
2026-08-08 19:03:59 +02:00
Daniel S
aa4629752a test(waas-engine): add vitest suite and node ssr container adapter setup 2026-08-08 18:56:36 +02:00
Daniel S
8197308cef feat(admin-editor): add elementor-style visual editor with drag-and-drop section manager and device switcher 2026-08-08 18:56:33 +02:00
Daniel S
c136e930c9 refactor(layout): switch index.astro to configurable section components driven by siteConfig 2026-08-08 18:56:30 +02:00
Daniel S
c51629b229 style(theme-engine): centralize CSS variables and add reactive light/dark mode support 2026-08-08 18:56:26 +02:00
Daniel S
be3a8a82ab feat(api): add SSR config update endpoints and DSGVO contact processing 2026-08-08 18:56:21 +02:00
Daniel S
dfa357bbd1 feat(waas-engine): add dynamic site config schema and slotId placement types 2026-08-08 18:56:18 +02:00
DanielS
08b74a0294 feat: simplify copy for small business owners and fix react-icons properties
All checks were successful
Production Build & Deploy / build-and-deploy (push) Successful in 32s
2026-07-19 00:06:21 +02:00
DanielS
92af42b2c5 style: update color preset buttons to be fully light and dark mode adaptive
All checks were successful
Production Build & Deploy / build-and-deploy (push) Successful in 27s
2026-07-19 00:00:40 +02:00
DanielS
a3222ec496 refactor: replace range calculators in templates with simulated contact forms
All checks were successful
Production Build & Deploy / build-and-deploy (push) Successful in 29s
2026-07-18 23:58:48 +02:00
DanielS
e22a724c57 feat: add onboarding wizard component and integrate into index page 2026-07-18 23:58:44 +02:00