Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#250-emptycontent-views #593

Merged
merged 4 commits into from
Aug 23, 2018
Merged

#250-emptycontent-views #593

merged 4 commits into from
Aug 23, 2018

Conversation

NebriBlackwing
Copy link
Member

Signed-off-by: Ryan Fletcher ryan.fletcher@codepassion.ca

  • Resolves: # 250
  • Target version: master

Summary

Added empty content messages to board listings.

TODO

  • [] Add empty content messages to board listings.

Checklist

  • Code is properly formatted
  • Sign-off message is added to all commits
  • Tests (unit, integration, api and/or acceptance) are included
  • Documentation (manuals or wiki) has been updated or is not required

Signed-off-by: Ryan Fletcher <ryan.fletcher@codepassion.ca>
@codecov
Copy link

codecov bot commented Aug 21, 2018

Codecov Report

Merging #593 into master will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #593   +/-   ##
=======================================
  Coverage   75.46%   75.46%           
=======================================
  Files          52       52           
  Lines        1969     1969           
=======================================
  Hits         1486     1486           
  Misses        483      483

@NebriBlackwing
Copy link
Member Author

I'll make a quick revision as per @jancborchardt's comment

This will solve issue #250

Signed-off-by: Ryan Fletcher <ryan.fletcher@codepassion.ca>
@NebriBlackwing NebriBlackwing changed the title Added empty message to board list when there are no boards present. #250-emptycontent-views Aug 21, 2018
Signed-off-by: Ryan Fletcher <ryan.fletcher@codepassion.ca>
@@ -56,7 +56,7 @@ var ListController = function ($scope, $location, $filter, BoardService, $elemen
$scope.boardservice = BoardService;
$scope.updatingBoard = null;

var filterData = function () {
var filterData = function () {
Copy link
Member

Choose a reason for hiding this comment

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

We don't need additional whitespace 😉

@@ -23,7 +31,7 @@
<td></td>
</tr>
</thead>
<tbody>
<tbody>
Copy link
Member

Choose a reason for hiding this comment

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

Whitespace.

Copy link
Member

@juliusknorr juliusknorr left a comment

Choose a reason for hiding this comment

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

Minor comments, but all in all looks good. 👍

css/style.scss Outdated
@@ -34,6 +34,11 @@ $color-darkgrey: nc-darken($color-main-background, 32%);
/**
* General styles
*/

.center-text {
Copy link
Member

Choose a reason for hiding this comment

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

This doesn't seem to be used anywhere.

Signed-off-by: Ryan Fletcher <ryan.fletcher@codepassion.ca>
@NebriBlackwing
Copy link
Member Author

NebriBlackwing commented Aug 23, 2018

@juliushaertl comments addressed! should be good to merge now :)

@juliusknorr juliusknorr merged commit abb5290 into master Aug 23, 2018
@juliusknorr juliusknorr deleted the 250-emptycontent-views branch August 23, 2018 11:47
@juliusknorr
Copy link
Member

Merged 🚀

@juliusknorr juliusknorr mentioned this pull request Oct 8, 2018
33 tasks
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.

2 participants