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

MUMUP-2345 Show Truncated RSS Feed #409

Merged
merged 4 commits into from
Feb 18, 2016
Merged

MUMUP-2345 Show Truncated RSS Feed #409

merged 4 commits into from
Feb 18, 2016

Conversation

Doug-Reed
Copy link
Contributor

Adding logic to show "Showing X of Y" on rss items.

$scope.isEmpty = true;
$scope.loading = false;
} else {
if(!$scope.data.responseData
Copy link
Contributor

Choose a reason for hiding this comment

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

Whitespace: \t is problematic.

Copy link
Contributor

Choose a reason for hiding this comment

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

We typically use 2 spaces instead of tabs, you can upload the google styleguide to your eclipse and it will magically do that: https://github.com/google/styleguide/blob/gh-pages/eclipse-java-google-style.xml

@Doug-Reed
Copy link
Contributor Author

image

@Doug-Reed Doug-Reed changed the title Rss more MUMUP-2345 Show Truncated RSS Feed Feb 18, 2016
@apetro
Copy link
Contributor

apetro commented Feb 18, 2016

(Potentially bad) idea: incorporate the Showing X of Y indicator into the See all button.

@@ -8,7 +8,7 @@
</a>
</li>
<li ng-if='config.showShowing && config.lim && data.responseData.feed.entries.length > config.lim'>
<p>Showing {{config.lim}} out of {{data.responseData.feed.entries.length}}</p>
<span class='center'><p class='bold'>Showing {{config.lim}} of {{data.responseData.feed.entries.length}}</p></span>
Copy link
Contributor

Choose a reason for hiding this comment

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

Should this be clickable? Launch to {{portlet.url}}?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@keirserrie said no click on the "Showing X of Y"

Copy link
Contributor

Choose a reason for hiding this comment

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

i believe UX decided no on that.

@timlevett
Copy link
Contributor

👍

2 similar comments
@timlevett
Copy link
Contributor

👍

@jhanstra
Copy link
Contributor

👍

Doug-Reed added a commit that referenced this pull request Feb 18, 2016
MUMUP-2345 Show Truncated RSS Feed
@Doug-Reed Doug-Reed merged commit 6b4f01e into master Feb 18, 2016
@Doug-Reed Doug-Reed deleted the rssMore branch April 26, 2016 14:43
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.

4 participants