Commit Graph

120 Commits

Author SHA1 Message Date
apairon 491f495c66 feat: enhance project setup and architecture documentation
- Updated `tibi-project-setup` skill to clarify project initialization goals and steps.
- Improved `tibi-ssr-caching` skill to detail SSR architecture, responsibilities, and caching mechanisms.
- Introduced `website-solution-architecture` skill for translating website requirements into coherent solutions.
- Refined `AGENTS.md` to provide a structured roadmap for project development phases.
- Added `ADMIN_ASSET_VERSION` to `api/config.yml.env` for asset versioning.
- Updated SSR request flow and cache invalidation logic in `api/hooks/ssr/AGENTS.md`.
- Removed obsolete `esbuild.config.admin.js` and integrated asset versioning into the main `esbuild.config.js`.
- Adjusted `api/collections/content.yml` to utilize asset versioning for admin scripts.
2026-05-12 20:01:22 +00:00
apairon 4a604bab0b refactor: streamline SSR setup and remove Babel configuration
- Updated import path for app.server module in SSR hook.
- Removed babel.config.server.json as Babel is no longer needed for async/await transformation.
- Adjusted esbuild configuration to target ESNext and modified output paths.
- Enhanced App.svelte to handle initial content loading during SSR.
- Updated SSR script to load messages synchronously before rendering.
- Simplified build:server script in package.json by removing Babel step.
2026-05-12 15:47:53 +00:00
apairon e84b87ed16 feat: enhance accessibility with skip to main content button and improve navigation handling
🔧 fix: update navigation href resolution to include localized paths

🆕 feat: add new FeatureIcon component for feature boxes

🎨 style: improve styling for prose elements in richtext blocks

🛠️ refactor: streamline medialib image loading and caching logic

📦 chore: update mock data handling to support new medialib entries

🔄 chore: synchronize i18n initialization and locale management

📝 docs: update video tour descriptions to reflect recent changes
2026-05-12 13:55:32 +00:00
apairon 8fb26fdeba feat: upgrade http-proxy-middleware to version 4.0.0 and update related dependencies 2026-05-11 17:05:39 +00:00
apairon 106efb5d6e feat: implement new feature for enhanced user experience 2026-05-11 16:56:57 +00:00
apairon 0be4852f74 feat: add console error monitoring for Playwright tests; enhance page fixture with error assertions 2026-03-08 15:36:50 +00:00
apairon a9a13a6b5b feat: add admin-ui-config, content-authoring, and frontend-architecture skills documentation
- Introduced `admin-ui-config` skill for configuring admin UI for collections.
- Added `content-authoring` skill detailing page and block creation in the CMS.
- Included `frontend-architecture` skill explaining custom SPA routing and state management.
- Updated `AGENTS.md` to reference new skills and provide infrastructure prerequisites.
- Enhanced `frontend/AGENTS.md` with routing details and SPA navigation information.
2026-03-07 16:16:19 +00:00
apairon 18b5af5617 feat: enhance HeroBlock with SPA navigation for anchor links and update feature card styles 2026-02-27 13:58:46 +00:00
apairon d1ef9800f1 🔧 fix: enhance watch mode to reload browser on build completion 2026-02-27 13:29:44 +00:00
apairon 2170bf761e feat: add project setup skill documentation; provide step-by-step guide for initializing new tibi projects 2026-02-26 13:02:02 +00:00
apairon 5707eb30dd feat: update deployment scripts and configuration; enhance CI/CD process with new scripts for staging and production 2026-02-26 12:36:53 +00:00
apairon 965a505e15 feat: enhance SSR support with language extraction, dynamic page titles, and updated styles; adjust color theme 2026-02-26 11:09:42 +00:00
apairon 40ffa8207e feat: add new contact form, hero, features, and richtext blocks; implement scroll-reveal action and update styles
- Introduced ContactFormBlock, FeaturesBlock, HeroBlock, and RichtextBlock components.
- Implemented a scroll-reveal action for animations on element visibility.
- Enhanced CSS styles for better theming and prose formatting.
- Added localization support for new components and updated existing translations.
- Created e2e tests for demo pages including contact form validation and navigation.
- Added a video tour showcasing the demo pages and interactions.
2026-02-26 03:54:07 +00:00
apairon e8fd38e98a feat: add video tour functionality with helpers, configuration, and homepage walkthrough 2026-02-26 02:42:16 +00:00
apairon 20eaa50935 feat: implement mock data support with API interceptor and update documentation 2026-02-26 02:37:01 +00:00
apairon 30501f5f4c feat: add SKILL documentation for Gitea issue attachments, tibi hook authoring, and SSR caching 2026-02-25 21:18:12 +00:00
apairon 3c3e70b474 🗑️ chore: remove outdated instructions and migration documentation 2026-02-25 20:45:46 +00:00
apairon 602fd6101f feat: Add new input, select, and tooltip components with validation and accessibility features
- Introduced Input component with support for various input types, validation, and error handling.
- Added MedialibImage component for displaying images with lazy loading and caption support.
- Implemented Pagination component for navigating through pages with ellipsis for large page sets.
- Created SearchableSelect component allowing users to search and select options from a dropdown.
- Developed Select component with integrated styling and validation.
- Added Tooltip component for displaying additional information on hover/focus.
2026-02-25 20:15:23 +00:00
apairon 74bb860d4f feat: refine type definitions and improve request handling in API layer 2026-02-25 17:44:49 +00:00
apairon 3b84e49383 feat: enhance SSR cache management with dependency tracking and entry-level invalidation 2026-02-25 17:35:10 +00:00
apairon 3886eb9f34 feat: implement new feature for enhanced user experience 2026-02-25 16:50:10 +00:00
apairon b41d12f257 feat: implement new API layer with request deduplication, caching, and Sentry integration 2026-02-25 16:48:37 +00:00
apairon fdeeac88e2 feat: add loading bar and toast notification system with responsive design 2026-02-25 16:30:45 +00:00
apairon e13e696253 feat: implement build version check and update build info handling 2026-02-25 15:53:00 +00:00
apairon f6f565bbcb feat: add Svelte actions and global stores for enhanced functionality 2026-02-25 13:10:52 +00:00
apairon dc00d24899 feat: implement new feature for enhanced user experience 2026-02-11 16:36:56 +00:00
apairon 62f1906276 🔧 fix: update Traefik router rule for MCP/curl access to include host condition
 feat: enable sending default PII in Sentry initialization
