veza/apps/web/src/pages
google-labs-jules[bot] 59ead9e2b8 feat: prepare production environment and fix frontend build
- Create .env file with production configuration for local testing.
- Fix frontend compilation errors:
  - Correct import paths for `useToast` hook in `WebhooksPage.tsx` and `AdminDashboardPage.tsx`.
  - Update `WebhooksPage.tsx` to use the existing custom `Dialog` component API.
- Improve Nginx configuration in `apps/web/nginx.conf`:
  - Use resolver and variables for upstream proxies to prevent crash when backend services are down.
  - Fix stream server proxy path to route `/stream` to `/ws` as expected by the backend.
- Update `docker-compose.production.yml` to use correct `Dockerfile` name for stream server.
2025-12-31 16:27:36 +00:00
..
auth [INT-AUTH-002] Remove duplicate auth store - migrate to features/auth/store/authStore.ts 2025-12-26 09:11:46 +01:00
marketplace [FE-COMP-006] fe-comp: Add pagination component to all list views 2025-12-25 11:36:48 +01:00
AdminDashboardPage.tsx feat: prepare production environment and fix frontend build 2025-12-31 16:27:36 +00:00
AnalyticsPage.tsx [FE-PAGE-015] fe-page: Add Analytics page 2025-12-25 11:25:06 +01:00
DashboardPage.test.tsx [INT-AUTH-002] Remove duplicate auth store - migrate to features/auth/store/authStore.ts 2025-12-26 09:11:46 +01:00
DashboardPage.tsx [INT-AUTH-002] Remove duplicate auth store - migrate to features/auth/store/authStore.ts 2025-12-26 09:11:46 +01:00
LoginPage.tsx refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
ProfilePage.test.tsx [INT-AUTH-002] Remove duplicate auth store - migrate to features/auth/store/authStore.ts 2025-12-26 09:11:46 +01:00
ProfilePage.tsx refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
RegisterPage.tsx refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
SearchPage.tsx [FE-COMP-006] fe-comp: Add pagination component to all list views 2025-12-25 11:36:48 +01:00
WebhooksPage.tsx feat: prepare production environment and fix frontend build 2025-12-31 16:27:36 +00:00