Commit Graph
252 Commits
Author SHA1 Message Date
Bianca Cheng Costanzo f07202ea05 changed background to whiteSmoke now that everything else is 2018-06-01 16:07:26 +02:00
Filip Barl a7c7f89897 Merge pull request #3181 from weaveworks/3180-adjust-font-sizes
Adjust font sizes
2018-05-21 22:20:21 +02:00
Filip Barl 068327b84c Adjust font sizes. 2018-05-19 08:07:49 +02:00
Filip Barl 45486f44c0 Use xterm/fit addon. 2018-05-18 17:48:54 +02:00
Filip Barl 5e700d996b Merge pull request #3177 from weaveworks/212-enforce-theme-fonts
Enforce theme fonts
2018-05-18 14:40:36 +02:00
Filip Barl 941cf16cfd Customize terminal stylesheet. 2018-05-18 12:47:05 +02:00
Roland Schilter f012c23ca1 Sentence cased text everywhere (#3166)
* Sentence cased text everywhere

Follows Weave Cloud's direction of sentence case on most things.

* More space between sorter caret and label

* Use full topology name for table header
2018-05-17 17:30:38 -07:00
Filip Barl 0bd9cc640d Enforce theme fonts. 2018-05-17 11:04:08 +02:00
Filip Barl 72d8e58c63 Enforce theme border radius. 2018-05-14 12:11:51 +02:00
Roland Schilter daccb6648d Dynamic table header width according to scrollbar (#3169)
Sizes the fixed table header of `NodeDetailsTable` width dynamically
depending on the content's scrollbar width. Makes sure the table header
cells align with the table body cells.

This also widens the "Parent PID" cell to make sure the text is not cut
off. Alternatively, could be renamed to "PPID".

Fixes #3158.
2018-05-11 13:26:45 -07:00
Filip Barl 154a54e3f5 Use theme font sizes. 2018-05-11 16:56:08 +02:00
Filip Barl c82f59c121 Use only z-index values from the theme. 2018-05-07 17:06:44 +02:00
Filip Barl 5ae802fc29 Stop using dropped theme colors. 2018-04-17 16:48:58 +02:00
Filip Barl a4f9641bd6 Merge neutral theme colors. 2018-04-16 16:35:51 +02:00
Filip Barl 52c4da32af Switch to theme cyan colors. 2018-04-09 16:10:31 +02:00
Filip Barl c938a5ffa4 Bump ui-components to v0.4.51 2018-04-05 17:16:17 +02:00
Filip Barl 7838f3063b Bump ui-components to v0.4.48 2018-03-28 11:42:58 +02:00
Filip Barl 5f8da6d077 Merge pull request #3116 from weaveworks/3115-enforce-theme-colors
Enforce theme colors
2018-03-22 15:51:43 +01:00
Sidney Wijngaarde b22b3d6784 Adds link datatype to ui (#3105) 2018-03-21 10:41:38 -07:00
Filip Barl 631077b68a Use colors from ui-components theme. 2018-03-21 15:49:52 +01:00
Filip Barl f12146042c Simplified internal Scope color variables. 2018-03-21 12:29:49 +01:00
Filip Barl 6152ac0a4d Got rid of all rgba colors. 2018-03-21 12:01:27 +01:00
Filip Barl e1a5dc6700 Linked all non-rgba colors. 2018-03-21 11:47:25 +01:00
Filip Barl 4601988ab5 Organized some variable names. 2018-03-21 11:23:40 +01:00
Filip Barl 97bd290f2c Add explicit tour-step-anchor classNames to Explore tour elements. 2018-02-23 16:27:45 +01:00
Filip Barl 1a6e49fd3d Added classNames to all the anchor DOM elements. 2018-02-19 10:55:29 +01:00
Filip Barl 89c3e330f2 Use relative positioning of Table view tables. 2018-02-13 13:25:48 +01:00
Filip Barl dcb193d654 Addressed @foot's comments. 2018-02-13 11:51:37 +01:00
Filip Barl 165f3be2b4 Always show time travel. 2018-02-12 13:38:36 +01:00
Bianca Cheng Costanzo 715ff54263 Row alteration coloring 2018-01-05 17:46:45 +01:00
Bianca Cheng Costanzo fcaa622578 Shifting highlight colours darker for more contrast 2018-01-03 10:20:16 +01:00
Bianca Cheng Costanzo df7f2ef340 Simplifying backgrounds to match lightgray in service-ui and ui-components 2018-01-02 20:42:32 +01:00
Filip Barl ce97b009da Fixed Time Travel component styles. 2017-10-17 19:16:05 +02:00
Filip Barl a07e5dd70a Small DOM semantic replacements. 2017-10-17 19:07:14 +02:00
Filip Barl a369c158a5 Converted some links into buttons. 2017-10-17 19:07:14 +02:00
Filip Barl 0056424357 TimeTravelComponent as a fully styled component. 2017-10-16 20:01:49 +02:00
Bianca Cheng Costanzo 54d96040cf Change back overlays 2017-10-12 14:31:48 +02:00
Bianca Cheng Costanzo cc4162e55a Changes background gradient to single colour, removes text background 2017-10-11 15:02:40 +02:00
Filip Barl c0c04c2e2b Replaced react-tooltip with own component. 2017-09-28 13:18:20 +02:00
Filip Barl 569757c1c0 Fixed header elements responsiveness. 2017-08-31 13:50:31 +02:00
Filip Barl 297e21d42c Removed d3-zoom reference in package.json. 2017-08-23 15:04:50 +02:00
Filip Barl a185ae4e15 Introduced hand cursor and unified ZoomableCanvas usage. 2017-08-23 15:04:50 +02:00
Roland Schilter 0d381a34d6 Link scope-ui graphs clickable to prometheus queries (#2664)
scope-app:
* Adds `-app.metrics-graph` cli flag for configuring the base url to
use for graph links; supports :orgID and :query placeholders
* Assigns query URLs to existing metrics and appends empty metrics if missing

scope-ui:
* Extends <CloudFeature /> with option alwaysShow
* Adds <CloudLink /> to simplify routing when in cloud vs not in cloud
* Links metric graphs in the ui's node details view for all k8s
toplogies and containers so far
* Tracks metric graph click in mixpanel `scope.node.metric.click`
* Uses percentages and MB for CPU/Memory urls
* Passes timetravel timestamp to cortex in deeplink
2017-08-15 18:56:23 +01:00
Filip Barl 596885ed81 Improved the node details time transitioning logic 2017-08-11 13:26:42 +02:00
Filip Barl 1b028e1e04 Add fade out transition to node details panel and activate it when switching the top panel. 2017-08-11 12:41:59 +02:00
Simon Howe 3ab216b6ea Fixes timetravel timestamp input getting truncatated on OSX
Now supports 88:88:88T88:88:88Z!
2017-08-09 17:58:57 +02:00
Filip Barl 322414b51f Polished the nodes chart overlay. 2017-08-08 10:52:54 +01:00
Filip Barl 855d1cbc6b Re-enabled all CSS animations. 2017-08-08 10:52:54 +01:00
Filip Barl d105e7471c Enabled back some CSS transitions. 2017-08-08 10:52:54 +01:00
Filip Barl 038bbbd5ce Added a semitransparent layer over the background nodes. 2017-08-08 10:52:54 +01:00