-
Notifications
You must be signed in to change notification settings - Fork 765
feat: add BrowserConfig to UserConfig #269
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
Conversation
Let user specify which web browser to use
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
and some minor cleanup
| theme: Literal["light", "dark"] | ||
|
|
||
|
|
||
| class ServerConfig(TypedDict, total=False): |
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.
@mscolnick I renamed this
mscolnick
left a comment
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 you confirm the frontend doesn't lose this configuration when using the Settings UI? I'm not sure if the read-then-write is lossy on a new top level config section
Let user specify which web browser to use.
Implements the feature requested in #265