Uh oh!
There was an error while loading. Please reload this page.
feat(app): add Status button popover to session header (per Figma request) - #10124
feat(app): add Status button popover to session header (per Figma request)#10124kearns-cu wants to merge 4 commits into
Conversation
- Adds StatusPopover component with 4 tabs: Servers, MCP, LSP, Plugins - Adds Status button to session header - Fixes switch component styling (hover/cursor issues) - Adds i18n keys
@adamdotdevin Only addition I made beyond the figma design was adding a max height and scroll bar to keep the size of the card consistent across the tabs. Please advise on the scroll bar if you prefer it changed. |
ccff8a8 to
537c1d0Compareilovebamboo
commented
Jan 26, 2026
I also use Fima for frontend design, but it's a bit more complex when integrating with other AI tools in practice, especially when there's a separation between the front and back ends. As for the architecture, the code written by AI isn't very good, with various bugs. Although our frontend is already done, with documentation and guidelines, it still has all sorts of issues. It's like if you don't have programming experience, their integration still has some flaws, many flaws. |
Implementation follows Figma design request.
Fixes#10111
Summary
Adds a Status button to the session header that shows a popover with system status across four tabs: Servers, MCP, LSP, and Plugins.
Video
NOW.feat.status-popover.mov
Changes
StatusPopovercomponent and integrated it intoSessionHeaderSwitchcomponent styling (prevented white background on hover for checked state, fixed cursor for disabled state)Verification
Tested in the web app: