undef-engine
2025-11-21
Refactor authentication flow and rework frontend components
195 files · 9,964+ · 13,543-
Authentication flow refactor
4 files changed
AuthOrCodeModal.tsxCombined auth/invite code flow modalLoginForm.tsxReworked login form componentRegisterForm.tsxReworked registration form componentMagicLink.tsxSimplified magic link flow
- Added AuthOrCodeModal for combined authentication and invite code flow
harden
behavioral
1 file
AuthOrCodeModal.tsx
- Significantly reworked LoginForm and RegisterForm with improved UX
streamline
internal
2 files
LoginForm.tsxRegisterForm.tsx
- Updated MagicLink with simplified authentication flow
streamline
internal
1 file
MagicLink.tsx
Frontend component overhaul
5 files changed
App.tsxUpdated routing and layoutGameBoardRouter.tsxStreamlined game routing logicLobby.tsxEnhanced lobby componentRoomList.tsxSignificantly expanded room browsingUserMenu.tsxImproved navigation menu
- Reworked GameBoardRouter with streamlined routing logic
decouple
internal
1 file
GameBoardRouter.tsx
- Significantly expanded RoomList with richer room browsing capabilities
streamline
behavioral
1 file
RoomList.tsx
- Enhanced Lobby component with improved interaction patterns
streamline
internal
1 file
Lobby.tsx
- Updated App.tsx routing and UserMenu navigation
decouple
internal
2 files
App.tsxUserMenu.tsx
Chat component refinements
3 files changed
ChatInput.tsxRefined chat input componentChatMessage.tsxRefined chat message displayChatPanel.tsxRefined chat panel container
- Refined ChatInput, ChatMessage, and ChatPanel components
streamline
internal
3 files
ChatInput.tsxChatMessage.tsxChatPanel.tsx