Filip Barl

Results 29 issues of Filip Barl

For example by adding a boolean flag option. * For users who know they want to use a fixed version and not get distracted by the upgrades * For demo...

chore

#### Background Currently, there is a piece of logic in the code which redirects Graph View -> Table View initially if the graph is estimated to be _too big_. It's...

bug
component/ui
estimate/hours
good-first-issue

To make the search behaviour consistent between Graph and Table views, we should probably highlight the matches based on the search query in both views. Pinned terms could still be...

component/ui
chore
estimate/hours
good-first-issue

Now that the edge component has been moved into the shared repo, we should replace the Scope component with the one from there - https://github.com/weaveworks/ui-components/pull/299. Related to #3261.

tech-debt
component/ui

![](https://cloud.githubusercontent.com/assets/859729/24192272/a6896dcc-0eee-11e7-879d-2ac3e80fd9e3.png) From https://github.com/weaveworks/scope/pull/2353#issuecomment-288378894 > I'd prefer a show-more link, that visibly expands the container, somehow carries a number of entries, and thereby makes it easy to deduce how many items...

bug
component/ui
help-wanted
estimate/hours
good-first-issue

The hash `nodeSummaryGroupSpecs` in `render/detailed/node.go` contains column descriptions that are (always?) duplicated in `probe/*/reporter.go`. As @paulbellamy suggested, we could instead make `NodeSummaryGroup.Columns` just an ordered list of keys referring to...

tech-debt
good-first-issue

Motivated by https://github.com/weaveworks/ui-components/issues/492#issuecomment-559455533. Adding a _How to Contribute_ section would probably be a good start.

chore

It doesn't feel right that this modular components repo also contains global styles that we're implicitly expecting the end user to import. The remaining global styles here consist of: *...

tech-debt

These components would probably be most important to cover: * `DataTable` * `ResourceDial` * `PrometheusGraph` * `TimeTravel`

chore
component/prometheus
component/time
component/info

The `ResourceDial` component currently expects an internal `react-route` link in the `to` prop, so it can't link to any external URLs.

chore