July 22nd Deploy#1068
Merged
Merged
Conversation
⬆️ Update webpack-dev-server to version 5.2.5 Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
…#1051) * Add BetterDirectionIndicator label component * Show better-direction label in the test header * Show better-direction label once in the subtests header * test(results): cover the better-direction label * Update snapshot tests for better direction indicator * Update snapshots after rebase * Change font to FontSizeRaw.Normal
* add KdeModesPanel below blue alerts and extract shared KDE helpers into kdeAnalysis.ts * make KdeModesPanel wording lower_is_better-aware: better/worse paths, improvement/regression verdicts * lift bandwidthFor + bwMultiplier to RevisionRowExpandable so chart and blurb share one KDE bandwidth * drop array wrappers * trigger netlify
* ⬆️ Update all npm dependencies (2026-06-23) * retrigger netlify --------- Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com> Co-authored-by: Carla Severe <csevere@mozilla.com>
* dark mode bugs fix * resolve PR comments
⬆️ Update all npm dependencies (2026-07-17) Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
…ark mode links in tooltips (#1067) simplify wording of text and fix dark mode link in tooltips
* Bug-1986319: implement auto-selection for full hash matches - Automatically select a revision when a full 40-character hash or a partial hex hash (length >= 4) matches exactly one result or matches a result's revision hash. - Ensure the revision dropdown remains open after auto-selecting a full 40-character hash. - Automatically open the revision dropdown when a selected revision is removed from the view. - Added a new test suite `src/__tests__/Search/SearchAutoSelect.test.tsx` to verify these behaviors. - Updated existing snapshots in `src/__tests__/Search/__snapshots__`. * Bug-1986319: Updating screenshots Updating screenshots * Bug-1986319: Implement review comments - Removed the logic that opens the dropdown when a selected revision is removed from the view, resolving conflicts with standard clicking outside interactions. - Removed the test case for the dropdown opening upon revision removal. - Removed the `!urlParams.has('newRev')` condition to allow hash auto-selection to work on the Results page after pasting a hash. - Ran all tests successfully and updated snapshots.
kala-moz
requested review from
beatrice-acasandrei,
canova and
esanuandra
as code owners
July 22, 2026 17:31
✅ Deploy Preview for mozilla-perfcompare ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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.
[kala-moz]
Add KdeModesPanel to expanded view (#1052)
Dark Mode Bugs Fix (#1063)
Bug 2037556: simplify wording of tooltip text for CD and CLES; fix dark mode links in tooltips (#1067)
[moijes]
[sumairq]