Commit Graph

7 Commits

Author SHA1 Message Date
Achintha Isuru
03f8793e31 Use teamHubs API and update pnpm workspace
Switch CreateOrderDialog to the new team hubs API: replace useListHubs with useListTeamHubs, iterate hubsData.teamHubs, and show h.hubName in the Select. Also adjust pnpm configuration: add packages: ['.'] to pnpm-workspace.yaml and remove the overrides block from pnpm-lock.yaml (overrides moved into the workspace file). These changes align the UI with the updated dataconnect-generated API shape and correct the pnpm workspace setup.
2026-03-05 16:22:30 -05:00
zouantchaw
6502a2f983 Add quality gates and baseline tests for web/mobile 2026-02-12 23:21:25 -05:00
Achintha Isuru
543d800635 feat: add dataconnect-generated dependency and update pnpm workspace configuration 2026-02-06 13:27:11 -05:00
dhinesh-m24
122159a62c feat: Implement Order List for Admins 2026-02-05 15:30:05 +05:30
Achintha Isuru
eb0c9f38a1 Link dataconnect package and add invoice hub
Wire up the dataconnect-generated package for the web app and add a new `hub` field to invoice mutations and queries. Updates include: add package links in apps/web package and workspace config, adjust connector.yaml JavaScript SDK output/package paths, add `hub` to invoice create/update mutations and to invoice queries, remove many example dataconnect GraphQL files and the web README, and minor formatting/newline fixes (Makefile and several .gql files).
2026-02-04 15:21:40 -05:00
dhinesh-m24
fa208f2838 fix: Firebase analytics issue and handled data connect 2026-02-02 16:44:16 +05:30
dhinesh-m24
cb25b33d04 feat: Integrate Data Connect and Implement Staff List View Directory 2026-01-31 16:54:59 +05:30