Tags: kodekulture/wordle-ui-vue
Tags
Fixed double error messages in game and authentication bugs (#10) * init ssr migrations - add useRequestHeaders to server requests * - improve seo * attempt 1: render middleware in server side * fix: games list for ongoing games now render properly from ssr * fix(ui): game + some css * feat: added debouncing logic to game play - send timestamp to socket as key for dedup. Closes: #7 * ui: game and auth screens - add loading state to auth actions - add debounce animation to game screen - stop errors when word is invalid - fix reconnection when game starts. * feat(mobile): show badge with message count when new messages arrive - notifications in chats - authentication bug fixes --------- Co-authored-by: Evans Owamoyo <oovamoyo@ozon.ru>
Fixed deduplication bug (#8) * init ssr migrations - add useRequestHeaders to server requests * - improve seo * attempt 1: render middleware in server side * fix: games list for ongoing games now render properly from ssr * fix(ui): game + some css * feat: added debouncing logic to game play - send timestamp to socket as key for dedup. Closes: #7 --------- Co-authored-by: Evans Owamoyo <oovamoyo@ozon.ru>
Install pnpm in pipeline (#4) * feat: synchronise features with server - use cookies instead of bearer tokens - add leaderboard - some responsiveness for mobile use. - custom useFetch * fix(ui): unresponsive clicks on page * fix(ui): tab bar instead of overlays for smalls creens - feat: add reconnection logic * ci: install pnpm in pipeline --------- Co-authored-by: Evans Owamoyo <oovamoyo@ozon.ru>