Victor Marin

Results 9 issues of Victor Marin

**What this PR does / why we need it**: Vertical scroll bar in table panel did not use the custom scrollbar component (it defaulted to browser scrollbar) and thus functionality...

area/panel/table
area/frontend
enterprise-ok
backport v9.0.x
backport v9.1.x

**What this PR does / why we need it**: FooterRow styles were broken for Safari and Firefox (possibly other browsers also, except Chrome). **Which issue(s) this PR fixes**: Fixes #45183,...

area/panel/table
area/frontend
add to changelog
enterprise-ok
backport v9.1.x

**What is this feature?** The Count calculation in the table panel shows values per each column, and they are usually the same number since the count calculation takes in the...

area/panel/table
area/frontend
add to changelog
enterprise-failed
backport v9.2.x

**What is this feature?** Error check when getting display name of the field selected as fill below to value **Why do we need this feature?** There's a error in the...

area/frontend
add to changelog
area/panel/timeseries
enterprise-failed
backport v9.2.x

Sending GraphQL project items requests for a very large org, for example, becomes very costly, to the point where queries aren't going through anymore because of rate limits. We need...

type/chore

The current implementation of library panels in scenes is very complex to the point where it becomes very hard to maintain the code or add new features. This PR introduces...

area/frontend
no-backport
no-changelog
area/scenes

When using repeated panels, the queries are build properly in the dashboard, each repeated panel using the correct variable value in the query. But when editing the original panel the...

type/bug
area/frontend
no-changelog

This PR fixes issues around row repeater actions, like dropping panels into a cloned row or dragging a panel outside of a cloned row. The old arch also treats these...

type/bug
area/frontend
no-changelog
area/scenes

**What is this feature?** Exposes a new method, similar to getTagKeys or getTagValues, which takes a list of queries and filters and returns what filters are applicable in the dashboard...

area/frontend