-
Notifications
You must be signed in to change notification settings - Fork 282
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
Conversation
Signed-off-by: Ryan Fletcher <ryan.fletcher@codepassion.ca>
Codecov Report
@@ Coverage Diff @@
## master #593 +/- ##
=======================================
Coverage 75.46% 75.46%
=======================================
Files 52 52
Lines 1969 1969
=======================================
Hits 1486 1486
Misses 483 483 |
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>
Signed-off-by: Ryan Fletcher <ryan.fletcher@codepassion.ca>
js/controller/ListController.js
Outdated
@@ -56,7 +56,7 @@ var ListController = function ($scope, $location, $filter, BoardService, $elemen | |||
$scope.boardservice = BoardService; | |||
$scope.updatingBoard = null; | |||
|
|||
var filterData = function () { | |||
var filterData = function () { |
There was a problem hiding this comment.
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 😉
templates/part.boardlist.php
Outdated
@@ -23,7 +31,7 @@ | |||
<td></td> | |||
</tr> | |||
</thead> | |||
<tbody> | |||
<tbody> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Whitespace.
There was a problem hiding this 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 { |
There was a problem hiding this comment.
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>
@juliushaertl comments addressed! should be good to merge now :) |
Merged 🚀 |
Signed-off-by: Ryan Fletcher ryan.fletcher@codepassion.ca
Summary
Added empty content messages to board listings.
TODO
Checklist