Conversation
- Substituído o ícone do aplicativo por uma nova versão, incluindo suporte para ícones adaptativos (adaptive icons) a partir da API 26. - Reestruturado o layout do cabeçalho do perfil (`UserProfileHeader`) para exibir a imagem e as informações do usuário em uma `Row`. - Corrigida a cor do placeholder nos campos de texto (`OutlineTextField`) para se adequar ao tema do aplicativo.
- Adicionado botão de busca no campo "Nome de Usuário" para validar a existência do usuário no GitHub. - Criado `validateGithubUsername` no `RegisterViewModel` para fazer a chamada à API do GitHub. - Atualizado `RegisterState` para gerenciar os estados de sucesso e erro da validação. - Modificado o `GenericOutlinedTextField` para exibir feedback visual (ícone e mensagem) de sucesso na validação. - Implementado `DisposableEffect` na `RegisterScreen` para limpar o estado ao sair da tela.
- Adicionado o novo arquivo de imagem `dev_hub_logo.png`. - Substituída a imagem `git_logo` pela `dev_hub_logo` na `LoginScreen`. - Ajustado o layout da imagem na tela de login, definindo um tamanho fixo, altura para o contêiner e aplicando um `clip` com cantos arredondados. - Removido um import não utilizado na `RegisterScreen`.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.