Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat/game-invite #137

Merged
merged 45 commits into from
Dec 5, 2023
Merged

feat/game-invite #137

merged 45 commits into from
Dec 5, 2023

Conversation

iaurg
Copy link
Owner

@iaurg iaurg commented Nov 27, 2023

Description

TODO

  • Permitir convidar usuários através do chat/socket para um jogo
  • Validar se usuário convidado já não está em um jogo
  • Adicionar modal de confirmação para usuário convidado para analisar se aceita ou não a partida
  • Criar partida através de convite e não pela fila do match

Related Issue

Closes: #124

Copy link

vercel bot commented Nov 27, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
42-transcendence ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 5, 2023 2:37am

GuiMartinelli and others added 16 commits November 27, 2023 22:07
* feat: implement chat DMs between friends

- Remove finished todos
- Add some alt text to components
- Private chats don't show in the main chat lobby anymore
- Only private chats created by the user are temporarily displayed in the chat lobby
- If a user resets its chat component, all of the DM chats are removed
- All chat DMs are database persisted

* lint: remove unused imports

* fix: filter private chat to no appear on list chats

* style: resize name and hide users popover on dm

* style: fixed chat width

* style: add cursor pointer into dm icon

---------

Co-authored-by: Italo A <[email protected]>
* feat: add action hover tip on each button

* fix: use a single alt attribute

---------

Co-authored-by: Victor Wildner <[email protected]>
* style: cards justify

* fix: chat reloading when access history page
* feat: better game actions and titles

* feat: show player name on play screen
* feat: allow owner update and remove password from chat

* fix: wrong html tree

* feat: update chat listing on render list

* feat: on chat open goes to the bottom

* refactor: remove console log

* feat: update lock icon

* fix: avoid read undefined

* fix: missing provider and duplicated toaster

---------

Co-authored-by: Victor Wildner <[email protected]>
* refactor: remove not user isFriend property

* feat: add buttons and remove bio description

---------

Co-authored-by: Victor Wildner <[email protected]>
* feat: add missing back home button

* feat: more descriptive menu actions
* Splits auth-only updates from user update service
- Removes mfaEnabled from user field interceptor
- Removes mfaEnabled from PatchUserDto
- Removes secrets from the frontend user model

* fix: Removes duplicate Toaster
- chore: cleanup in user dto

* Fixes CORS on 2fa code submission
- Fixes redirect not pushing to auth/2fa
* feat: add block button

* feat: replicate button pattern

* fix: avatar wrong initial letter
@iaurg iaurg marked this pull request as ready for review December 5, 2023 02:48
@vcwild vcwild merged commit 3a1257f into main Dec 5, 2023
4 checks passed
@iaurg iaurg deleted the feat/game-invite branch December 5, 2023 02:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[GAME] É necessário uma função para o usuário convidar um amigo para participar de um jogo
4 participants