Skip to content

Ability to disable power/settings & customize title. Few bug fixes in layout and packaging. Adding source maps.#10

Open
ikogan wants to merge 1 commit intomatgallacher:masterfrom
ikogan:master
Open

Ability to disable power/settings & customize title. Few bug fixes in layout and packaging. Adding source maps.#10
ikogan wants to merge 1 commit intomatgallacher:masterfrom
ikogan:master

Conversation

@ikogan
Copy link
Copy Markdown

@ikogan ikogan commented Feb 14, 2016

  • 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 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.
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.

1 participant