veza/apps/web/src
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
..
__tests__ [FE-TEST-013] test: Add accessibility tests 2025-12-25 17:52:49 +01:00
app [INT-AUTH-002] Remove duplicate auth store - migrate to features/auth/store/authStore.ts 2025-12-26 09:11:46 +01:00
components [INT-V2-003] Update documentation with id: string 2025-12-26 09:54:51 +01:00
config [FE-API-002] frontend-api: Enable playlist collaborator service calls 2025-12-23 01:46:43 +01:00
docs [FE-STATE-008] fe-state: Add state selectors optimization 2025-12-25 13:58:53 +01:00
features [INT-V2-003] Update documentation with id: string 2025-12-26 09:54:51 +01:00
hooks [INT-AUTH-002] Remove duplicate auth store - migrate to features/auth/store/authStore.ts 2025-12-26 09:11:46 +01:00
lib stabilizing apps/web: SITUATION AWARENESS 2025-12-16 14:40:16 -05:00
locales [FE-COMP-024] fe-comp: Add tooltips and help text 2025-12-25 12:25:39 +01:00
mocks [FE-API-019] fe-api: Add API mocking for development 2025-12-25 13:37:10 +01:00
pages feat: prepare production environment and fix frontend build 2025-12-31 16:27:36 +00:00
router [INT-AUTH-002] Remove duplicate auth store - migrate to features/auth/store/authStore.ts 2025-12-26 09:11:46 +01:00
schemas [INT-TYPE-006] Complete ApiError interface with all backend fields 2025-12-25 22:37:36 +01:00
services [INT-CLEANUP-004] Add barrel exports for clean imports 2025-12-26 09:25:52 +01:00
stores [INT-AUTH-002] Remove duplicate auth store - migrate to features/auth/store/authStore.ts 2025-12-26 09:11:46 +01:00
test [INT-AUTH-002] Remove duplicate auth store - migrate to features/auth/store/authStore.ts 2025-12-26 09:11:46 +01:00
types [INT-V2-002] Use TrackStatus enum in types/api.ts 2025-12-26 09:54:32 +01:00
utils [INT-V2-001] Fix legacy auth store reference in stateInvalidation.ts 2025-12-26 09:54:08 +01:00
index.css [FE-COMP-020] fe-comp: Add dark mode support 2025-12-25 12:13:29 +01:00
main.tsx [FE-API-019] fe-api: Add API mocking for development 2025-12-25 13:37:10 +01:00
setupTests.ts refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
vite-env.d.ts stabilizing apps/web: SITUATION AWARENESS 2025-12-16 14:40:16 -05:00