Commit Graph

14 Commits

Author SHA1 Message Date
eb554b8aad Replace Image component with an iframe preview for demos, including smooth vertical animation, and adjust associated layout for better visualization. 2025-06-19 08:28:40 +09:00
bff8dd78f0 Remove unused useRouter import from ProfileDropdown. 2025-06-14 10:07:31 +02:00
73541a7aa3 Simplify ProfileDropdown logout logic by redirecting to /logout and update nginx.conf to restrict /logout to GET and POST methods only. 2025-06-14 10:04:54 +02:00
3fc0cf1207 Refactor ProfileDropdown to fetch user details, simplify logout flow, and enhance dropdown UI; add /api/me route for user data retrieval. 2025-06-14 09:46:25 +02:00
8435ea04af Integrate ProfileDropdown component, update layout to include user menu, and add Keycloak logout API route. 2025-06-14 08:55:45 +02:00
1285891ee3 Disable prefetching for external/sub-app links 2025-06-08 09:39:13 +02:00
3d4370737f Fix trailing slash in production demo URL 2025-06-08 02:05:44 +02:00
7fba89fa28 Update URLs and paths for lawfirm demo structure 2025-06-07 22:04:30 +02:00
8f8dac1bcf Configure Next.js for standalone output 2025-06-07 21:48:44 +02:00
f080037902 Refactor demo URLs and add nginx reverse-proxy configuration 2025-06-07 21:16:50 +02:00
e20f6dbb6a Add deployment automation
* Introduce `docker-compose.yml` for containerized service orchestration.
* Update `.gitlab-ci.yml` with new deployment stages and sync mechanisms, including production and dev environments.
2025-06-07 10:41:54 +02:00
863e8cedbf Add GitLab CI, Dockerfile, and demo-1
* Configured GitLab CI for Docker image builds and added a Dockerfile with the necessary setup for the main website and demo-1.
* Updated URL and removed duplicate entry in `demos.ts` to resolve conflicts.
* Integrated `.run` configuration for lawfirm-demo1 to streamline local development.
2025-06-07 09:04:12 +02:00
fce60ba750 Update homepage, add demos data.
* display ydemo sections dynamically.
* Introduced a new `demos.ts` file for demo content management.
* Added `framer-motion` for animations and updated dependencies in `package.json`.
2025-06-07 08:28:38 +02:00
4d3def4ed7 Initial Commit 2025-06-07 08:02:20 +02:00