egullickson
  • Joined on 2025-12-29
egullickson opened issue egullickson/motovaultpro#200 2026-02-15 16:31:11 +00:00
feat: DashboardScreen composition and cleanup (#196)
egullickson opened issue egullickson/motovaultpro#199 2026-02-15 16:31:04 +00:00
feat: Dashboard ActionBar component (#196)
egullickson opened issue egullickson/motovaultpro#198 2026-02-15 16:30:59 +00:00
feat: VehicleRosterCard component (#196)
egullickson opened issue egullickson/motovaultpro#197 2026-02-15 16:30:52 +00:00
feat: Dashboard types and vehicle health data layer (#196)
egullickson opened issue egullickson/motovaultpro#196 2026-02-15 16:25:05 +00:00
feat: Redesign dashboard with vehicle-centric layout
egullickson deleted branch issue-194-fix-add-maintenance-button from egullickson/motovaultpro 2026-02-15 16:09:56 +00:00
egullickson pushed to main at egullickson/motovaultpro 2026-02-15 16:09:55 +00:00
963c17014c Merge pull request 'fix: Wire up Add Maintenance button on vehicle detail page (#194)' (#195) from issue-194-fix-add-maintenance-button into main
7140c7e8d4 fix: wire up Add Maintenance button on vehicle detail page (refs #194)
Compare 2 commits »
egullickson merged pull request egullickson/motovaultpro#195 2026-02-15 16:09:53 +00:00
fix: Wire up Add Maintenance button on vehicle detail page (#194)
egullickson closed issue egullickson/motovaultpro#194 2026-02-15 16:09:53 +00:00
fix: Wire up "Add Maintenance" button on vehicle detail page
egullickson created pull request egullickson/motovaultpro#195 2026-02-15 16:01:53 +00:00
fix: Wire up Add Maintenance button on vehicle detail page (#194)
7140c7e8d4 fix: wire up Add Maintenance button on vehicle detail page (refs #194)
egullickson created branch issue-194-fix-add-maintenance-button in egullickson/motovaultpro 2026-02-15 15:42:14 +00:00
egullickson opened issue egullickson/motovaultpro#194 2026-02-15 15:41:51 +00:00
fix: Wire up "Add Maintenance" button on vehicle detail page
egullickson deleted branch issue-188-fix-mobile-login-redirect from egullickson/motovaultpro 2026-02-15 15:36:42 +00:00
egullickson pushed to main at egullickson/motovaultpro 2026-02-15 15:36:41 +00:00
8d6434f166 Merge pull request 'fix: Mobile login redirects to homepage without showing Auth0 login page (#188)' (#193) from issue-188-fix-mobile-login-redirect into main
850f713310 fix: prevent URL sync effects from stripping Auth0 callback params (refs #188)
b5b82db532 fix: resolve auth callback failure from IndexedDB cache issues (refs #188)
da59168d7b fix: IndexedDB cache broken on page reload - root cause of mobile login failure (refs #190)
38debaad5d fix: skip stale token validation during callback code exchange (refs #190)
Compare 10 commits »
egullickson closed issue egullickson/motovaultpro#188 2026-02-15 15:36:39 +00:00
fix: Mobile login redirects to homepage without showing Auth0 login page
egullickson closed issue egullickson/motovaultpro#189 2026-02-15 15:36:39 +00:00
fix: Callback route guard allows Auth0 code exchange to complete (#188)
egullickson closed issue egullickson/motovaultpro#190 2026-02-15 15:36:39 +00:00
fix: Detect and clear stale IndexedDB auth tokens on mobile (#188)
egullickson closed issue egullickson/motovaultpro#192 2026-02-15 15:36:39 +00:00
fix: Add pre-auth session clear mechanism on HomePage (#188)