feat(ui): streamline validator directory browsing - #11981
Merged
Conversation
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
metagraphed-wss-lb | 8e8747f | Sep 05 2026, 01:01 PM |
|
Superagent didn't find any vulnerabilities or security issues in this PR. |
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
metagraphed-ui | 8e8747f | Sep 05 2026, 01:05 PM |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #11981 +/- ##
=======================================
Coverage 95.79% 95.79%
=======================================
Files 811 811
Lines 47977 47977
Branches 17580 17580
=======================================
Hits 45960 45960
Misses 513 513
Partials 1504 1504 🚀 New features to boost your workflow:
|
This was referenced Sep 5, 2026
9 tasks
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
metagraphed-data-api | 8e8747f | Sep 05 2026, 01:01 PM |
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
metagraphed-registry-sync-api | 8e8747f | Sep 05 2026, 01:01 PM |
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.
The validator directory currently puts secondary analysis ahead of the operator list and offers financial columns whose source needs further work. This revision puts a compact summary, search and readable operator rows first, preserving the existing paper, graphite and mint palette.
Rows show observed identity, hotkey counts, take coverage and memberships. Expansion exposes individual hotkeys for navigation and explicit comparison; selections keep the chosen key and operator name visible. Phone and tablet controls use one filter sheet, expanded rows fit long addresses, and the comparison action stays reachable while scrolling.
Supported search/filter/sort URL state, complete CSV export, stable operator IDs and crawlable detail links are retained. Unsupported saved balance filters get a clearable notice. Balance, return and concentration fields remain unavailable pending canonical ingestion; partial take coverage is carried into exports, and the page uses the original observation timestamp. The existing section anchors and deferred permit-cost view remain available.
Closes #12063
Refs #12012, #12013, #12014, #12015, #12016, #12022, #11976
This is the focused directory delivery under #12022. The data-dependent profiles in #11976 remain open. The implementation is confined to
apps/ui; API and shared UI-kit contracts are unchanged.Validation
Visual evidence
Before:
ccbfeafdd10745502173796fbfa3dc7942b8c39a. After:8e8747f42c45bcaf35c29ca41cfbde62f0c50b6c. The intervening main change touches backend files; baseline UI, packages and lockfile are identical. Captures use separate local production Worker builds, the same recorded API responses, explicit themes and loaded fonts. They establish local rendering and interaction behavior, not production data freshness or a measured field improvement.Page overview
Table comparison at all three widths and both themes
Expanded hotkeys and responsive filter controls
Mobile comparison interaction
The recording shows filtering, a real document swipe, expansion, selecting two exact keys, removing one and clearing the selection. The document advances 225px while the nested table scroll stays at zero. Touch removal and action targets are 44px with non-overlapping hit areas; desktop controls retain their compact dimensions.