feat(vibenet): let Validity orders name a manual target price - #135
Merged
BrianBland merged 2 commits intoSep 3, 2026
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Collaborator
✅ Heimdall Review Status
|
BrianBland
force-pushed
the
brianbland/validity-ui-7-price-override
branch
from
September 2, 2026 20:48
fb6755d to
4ae893c
Compare
The target price in the order ticket becomes an editable input backed by a new parsePriceWad helper. Typing a price overrides the offset slider (dimmed with a reset hint) until the slider moves or the side flips, which clears the override. The mid-relative offset readout reflects the effective custom price, including wrong-side-of-mid prices that would fill immediately. Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
Give the target price a dashed editable underline that solidifies on focus, size it to its value, and label the idle state "type to set a price" so manual entry is visible without hunting for it. Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
BrianBland
force-pushed
the
brianbland/validity-ui-6-offset-slider
branch
from
September 3, 2026 00:20
1c6d795 to
7b79ffd
Compare
BrianBland
force-pushed
the
brianbland/validity-ui-7-price-override
branch
from
September 3, 2026 00:20
4ae893c to
85e7ab6
Compare
haardikk21
approved these changes
Sep 3, 2026
BrianBland
added this pull request to the merge queue
Sep 3, 2026
BrianBland
removed this pull request from the merge queue due to a manual request
Sep 3, 2026
BrianBland
merged commit Sep 3, 2026
11eba18
into
brianbland/validity-ui-6-offset-slider
13 of 19 checks passed
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.
Part 7/9 of the Validity demo UI rework.
The target price in the order ticket becomes an editable input backed by a new
parsePriceWadhelper (unit-tested inverse offormatPrice). Typing a price overrides the offset slider — dimmed with a reset hint — until the slider moves or the side flips, which clears the override. The mid-relative readout reflects the effective custom offset, including prices on the far side of the mid.Also makes the input discoverable: a dashed editable underline that solidifies on focus, value-sized width, and an idle "type to set a price" label.
Generated with Claude Code