workorder-desk/frontend
lakshit verma f117d78baf
fix(frontend): keep the copilot overlay full-width so the drawer renders on desktop
The overlay used 'fixed inset-0 lg:left-auto', which lets the container
shrink-to-fit on desktop and collapse the drawer to a sliver (or nothing),
so the open state changed but nothing was visible. Drop left:auto and hide
the overlay fully when closed (visibility + pointer-events).
2026-08-19 22:05:20 +05:30
..
public feat(ui): add favicon 2026-08-17 02:20:58 +05:30
src fix(frontend): keep the copilot overlay full-width so the drawer renders on desktop 2026-08-19 22:05:20 +05:30
.dockerignore feat(frontend): build React work order desk 2026-08-17 01:31:48 +05:30
Dockerfile chore(infra): reproducible installs and correct deployment config 2026-08-17 02:06:49 +05:30
index.html feat(ui): add favicon 2026-08-17 02:20:58 +05:30
package.json feat(frontend): build React work order desk 2026-08-17 01:31:48 +05:30
postcss.config.js feat(frontend): build React work order desk 2026-08-17 01:31:48 +05:30
tailwind.config.js fix(a11y): improve contrast and add page titles and labels 2026-08-17 02:06:48 +05:30
tsconfig.json feat(frontend): build React work order desk 2026-08-17 01:31:48 +05:30
tsconfig.node.json feat(frontend): build React work order desk 2026-08-17 01:31:48 +05:30
vite.config.ts chore(test): emit lcov coverage reports 2026-08-17 02:13:10 +05:30