Skip to content

Fix AI Analysis UI issues: invisible link, duplicate assistant title, and FRAP typo#47

Open
androemeda wants to merge 3 commits intovirtualcell:mainfrom
androemeda:minor-frontend-bugs
Open

Fix AI Analysis UI issues: invisible link, duplicate assistant title, and FRAP typo#47
androemeda wants to merge 3 commits intovirtualcell:mainfrom
androemeda:minor-frontend-bugs

Conversation

@androemeda
Copy link

@androemeda androemeda commented Mar 8, 2026

Issues Resolved

Closes #23
Closes #24
Closes #25

Summary

This PR fixes three UI/content issues .

Changes

1. Fix invisible AI Analysis link (#23)

Inactive tabs were rendering with white text on a light grey background, making the AI Analysis tab effectively invisible.
Updated the tab styling so inactive tabs use text-slate-600 while active tabs switch to bg-blue-600 with text-white.

2. Remove duplicate "AI Assistant" titles (#24)

The AI assistant title was appearing multiple times within the interface.
Removed redundant UI elements .

3. Fix FRAP bindings typo (#25)

Corrected a typo in the predefined prompt:

  • FragBindingsFRAP Bindings

Also ensured the term FRAP Bindings is properly capitalized and spaced in both label and value fields.

Screenshots

Before fix 1 and 2

Screenshot 2026-03-08 at 7 22 21 PM

After fix 1 and 2

Screenshot 2026-03-08 at 7 21 49 PM

Implementation Notes

  • Updated tab styles in frontend/app/search/[bmid]/page.tsx to ensure proper contrast for inactive tabs.
  • Removed redundant AI assistant section header and adjusted layout logic.
  • Corrected prompt text in frontend/app/chat/page.tsx.
  • Updated ChatBox to hide the CardHeader when cardTitle is empty.

@androemeda androemeda changed the title Fixes a few minor UI issues on the frontend Fix AI Analysis UI issues: invisible link, duplicate assistant title, and FRAP typo Mar 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Typo in "How to model FrapBindings in VCell Software?" Triple title AI Assistant Invisible AI analysis link

1 participant