Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Refactor layouts into components #473

Merged
merged 3 commits into from
May 7, 2017
Merged

Refactor layouts into components #473

merged 3 commits into from
May 7, 2017

Conversation

tiltec
Copy link
Member

@tiltec tiltec commented Apr 27, 2017

Advantages: less code in app.styl, cleaner separation of style responsibilities

@codecov-io
Copy link

codecov-io commented Apr 27, 2017

Codecov Report

Merging #473 into master will increase coverage by 0.02%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #473      +/-   ##
==========================================
+ Coverage   98.54%   98.56%   +0.02%     
==========================================
  Files         207      215       +8     
  Lines        2951     2993      +42     
==========================================
+ Hits         2908     2950      +42     
  Misses         43       43
Impacted Files Coverage Δ
...ient/app/components/_mainLayout/mainLayout.spec.js 100% <100%> (ø)
...components/_splashLayout/splashLayout.component.js 100% <100%> (ø)
client/app/components/_mainLayout/mainLayout.js 100% <100%> (ø)
...omponents/_splashLayout/splashLayout.controller.js 100% <100%> (ø)
...app/components/_mainLayout/mainLayout.component.js 100% <100%> (ø)
.../app/components/_splashLayout/splashLayout.spec.js 100% <100%> (ø)
...pp/components/_mainLayout/mainLayout.controller.js 100% <100%> (ø)
...lient/app/components/_splashLayout/splashLayout.js 100% <100%> (ø)
... and 6 more

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 8cc61e3...26c3f41. Read the comment docs.

@tiltec tiltec merged commit 8581fb9 into master May 7, 2017
@tiltec tiltec deleted the refactorRootapp branch May 7, 2017 16:06
tiltec added a commit that referenced this pull request May 6, 2018
* add updatedAtMixin

* add updated_at for conversation

* fix a test

* add migration

* adapt migration to code

I forgot to add this as migration. Shame on me -.-But it's not stored in the database, therefore I can just rewrite the old migration.

* fix test
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants