Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 5, 2025

Conversation

fioan89
Copy link
Collaborator

@fioan89 fioan89 commented May 2, 2025

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:

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.

- resolves #90
@fioan89 fioan89 requested review from matifali and f0ssel May 2, 2025 21:51
@fioan89
Copy link
Collaborator Author

fioan89 commented May 2, 2025

I'm not entirely happy with how this turned out. Ideally the Settings button would have been separated from the rest, either horizontally or on a different place like the top right corner.

Screenshot 2025-05-03 at 00 02 26
Screenshot 2025-05-03 at 00 03 04
Screenshot 2025-05-03 at 00 05 03

Copy link
Member

@matifali matifali left a 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
Copy link
Collaborator Author

fioan89 commented May 5, 2025

@fioan89 fioan89 merged commit 97cd0f0 into main May 5, 2025
5 checks passed
@fioan89 fioan89 deleted the configure-settings-from-login-page branch May 5, 2025 18:46
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.

Can't configure the Settings from the initial login page
2 participants