feat: add collapsible agent categories and expand/collapse controls#438
feat: add collapsible agent categories and expand/collapse controls#438tejinderpa wants to merge 3 commits into
Conversation
|
@tejinderpa is attempting to deploy a commit to the aditthyass' projects Team on Vercel. A member of the Team first needs to authorize it. |
|
Then push again. If you intentionally changed dependencies, make sure |
|
@AditthyaSS merge this one PR |
|
hey @tejinderpa! 👋 |
|
hey @tejinderpa! 👋 |
|
|
fixes #437
What does this PR do?
This PR improves the sidebar by showing agent categories as collapsible sections instead of displaying every agent at once. It also adds an expand/collapse-all control and prevents browser autofill from inserting saved emails into the sidebar search field.
Type of change
Checklist
For every PR:
npm run devFor new agent PRs:
src/agents/definitions/with the agent configidis lowercase and uses kebab-case (likemy-agent-name)Screenshots (optional — but really helpful for UI changes)
Before:
The sidebar displayed all agents under every category at once, making the list long as more agents were added.
After:
The sidebar now shows categories first. Users can expand a category to see its agents, or use the expand/collapse-all button. The search field also stays empty unless the user types into it.


Anything else I should know?
Verified with
npm run build. No new packages were added.