Dashboard: cleaner header tooltips, reservations info hover, swap-id search#77
Merged
Conversation
…search - Depth of Market column headers no longer show the help-cursor question mark on hover — pointer cursor only. - Reservations title gets an info hover explaining what reservations are and why the step exists. - Transactions search now treats "#N" or pure-digit input as an exact swap-id lookup, so swap #2 actually surfaces instead of being buried by addresses that happen to contain "2".
entrius
approved these changes
May 5, 2026
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.
Summary
cursor: 'help'was the last lingering instance in the app.#Nor a bare digit string (e.g.#2,2) now performs an exact swap-id lookup via the existing/swaps/:swapIdendpoint, so swap Feat/realtime dashboard #2 actually surfaces instead of being buried by addresses that happen to contain the digit. Non-numeric input still uses the fuzzy multi-field search. Placeholder updated to hint the#Nform.Test plan
#2(and2) — swap Feat/realtime dashboard #2 appears as the only result. Type a partial address fragment — fuzzy results still work.