Filip Barl
7c22c97382
Fix node highlight for all shapes ( #2430 )
...
* Render highlight with strokes & use non-scaled highlight for stacks.
* Reverted part of the changes made to node stack highlighting.
2017-04-11 09:11:31 +02:00
Filip Barl
9c566562c9
Made view mode selector responsive. ( #2421 )
2017-04-07 15:04:38 +02:00
Filip Barl
82e373777a
Increase cloud node thickness in graph view ( #2418 )
...
* Unified node shapes rendering templates.
* Addressed @foot's comments (fix shadow thickness across all shapes).
* Made getClipPathDefinition slightly more readable.
2017-04-06 14:44:52 +02:00
Filip Barl
b2f06a63ee
Don't reset zoom on refresh layout. ( #2407 )
2017-03-28 14:30:23 +02:00
Filip Barl
69fd397217
Initial version of the resource view ( #2296 )
...
* Added resource view selector button
* Showing resource boxes in the resource view
* Crude CPU resource view prototype
* Improved the viewMode state logic
* Extracted zooming into a separate wrapper component
* Split the layout selectors between graph-view and resource-view
* Proper zooming logic for the resource view
* Moved all node networks utils to selectors
* Improved the zoom caching logic
* Further refactoring of selectors
* Added sticky labels to the resource boxes
* Added panning translation limits in the resource view
* Renamed GridModeSelector -> ViewModeSelector
* Polished the topology resource view selection logic
* Search bar hidden in the resource view
* Added per-layer topology names to the resource view
* Made metric selectors work for the resource view
* Adjusted the viewport selectors
* Renamed viewport selector to canvas (+ maximal zoom fix)
* Showing more useful metric info in the resource box labels
* Fetching only necessary nodes for the resource view
* Refactored the resource view layer component
* Addressed first batch UI comments (from the Scope meeting)
* Switch to deep zooming transform in the resource view to avoid SVG precision errors
* Renamed and moved resource view components
* Polished all the resource view components
* Changing the available metrics selection
* Improved and polished the state transition logic for the resource view
* Separated zoom limits from the zoom active state
* Renaming and bunch of comments
* Addressed all the UI comments (@davkal + @fons)
* Made graph view selectors independent from resource view selectors
2017-03-24 14:51:53 +01:00
Filip Barl
a94006491e
Fix help panel fields max height.
2017-03-22 11:53:43 +01:00
jpellizzari
376e6f014e
Added edge arrows
2017-03-10 12:10:51 -08:00
Filip Barl
f87909282f
Removed the throb animation for search matching.
2017-03-06 12:53:45 +01:00
Filip Barl
e5c655aa88
Addressed the comments.
2017-02-20 11:10:44 +01:00
Filip Barl
5bd8e8f690
Renamed 'subLabel' to 'labelMinor' and removed 'node_count' property.
2017-02-20 10:58:26 +01:00
Simon Howe
047ce43d2a
Fixes base font-size of popped out terminal.
...
Share the rest of the base styles too so the embedded and popped out
terminal are working from a common style base.
2017-02-08 18:08:13 +01:00
Filip Barl
2b4ba3239c
Fixed the node labels bug on Firefox.
2017-02-03 17:06:53 +01:00
Filip Barl
c9ff15f7f3
Re-applied PR #2128 'Graph layout optimizations'
2017-02-03 16:59:25 +01:00
Filip Barl
8eaa12e680
Revert "Graph layout optimizations"
2017-02-02 11:42:12 +01:00
Filip Barl
c802c8c6c1
Addressed @foot's UI comments
2017-02-01 16:27:23 +01:00
Filip Barl
2a6308bf6c
Split the zooming and layout logic in nodes-chart.js between a bunch of selectors
2017-02-01 16:27:23 +01:00
Filip Barl
632e3756c4
Optimized rendering of graph layout and zooming events
2017-02-01 16:27:23 +01:00
jpellizzari
3f6e68230c
Split stylesheets to fix contrast bug
2017-01-27 12:08:01 -08:00
jpellizzari
a6412f12b2
Scoped CSS classes inside .scope-app class
2017-01-24 11:33:20 -08:00
jpellizzari
50b84fed64
Converted node-details table style to sass
2017-01-24 08:23:41 -08:00
jpellizzari
df85fa577b
Locked sass deps; fixed .matched-text fade function
2017-01-20 10:06:04 -08:00
jpellizzari
1efbb933d0
Changed font-awesome imports to use Sass
2017-01-20 10:06:04 -08:00
jpellizzari
9675cd2551
Converted stylesheets to Sass
2017-01-20 10:06:04 -08:00
Filip Barl
26fc2eed58
Fixed row focusing for the bottom of a scrollable table
2017-01-20 12:36:27 +01:00
Filip Barl
d3466b5454
Refactored the table component/model and wrote the tests
...
Backward-compatibility fix
2017-01-16 17:05:36 +01:00
Filip Barl
6888108b83
Made the searching of generic tables work on the UI
...
Extracted table headers common code on the frontend
Fixed the search matching and extracted further common code in the UI
2017-01-16 12:22:10 +01:00
jpellizzari
62448ee7cb
Added debugging/troubleshooting menu; Moved troubleshooting icons
2017-01-05 13:46:51 -08:00
jpellizzari
edf94a4da8
Added control to reset local view state
2017-01-05 13:36:55 -08:00
jpellizzari
431be4cf25
Fixed grid-mode-selector styling
2016-12-07 16:32:19 -08:00
fbarl
ec79c1ebb1
Switched to using webpack-dev-middleware instead of webpack-dev-server directly
2016-11-29 12:06:27 +01:00
fbarl
c110e32b2a
Implemented a nicer and more responsive tooltip for plugin status ( resolves #1905 ).
2016-11-25 17:40:52 +01:00
Filip Barl
604661ca2a
Update package.json ( #2017 )
2016-11-23 15:59:41 +01:00
Bowen Li
a978d16e73
increase black/white text contrast in contrast mode
2016-11-10 09:53:19 -08:00
Alfonso Acosta
8e3e4a3af8
Merge pull request #1985 from weaveworks/release-1.0
...
Release 1.0.0
2016-11-07 14:45:43 +01:00
Simon Howe
2625bb07a3
Fixes terminal height in safari.
...
Safari wasn't supporting a "badly specified"[0] layout that Chrome was
supporting.
[0] Height 100% inside of a container that didn't have a height
specified.
2016-11-07 10:22:05 +01:00
Simon Howe
fe2bfe2ffa
Use the familiar ALLCAPS for topo name in show-in-topo button
2016-11-04 10:07:08 +01:00
Simon Howe
4da2a82602
Add label to show-in-topo button
2016-11-03 13:11:54 +01:00
Simon Howe
30bca04e5d
Revert "Bring shapes into the details panel and use them for view-in-topo"
...
This reverts commit 1bf54130ffb4e6c83f0bd816f7a037f819d561ac.
2016-11-03 11:10:07 +01:00
Simon Howe
dc61317ba5
Bring shapes into the details panel and use them for view-in-topo
...
(click on shape/title to view it in its topo)
2016-11-03 11:10:07 +01:00
Jordan Pellizzari
ca49cfdfe6
Changed term.js lib to xterm.js
2016-10-27 15:23:02 -07:00
Bowen Li
98be7d2b10
Merge pull request #1946 from weaveworks/1945-sublabel-empty-span
...
fixes visual bug where empty span shows up
2016-10-25 09:21:05 -07:00
Simon
06b83a4a4f
Merge pull request #1903 from weaveworks/1152-clarify-term-is-child-window
...
Clarify terminal is child window of details panel.
2016-10-25 12:40:41 +02:00
Bowen Li
1a4fab79ab
fixes visual bug where empty span shows up
2016-10-24 10:00:17 -07:00
Simon Howe
c56fcaccee
Change terminal aesthetic so it appears to float below details panel
2016-10-24 16:45:17 +02:00
Simon Howe
14164cc8b3
Review feedback on addition of search to help-panel
2016-10-19 14:30:22 +02:00
Simon Howe
db5baabeee
Add a new search section to the help popover
2016-10-12 17:35:26 +02:00
Simon Howe
1d3ae9576d
Revert "Add a search section to the help-popup"
...
This reverts commit cc4c71faf0 .
A careless push
2016-10-12 17:26:00 +02:00
Simon Howe
cc4c71faf0
Add a search section to the help-popup
2016-10-12 17:25:08 +02:00
Simon Howe
83d4fad5b4
Animate terminal appearance, slide in from details panel.
...
- Terminal shadow has been lost.
2016-10-05 10:05:39 +02:00
Simon Howe
288dff86bc
Working nicely w/ flexbox etc.
2016-10-05 10:05:39 +02:00