Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

refresh op shelf detail page (bug 1103300) #906

Merged
merged 1 commit into from Jan 13, 2015

Conversation

ngokevin
Copy link
Contributor

  • re-use collection stuff. pretty straightforward.
  • will need to do stuff with op shelf colors since those are hard-coded via CSS. but will handle at the curves stage.
  • minus 111 LOC. bam

screen shot 2015-01-13 at 1 15 05 pm
screen shot 2015-01-13 at 1 43 14 pm

@@ -10,14 +11,11 @@ define('views/feed/feed_shelf', ['jquery', 'l10n', 'utils', 'utils_local', 'z'],

var slug = args[0];
builder.start('feed/feed_shelf.html', {
landing: true,
slug: slug
Copy link
Contributor

Choose a reason for hiding this comment

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

Can probably have builder.start() be all one-line now.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

could, but most builder.starts look like this so it's easy to spot. plus we always might add more vars

@spasovski
Copy link
Contributor

You'll want to add the 'app' class to the direct-children li's of .app-list going forward. My PR makes this change.

@spasovski
Copy link
Contributor

r+wc seems good locally

@ngokevin
Copy link
Contributor Author

a <mkt-app-list> sounding nice now

@ngokevin
Copy link
Contributor Author

.app is way too general. you'll want to do .app-list-app instead. i'll merge this, and you can add it here once you change it in your PR.

ngokevin added a commit that referenced this pull request Jan 13, 2015
refresh op shelf detail page (bug 1103300)
@ngokevin ngokevin merged commit a828f17 into mozilla:feed Jan 13, 2015
@ngokevin
Copy link
Contributor Author

thanks

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.

None yet

2 participants