Skip to content

Components moved to 'containers' or 'presentation' folders.#40

Merged
ggazzo merged 10 commits intodevelopfrom
refactor-containers
Sep 4, 2017
Merged

Components moved to 'containers' or 'presentation' folders.#40
ggazzo merged 10 commits intodevelopfrom
refactor-containers

Conversation

@gilmarsquinelato
Copy link
Copy Markdown
Contributor

Extracted some components from Message component to have less logic in component.

Extracted some components from Message component to have less logic in component.
@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Sep 1, 2017

CLA assistant check
All committers have signed the CLA.

@gdelavald gdelavald changed the base branch from master to develop September 1, 2017 19:44
@codecov-io
Copy link
Copy Markdown

codecov-io commented Sep 1, 2017

Codecov Report

Merging #40 into develop will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff           @@
##           develop    #40   +/-   ##
======================================
  Coverage      100%   100%           
======================================
  Files            6      6           
  Lines           39     44    +5     
  Branches         7      9    +2     
======================================
+ Hits            39     44    +5
Impacted Files Coverage Δ
app/presentation/RoomItem.js 100% <100%> (ø)
app/containers/Avatar.js 100% <100%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2c73857...8cbc745. Read the comment docs.

@@ -0,0 +1,41 @@
{
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove this file and ignore it on git :)

};

const uri = avatar || `${ baseUrl }/avatar/${ text }`;
const image = (avatar || baseUrl) && (
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But the text is before the image, just in a variable to reduce code complexity.

@ggazzo ggazzo merged commit 332d7da into develop Sep 4, 2017
@ggazzo ggazzo deleted the refactor-containers branch September 4, 2017 18:25
djorkaeffalexandre pushed a commit that referenced this pull request Aug 9, 2019
Components moved to 'containers' or 'presentation' folders.
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.

4 participants