Open
Conversation
juliaam
requested changes
Aug 22, 2024
Contributor
DominMFD
requested changes
Aug 26, 2024
JpBurgarelli
suggested changes
Aug 26, 2024
juliaam
requested changes
Aug 27, 2024
DominMFD
approved these changes
Aug 29, 2024
Alecell
reviewed
Aug 30, 2024
src/pages/home/components/Sidebar/components/SocialAccordion/SocialAccordion.module.scss
Outdated
Show resolved
Hide resolved
Alecell
reviewed
Aug 30, 2024
src/pages/home/components/Sidebar/components/SocialAccordion/SocialAccordion.module.scss
Outdated
Show resolved
Hide resolved
Alecell
suggested changes
Aug 30, 2024
Contributor
|
Cade a thread? |
35bf777 to
8169b4f
Compare
Alecell
suggested changes
Sep 4, 2024
| const socialMediaName = socialMedias | ||
| .get(props.socialMediaId) | ||
| ?.name.toLowerCase(); | ||
| const iconPath = iconMap[socialMediaName as keyof typeof iconMap]; |
Contributor
There was a problem hiding this comment.
as keyof typeof vou morrer. Pq precisamos disso?
juliaam
requested changes
Sep 4, 2024
| "token": "DISCORD_EXAMPLE_TOKEN_1", | ||
| "valid": true, | ||
| "avatar": "https://example.com/image1.jpg" | ||
| "avatar": "https://cdn0.iconfinder.com/data/icons/free-social-media-set/24/discord-256.png" |
Contributor
There was a problem hiding this comment.
é pra usar o ícone de um arquivo local do projeto, vamos conversar sobre
Contributor
Comment on lines
+3
to
+6
| .username { | ||
| margin: 0; | ||
| } | ||
|
|
Contributor
There was a problem hiding this comment.
muito bom! deixou alinhadinho ao layout!
Contributor
There was a problem hiding this comment.
isso não deve ficar aqui, todos os icons estão em src/components/Icons/icons, e já tem o do discord
| const renderAccordionContent = (): ReactNode => ( | ||
| <ul role="listitem">{renderAccordionMap()}</ul> | ||
| <ul className={scss.containerAccordion} role="listitem"> | ||
| {renderAccordionMap()} |
Contributor
There was a problem hiding this comment.
não é mais assim no code-style atual, tem que colocar no .components
JpBurgarelli
suggested changes
Sep 4, 2024
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.

















Closes #591
Feature
Este PR corrige o problema onde o estilo da sidebar havia sido pedido, retornando-a ao seu design padrão. Após algumas modificações, o estilo original foi perdido, e esta atualização restaura o layout e a aparência esperados para garantir consistência na interface do usuário.
Visual evidences 🖼️