feat(FR-2451): polish preset list — BAINameActionCell, copyable QueryTemplate, column settings, i18n#7095
Conversation
This was referenced Apr 27, 2026
Contributor
Author
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has required the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
Contributor
Coverage report for
|
St.❔ |
Category | Percentage | Covered / Total |
|---|---|---|---|
| 🔴 | Statements | 8.96% (-0% 🔻) |
1859/20753 |
| 🔴 | Branches | 8.11% (-0.01% 🔻) |
1187/14638 |
| 🔴 | Functions | 5.28% (+0.01% 🔼) |
297/5620 |
| 🔴 | Lines | 8.69% (-0% 🔻) |
1750/20132 |
Show new covered files 🐣
St.❔ |
File | Statements | Branches | Functions | Lines |
|---|---|---|---|---|---|
| 🔴 | ... / PrometheusPresetTab.tsx |
0% | 0% | 0% | 0% |
Test suite run success
865 tests passing in 40 suites.
Report generated by 🧪jest coverage report action from 99735c7
1e39e76 to
e7c2b8c
Compare
This was referenced Apr 28, 2026
Open
e7c2b8c to
55d3a53
Compare
d5b7705 to
747c4a3
Compare
55d3a53 to
6e94a8c
Compare
nowgnuesLee
requested changes
Apr 28, 2026
747c4a3 to
f93b2b9
Compare
6e94a8c to
ab6a4c0
Compare
f93b2b9 to
9049625
Compare
ab6a4c0 to
93ab994
Compare
9049625 to
16f01ea
Compare
6fc42ee to
549d61f
Compare
549d61f to
b41245b
Compare
1ab0fc6 to
76ca308
Compare
b41245b to
62ffd10
Compare
76ca308 to
4a72130
Compare
62ffd10 to
21c5894
Compare
…Template, column settings, i18n
…tTab + i18n translations
21c5894 to
99735c7
Compare
4a72130 to
1e12616
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Resolves #6357 (FR-2451)
Stacked on top of #7094.
Changes
PrometheusQueryPresetList — UX polish
namecolumn viaBAINameActionCell(showActions="always"). The separategeneral.Controlcolumn is removed.Typography.Text copyableadded so users can copy the full PromQL template with one click.columnOverridesstate.createdAtandupdatedAtaredefaultHidden: true;nameisrequired: true.BAITable
resizablechanged fromfalse→trueso all BAITable instances support column resizing without opt-in.RecordType extends object = any→RecordType extends AnyObject = AnyObjectto align with the interface constraint.i18n
prometheusQueryPreset.*namespace +webui.menu.AutoScalingRule) translated into all 20 target languages (de, el, es, fi, fr, id, it, ja, ko, mn, ms, pl, pt-BR, pt, ru, th, tr, vi, zh-CN, zh-TW).Verification