-
Notifications
You must be signed in to change notification settings - Fork 2.6k
ui: new extensions modal #1711
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ui: new extensions modal #1711
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added ability to exit via esc / clicking out
Also created a footer prop for passing in the buttons at the bottom -- makes having very long modals scrollable. You can always see the buttons at the bottom, and contents become scrollable
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can also not use the footer, but then if the modal is very long, you have to scroll to find the buttons at the bottom (see the provider modals -- need to fix those in another pr)
7220b16 to
13fa2b8
Compare
* main: chore(release): release version 1.0.15 (#1749) docs: goosing around: langfuse blog (#1746) feat: update the deny call response (#1741) feat: refactor register eval (#1713) fix: Goose UI fix typos (#1744) feat(google_drive): comment read (#1732) feat: build cli workflow (#1697) fix: fix initial model configuration in cli when using toolshim (#1720) feat: add basic support for aws bedrock to desktop app (#1271) feat(google_drive): add image resizing logic from developer, and use Content::Image (#1735) Standardize Radio Button input (#1701) ui: tweaks to settings v2 (#1731) feat(google_drive): set read/write scope on all commands to use the same token (#1707) refactor: clean up log usage (#1704) docs: fix docusaurus sidebar limit (#1722) docs: Add Session List To CLI Commands Guide (#1729) ui: start extensions on add (#1714) ui: new extensions modal (#1711) docs: Add Filesystem Short Video to Tutorial (#1723) fix: update the mcp client protocol version to 2024-11-05 (#1690)
Updates settings v2 extensions modal design to match latest in Figma
Formerly:

Now:

Designs:

Tweaks (design side):
Design left to do for this modal (maybe will get to it before monday):
1. Can't for the life of me figure out how to make the drop down not black and I spent over a full day on this 💀 so i want to call this 'good enough' for now and can adjust later / maybe before this PR is even reviewed
2. Need to make the inputs box backgrounds same color as rest of modal
Tweaks (impl side):
Suggestions: