Sean Anderson

Results 139 issues of Sean Anderson

My usages of z-index have gotten a bit messed up. It would be good to sit down and go over what is needed from top-to-bottom and get them completely ironed...

priority:unscheduled
scope:small
type:refactor

The current implementation of loading spinners isn't working out very well. You can find it [here](https://github.com/MeoMix/StreamusChromeExtension/blob/Development/src/less/spinner.less) Currently, one assigns a class to a parent view `is-showingSpinner` which causes any `spinner`...

priority:unscheduled
scope:medium
type:refactor

Waiting for https://github.com/marionettejs/backbone.marionette/issues/1909 to land in stable and then I should go back and replace references to view.ui.listItems with view.childViewContainer

priority:unscheduled
scope:small
type:refactor
blocked:feature-needed

This function is pretty integral to Streamus' functionality and it needs a lot of love. First off, it's huge. Break it apart into smaller functions. Additionally, I need to be...

priority:unscheduled
scope:medium
type:refactor

The entire program fails to properly convey failures from the server. If saving a playlist title fails... no message. If saving an item fails... loading spinner spins indefinitely. I think...

priority:unscheduled
type:feature
scope:medium

Streamus needs to support importing songs from a variety of external sources such as: - Bookmarks - JSON/CSV - Spotify ## **Bookmarks** [Folder A] -- Song -- Song -- [Folder...

priority:unscheduled
type:feature
scope:large

I have API calls to: - chrome.runtime.requestUpdateCheck - chrome.tabs.highlight both of which have a mandatory callback, but the callback is not needed. This is being resolved in: https://code.google.com/p/chromium/issues/detail?id=417564 Go through...

priority:unscheduled
scope:small
type:refactor
blocked:feature-needed

https://github.com/marionettejs/backbone.marionette/issues/2235 https://github.com/marionettejs/backbone.marionette/issues/2236

priority:unscheduled
scope:small
type:refactor
blocked:feature-needed

Google deprecated using their Google Analytics page for Websites. Should move Streamus' logging to Google Analytics' for Apps so that I don't get notifications regarding invalid website URL.

priority:pending
scope:small
type:documentation

It would be nice to have more information regarding how users are interacting with Streamus. In general, analyticsManager should be called whenever buttons are clicked or views are changed.

priority:unscheduled
scope:small
type:documentation