[refactor] Refatoração e correções na SupportCenterAddPage #316
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.
Descrição:
Este PR introduz uma série de melhorias e correções na funcionalidade de adição de pontos de apoio no Support Center. As principais alterações incluem:
Refatoração de nomenclatura:
_hasWhatsapp
foi renomeada para_hasWhatsApp
para seguir o padrão de nomenclatura correta do WhatsApp.setHasWhasapp
ehasWhatsappSelected
, também foram atualizados parasetHasWhatsApp
ehasWhatsAppSelected
, respectivamente.Melhorias na interface do usuário:
RaisedButton
,FlatButton
) pelo novo componentePenhasButton
, que segue o design system atualizado.introdutionText
paraintroductionText
e ajustes na estrutura de layout para melhorar a usabilidade.Correções de bugs:
Scrollbar
e oSingleChildScrollView
funcionem corretamente.buildLodingCategories
parabuildLoadingCategories
.Testes e golden files:
support_center_add_page_error.png
esupport_center_add_page_loaded.png
) para validação visual da interface.Issues
Fixes #218