veyron-browser: Some search UI improvements:
-There is a clear search action (X) now.
-Header and empty results text is now dependent
on whether it came as result of a search action or not
-Drilling into items now clears search box
-No more defaulting to '*' in the search box.

https://screenshot.googleplex.com/oK5MfAUYD9.png

Change-Id: If688f41e617c01889b8ae1947a8550f3d10ce9e1
4 files changed
tree: 2917bf307977f54515f2a57ea27fd6bb9fbcfd16
  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

Mounttable Browser

Mountable browser is a browser application that lets the user view and traverse mounttables.

Building

Before you can run Mounttable Browser, you need to build. Simply run:

make

The Extension

You must have the Veyron Extension installed to run this.

Get it here: https://github.com/veyron/veyron.js/raw/master/extension/veyron.crx

Running

make start

and navigate to http://localhost:9000

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