Skip to content

Fix various layout issues, add volume support, fix/finish implementation of playlist album art.#11

Open
ikogan wants to merge 5 commits intomatgallacher:masterfrom
ikogan:long-list-fixes
Open

Fix various layout issues, add volume support, fix/finish implementation of playlist album art.#11
ikogan wants to merge 5 commits intomatgallacher:masterfrom
ikogan:long-list-fixes

Conversation

@ikogan
Copy link
Copy Markdown

@ikogan ikogan commented Feb 15, 2016

  • Added support for controlling the volume.
  • Added ability to set the page title and the toolbar separately.
  • Fixed some cases where the title would be set to undefined and throw errors.
  • Fixed album art in the playlist throwing errors and re-arranged the layout a bit to not overlap.
  • Added lodash for some functional niceties to make code more concise.
  • Redid the layout of the empty playlist text to be a bit cleaner.
  • Don't need to iterate by tlid.
  • Ensure we use https with audio scrobbler so that it actually works when the app is loaded with https.
  • Fix an issue with the service.get() being called twice while it's already loading.
  • Merge remote-tracking branch 'rambomst/bugfix-reversed-logic-for-play-pause-icon'
  • Change layout so that it's always displayed at the bottom regardless how long the current list is.
  • Change the way we choose whether or not to display it. As long as we have at least one item in the queue, display the toolbar. This allows us to control playback from anywhere in the app so long as something is in the queue.

Rambomst and others added 5 commits November 18, 2015 08:48
- Change MANIFEST to pull in the specific static content we want. This
  avoid pulling in the unneeded source files. Also, originally, it
  wasn't pulling static in at all. Lastly, ignore the ".vs" directories.
  They should probably be added to .gitignore but I don't want to break
  upstream too much.
- The mixer graphic was stretching to the height of the right content
  less the menu on the left for some reason. Give it a fixed height
  (in relative units) to avoid that.
- Seeing "10.1.x.x" as the title wasn't terribly appealing, and, really
  the hostname may not be either. Add an option to force the title
  to something specific in the config file.
- In some cases, the settings and power may not be relevant for all
  setups. Add config options to turn off the menu entries for them.
- Since we need the settings in the main controller now, move the
  code that fetches them into a service and add a cache.
- Enable sourcemaps in Uglify so debugging is significantly easier.
- Change layout so that it's always displayed at the bottom regardless
  how long the current list is.
- Change the way we choose whether or not to display it. As long as we
  have at least one item in the queue, display the toolbar. This allows
  us to control playback from anywhere in the app so long as something
  is in the queue.
…-pause-icon' into long-list-fixes

Conflicts:
	mopidy_material_webclient/static/partials/queue.html
- Added support for controlling the volume.
- Added ability to set the page title and the
  toolbar seperately.
- Fixed some cases where the title would be set to
  undefined and throw errors.
- Fixed album art in the playlist throwing errors
  and re-arranged the layout a bit to not overlap.
- Added `lodash` for some functional niceties to
  make code more concise.
- Redid the layout of the empty playlist text to
  be a bit cleaner.
- Don't need to iterate by tlid.
- Ensure we use https with audio scrobbler so that
  it actually works when the app is loaded with https.
- Fix an issue with the `service.get()` being called twice
  while it's already loading.
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