viz: Method Form UI Polish

Re Issue: https://github.com/veyron/release-issues/issues/768

- tooltip no longer truncated
- Ali switched the button order; I'm renaming star to save
- switched around method signature information to the tooltip and to the method input form
- Only show max 1 recommendation to reduce confusion
  It will take some reworking to split up the star/unstar/recommend/forget behavior.

Screenshot: https://screenshot.googleplex.com/CASt5qaU7t (tooltip and button renaming)
Screenshot: https://screenshot.googleplex.com/gZZrK8Dhur (no truncation)
Change-Id: I8c3c6e0a7cce3efaef2cf610c6d8e7e383d79a78
3 files changed
tree: dba40f8e5c9989f57f628af82f88e3a678a55cdc
  1. go/
  2. public/
  3. scripts/
  4. src/
  5. test/
  6. .gitignore
  7. .jshintrc
  8. bower.json
  9. css-transform.js
  10. main-transform.js
  11. Makefile
  12. md-transform.js
  13. package.json
  14. README.md
  15. web-component-dependencies.html
README.md

Viz Vanadium Viewer

Viz is a browser-like application that lets the user view and traverse mount tables, intermediate nodes, and services. It also lets the user invoke services either to see the results, or to change the state of a server.

The Extension

You must have the Vanadium Extension installed on Chrome to run this.

Get it here: https://chrome.google.com/webstore/detail/vanadium-extension/jcaelnibllfoobpedofhlaobfcoknpap

Building

Before you can run Viz, you need to build. Simply run:

make

Running

make start

and navigate to http://localhost:9000

to stop simply CTRL-C the console running the make start

If you have any problems after updating the code, try

make clean
make start