2026-02-11 14:25:26 +00:00
apairon b9a455d1b9 yarn upgrade 2026-02-11 13:06:05 +00:00
apairon 18d5e977e5 🔧 fix: update API path in docker-compose-staging.yml for correct endpoint configuration 2025-10-30 09:44:17 +00:00
apairon ae39987c7d 🔧 fix: update spa.html handling to ensure symlink removal and prevent errors 2025-10-30 09:36:53 +00:00
apairon 4893d925c5 🔧 fix: comment out unused SSR path validation logic and update collection check 2025-10-30 09:32:06 +00:00
apairon 66225b731a feat: enhance deployment workflow with reload functionality and update SSR cache handling 2025-10-30 09:27:23 +00:00
apairon 50b6f4a6e5 feat: add initial webserver setup with Express and proxy middleware 2025-10-30 09:16:07 +00:00
apairon 2025a0a71f 🔧 fix: update template handling and svelte compiler options for improved build process 2025-10-30 09:11:44 +00:00
apairon 1ae34d6a18 feat: add Copilot instructions and enhance Docker Compose configuration for improved routing 2025-10-30 08:14:44 +00:00
apairon 4756eab175 🔧 fix: reorder plugins in esbuild configuration for proper execution 2025-10-30 08:02:59 +00:00
apairon 55263a49be fix: update build context for tibiserver-dev service in docker-compose 2025-08-26 09:20:30 +00:00
apairon 39caf6f7d6 Refactor code structure for improved readability and maintainability 2025-07-03 11:37:21 +00:00
apairon 037b3d5a89 feat: add Tailwind CSS and PostCSS configuration
- Created postcss.config.js to configure PostCSS with Tailwind CSS and Autoprefixer.
- Updated svelte.config.js to enable PostCSS preprocessing.
- Added tailwind.config.js for Tailwind CSS configuration.
- Updated yarn.lock to include new dependencies for Tailwind CSS, PostCSS, and related plugins.
2025-07-03 11:32:23 +00:00
apairon 4bbbfc5fee chore: disable ghostMode in esbuild configuration 2025-07-01 12:53:12 +00:00
apairon b4204da0a4 yarn upgrade 2025-07-01 12:50:13 +00:00
apairon ffcded42f3 Aktualisiere Metriken-Logik in App.svelte zur Verwendung von $effect und verbessere die Lesbarkeit 2025-03-27 17:32:55 +00:00
apairon a72780873a Aktualisiere Konfigurationen und entferne nicht benötigte Skripte aus der Umgebung 2025-03-27 17:23:39 +00:00
apairon f66c1fc078 Füge Initialisierungsziel zu Makefile hinzu und aktualisiere Docker-Befehle 2025-03-27 17:07:33 +00:00
apairon cf1acc1d80 Aktualisiere Docker-Images auf die neuesten Versionen und passe die Pfade in der esbuild-Konfiguration an 2025-03-27 16:59:52 +00:00
apairon 7a6a2cbd22 Füge Docker- und Babel-Konfigurationen hinzu, aktualisiere Svelte- und Esbuild-Setups, erweitere Typdefinitionen und aktualisiere die README-Datei 2025-03-27 13:52:13 +00:00
apairon 77cb64b260 yarn 4 2025-03-27 13:26:28 +00:00
apairon 2037953000 yarn upgrade 2025-03-27 12:34:04 +00:00
apairon 3a6ff3fa8e Füge ein neues Deployment-Workflow-Skript hinzu und entferne veraltete Skripte 2025-03-27 12:12:55 +00:00
apairon 212a9720cf first clean up 2025-03-26 17:44:06 +00:00