-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feat/improve match creation ux (#135)
* style: fix broken match header * fix: some refetching not working * fix: match view not displaying data * fix: empty match * style: player match item * debug: log failed requests in debug logs * fix: misleading websocket state indicator * fix: reconnect websocket on close * fix: web socket status in debug logs * style: fix groups button getting cut off * fix: hide broken rules screen behind feature flag * chore: modal to assign player points * fix: overflowing player list not scrollable * style: fix layout shift in match vs header * feat: prevent new players with the same name as existing players from being created * feat: add haptic feedback to input errors * feat: success toast for creating a player * chore: minor mobile app version bump * style: display player initials on avatar while profile picture hasnt loaded * chore: screen in case no finish move has been defined for a match * feat: prevent creating two players with the same name during group creation * fix: modal re-opening after dismissing (really bad fix that doesnt work for all cases) * feat: functional flow for assigning finish move * fix: scuffed dirty hacky fix for modal dismissal * feat: enable new match creation flow --------- Co-authored-by: LinusBolls <LinusBolls@users.noreply.github.com>
- Loading branch information
1 parent
8b4d3fa
commit 42793f1
Showing
23 changed files
with
970 additions
and
208 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.