Skip to content

Tags: kodekulture/wordle-ui-vue

Tags

v0.1.7

Toggle v0.1.7's commit message
feat: redesigned game list page

- Add copy button to copy gameid
- Add summary for finished games

Closes: #6

v0.1.6

Toggle v0.1.6's commit message
fix: add autocomplete tags to inputs

v0.1.5

Toggle v0.1.5's commit message
chore: remove completed TODO

v0.1.4

Toggle v0.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

v0.1.3

Toggle v0.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

v0.1.2

Toggle v0.1.2's commit message
fix(ui): game + some css

v0.1.1

Toggle v0.1.1's commit message
fix: support secure websocket wss:// in production

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>