User feedback: panel layout, HEX colour input, annotation fixes, identity tooltip#16
Open
happykhan wants to merge 4 commits into
Open
User feedback: panel layout, HEX colour input, annotation fixes, identity tooltip#16happykhan wants to merge 4 commits into
happykhan wants to merge 4 commits into
Conversation
On standard laptops the settings and output panels stacked vertically, requiring users to scroll past all settings to see results. The left settings column now scrolls independently while the right output column stays visible via sticky positioning on lg+ screens. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Users can now type or paste a hex colour value (e.g. #3498db) directly instead of relying solely on the browser colour picker. The text input syncs bidirectionally with the colour swatch and validates on blur. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
The Avg Identity value in the Statistics panel now has a small info icon that shows a tooltip on hover explaining the calculation: alignment- length-weighted mean of BLAST percent identity across filtered hits. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Switches Handsontable from controlled to uncontrolled mode to fix the classic React-rerender-overwrites-cell-edits conflict. Table data is now held in a ref and only pushed to Handsontable via loadData() when external operations occur (file import, add, delete). In-cell edits, context menu row operations, and paste from Excel now work reliably. Also adds a "Reset All" button to clear all annotations. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Deploying brigx with
|
| Latest commit: |
d072897
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://b21e6f7f.brigx.pages.dev |
| Branch Preview URL: | https://user-feedback-fixes.brigx.pages.dev |
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
Fixes four tractable issues from user feedback testing. Each fix is a separate commit.
stickypositioning on lg+ screens so both remain visibleTest plan
npm run build)npm test)Generated with Claude Code