Feat/software menu routes#22
Open
autino wants to merge 2 commits into
Open
Conversation
…ware' levando a páginas placeholders ainda.
jonasbantunes
left a comment
There was a problem hiding this comment.
Sugestões de mudança:
- Atualizar o título do pull request com um texto mais informativo do que se trata;
- Listar, no corpo do pull request, um resumo das alterações que este_pull request_ realiza. Atualmente, só está listado o que não foi feito;
- Remover os comentários (
//) que contenham trechos de código que não mais necessários; - Remover componentes não-utilizados, como o aparente
SoftwareListque está emsrc/modules/Software/List/components/SoftwareList.js; - Utilizar CSS Modules para estilizar os componentes ao invés do CSS global.
| import React from 'react'; | ||
| import PropTypes from 'prop-types'; | ||
|
|
||
| //import SoftwareList from './SoftwareList'; |
There was a problem hiding this comment.
Esse comentário pode ser removido.
Suggested change
| //import SoftwareList from './SoftwareList'; |
| //import OsImageDropdown from '../OsImageDropdown/OsImageDropdown'; | ||
| //import SoftwareDropDown from '../actions/SoftwareDropDown'; | ||
|
|
||
| import '../styles/Software.css'; |
There was a problem hiding this comment.
Nesse projeto, foi acordado utilizar CSS Modules para estilizar os componentes. Recomendo utilizar essa solução, especialmente porque você já utilizou em outros arquivos deste pull request.
Na verdade, eu recomendaria mesmo uma solução CSS-in-JS, como styled componentes. Mas o CSS Modules é mais fácil de entender.
|
|
||
| import '../styles/Software.css'; | ||
|
|
||
| const SoftwareList = (props) => { |
There was a problem hiding this comment.
Esse componente está sendo utilizado em algum local? Eu exclui este arquivo e o projeto continuou funcionando normalmente.
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.
Funcionalidades não implementadas incluem:
--categorias de software
--visualização de software listado