- Notifications
You must be signed in to change notification settings - Fork1
fix: access the settings page for the auth. wizard#105
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
The Settings menu is only available after we successfully authenticate.This can be somewhat problematic if we want to configure something likecoder cli path, or certificate path before doing the authentication.A new "Settings" button at the bottom of the page can now access the Settingspage. Toolbox is a bit inflexible with the API because:- I could not find a way to delimit or separate the Settings button from the Back and Sign In/Connect button- we can't put a button or anything else in the top right corner, the traditional place for a settings icon.-resolves#90
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.
Thank Ioan. This is a good enough workaround for now. Can you create a Youtrack issue and report to JB the limitation of UI. Attaching the screenshot should help them understand it better.
fioan89 commentedMay 5, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
97cd0f0
intomainUh oh!
There was an error while loading.Please reload this page.
The Settings menu is only available after we successfully authenticate. This can be somewhat problematic if we want to configure something like coder cli path, or certificate path before doing the authentication.
A new "Settings" button at the bottom of the page can now access the Settings page. Toolbox is a bit inflexible with the API because:
I could not find a way to delimit or separate the Settings button from the Back and Sign In/Connect button
we can't put a button or anything else in the top right corner, the traditional place for a settings icon.
resolvesCan't configure the Settings from the initial login page #90