Commit Graph

16 Commits

Author SHA1 Message Date
root 149806a773 fix bug 16 and 17
Build & Push / Pipeline Tests (push) Successful in 1m53s
Test / Type Check (all packages) (push) Successful in 56s
Build & Push / Build & Push Docker Image (push) Failing after 4m53s
Test / API Unit Tests (push) Successful in 1m15s
Test / Homepage Unit Tests (push) Successful in 46s
Test / Carplace Unit Tests (push) Successful in 41s
Test / Admin Unit Tests (push) Successful in 40s
Test / Dashboard Unit Tests (push) Successful in 42s
Test / API Integration Tests (push) Successful in 1m6s
2026-08-04 00:52:58 -04:00
root 0c9f3f8635 fix: resolve TS18046 errors for React 19 element props type
React 19 types React.ReactElement props as unknown instead of any. Test
helper functions that access element.props.children, .className, or .href
need explicit props type parameters on React.ReactElement and isValidElement.

Changes:
- admin/PublicShell.test.ts: add WithChildren type, use React.ReactElement<WithChildren>
- dashboard/PublicShell.test.ts: same pattern for childTypes and contentWrapper
- dashboard/StatCard.test.ts: add ElementWithClass type for className access
- dashboard/public-auth-pages.test.ts: add ElementWithHref type for href access

No any, @ts-ignore, or type assertion bypass used.
2026-06-28 01:21:36 -04:00
root 7744d533fd fix build image error 2026-06-11 03:54:41 -04:00
root 1c441a164c fix integration tests 2026-06-10 19:12:01 -04:00
root 80a597bc10 fix architecture and write new tests 2026-06-10 00:40:19 -04:00
root e0b2239f66 add editable menu items for companies 2026-06-03 20:06:41 -04:00
root c8bde121fc notification implemented 2026-05-25 13:12:06 -04:00
root 1606ea0053 fix theme and language buttons 2026-05-25 03:31:38 -04:00
root c9cbe479aa update subscription algorithm 2026-05-25 03:12:19 -04:00
root 31e06a1d61 update style 2026-05-24 01:53:27 -04:00
root 07fba16ff2 unfied style 2026-05-23 04:35:47 -04:00
root 191fb3cb4e fix languages 2026-05-22 02:20:20 -04:00
root fb15883f8e update website home and dashboard 2026-05-20 14:52:26 -04:00
root 09b0e3b55f fix first online resevation 2026-05-09 20:01:51 -04:00
root c4a45c8b21 add homepage management 2026-05-07 00:34:29 -04:00
root 750ae56a29 fixing platform admin 2026-05-06 22:58:23 -04:00