Skip to content

Commit 5a53ef6

Browse files
authored
Feat/account (#6)
* feat: update api schema * feat: update schema * feat: add spec and plan for account orders * feat: make account pages routes * fix: remove export for code splitting by routes * feat: order detail pages * fix: eslint and exports fix * feat: remove account tabs * feat: remove accounts tabs tests * feat: remove rounded corners * feat(auth): add Google OAuth2 sign-in Redirect-based flow — no client SDK needed. Spring Boot handles the Google OAuth2 exchange and returns tokens to /auth/callback. * feat: add memory to gitignore * feat: fix google signin endpoint * test(cart): mock useAuth in CartPage tests
1 parent 2ad1d59 commit 5a53ef6

30 files changed

Lines changed: 4030 additions & 87 deletions

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ __unconfig*
1313
todos.json
1414
.superpowers/
1515
.claude/
16+
memory/

0 commit comments

Comments
 (0)