David Kaltschmidt
6be8b1648a
fix truncate issue on details panel
2015-09-16 13:09:55 +02:00
David Kaltschmidt
38fa82dee4
animate status bar, add Loading text
2015-09-15 16:38:31 +02:00
David Kaltschmidt
3a42ec48ea
style tweaks for sidebar
2015-09-15 15:28:48 +02:00
David Kaltschmidt
8483492eb7
New sidebar in the bottom left
...
* status bar (fixes #207 )
* moved topology options to sidebar
* render topology option like snackbar
* upgrade material-ui to 0.11
2015-09-15 15:03:18 +02:00
David Kaltschmidt
396ebdd13e
pseudo nodes should be equally blurred
2015-09-11 14:46:07 +02:00
David Kaltschmidt
f764e4415e
respect both ways of adjacency for selected node
2015-09-09 18:26:44 +02:00
David Kaltschmidt
2c554fe273
blur nodes that not selected nor adjacent
2015-09-09 18:12:02 +02:00
David Kaltschmidt
27caf0af41
Add dropdown field for topology options, save topology option in url state
...
- fix nodes reset after topology option change
- set topology on click
- explicitly set default topology options
- set default topo options when topos are received
- prevent JS error on too many nodes layout abort
2015-09-07 14:25:49 +00:00
David Kaltschmidt
e08d533b72
truncate details table titles as well
2015-09-02 18:09:36 +02:00
David Kaltschmidt
9b8a314742
Trim long container names and labels in details
...
fixes #418
2015-09-02 17:45:07 +02:00
David Kaltschmidt
1085a7fcd9
include roboto in build
...
no need for internet connection anymore
include roboto via materialize
see http://materializecss.com/
roboto licensed under APLv2, see
https://github.com/google/roboto/blob/master/LICENSE
2015-06-16 18:02:52 +02:00
David
5627658a2e
Merge pull request #222 from weaveworks/redesign-grouping
...
Grouping redesign
2015-06-15 10:50:55 +02:00
David Kaltschmidt
816e1e9e99
layout of sub-topologies
...
* uses injected static topology, see web-api-utils.js
2015-06-12 11:37:49 +02:00
David Kaltschmidt
b9563f35d7
Styled pseudonodes pale and remove interaction
2015-06-12 09:23:32 +02:00
David Kaltschmidt
eb8a56bb1f
show N/A if node disappears on remove
2015-06-11 19:19:54 +02:00
David Kaltschmidt
0f5e55db53
Display a n/a header in details if nodes are gone
...
fixes #193
2015-06-11 14:06:20 +02:00
Tom Wilkie
e1092d2ac2
Add report issue link
2015-06-09 16:29:22 +00:00
Tom Wilkie
96abd00918
Plumb through the application version in the UI.
2015-06-03 13:22:15 +00:00
David Kaltschmidt
9c3db34d49
highlight edges and connected nodes on edge hover
2015-05-29 18:00:35 +02:00
David Kaltschmidt
e6f4a8ce71
highlight connected nodes on hover
2015-05-29 16:53:05 +02:00
David Kaltschmidt
2720b17ab1
position tools absolute, extract truncate class
...
fixes #124
2015-05-29 15:05:07 +02:00
David Kaltschmidt
4d027fef19
changed tooling from browserify to webpack
...
* using browsersync instead of livereload
* `gulp serve` works as before
* `gulp sync` starts browserSync and serves UI on port 3000
* everything is built in `build/`
* build release with `gulp build --release`
2015-05-29 11:48:55 +02:00
David Kaltschmidt
99c76dc4c8
fix indentation to 2 spaces in js/less/html
2015-05-28 15:05:01 +00:00
Tom Wilkie
ab41aacd59
Fix wrapping and scrolling in the details pane.
2015-05-24 09:36:49 +00:00
David Kaltschmidt
66d66a4d01
Fix grouping bar for topologies that don't support grouping
...
- fixes #61
- dont clear nodes cache if topo is the same
- combined stores that were interdependent
- dont show topology grouping menu if unsupported
- also harmonized some variable names
- removed old grouping switcher
- moved topo actions to app actions, removed search
- get correct topology url
- first JS test using Jest
- make tests run on circle using the build container.
- replaced jest test runner with karma/jasmine
- Use debian for UI build and test container.
- updated karma-browserify
2015-05-22 16:41:48 +00:00
David Kaltschmidt
16a7fc2f50
removed unused stats styles, search and options
2015-05-19 16:53:40 +02:00
David Kaltschmidt
6a56a797d9
bring top menues closer together
2015-05-19 16:46:44 +02:00
David Kaltschmidt
0040b25f69
show disconnection state
2015-05-19 10:05:39 +00:00
David Kaltschmidt
cda51ef696
grouping switch for topologies
...
fixes #24
2015-05-19 10:05:06 +00:00
David Kaltschmidt
ea382b1e1b
applied company colours
2015-05-19 10:05:04 +00:00
David Kaltschmidt
bacd7f9f7c
new scope logo
2015-05-19 10:05:03 +00:00
Tom Wilkie
d50e827fd5
Intial commit
2015-05-19 10:02:02 +00:00