martin-g commented on PR #1850: URL: https://github.com/apache/datafusion-ballista/pull/1850#issuecomment-4678923462
> One question, how do I change theme of web tui? At the moment the only way is via query string: `?ballista_theme_name=dark&ballista_theme_overrides_app_background_bg=darkgrey` Only these two theme related settings are supported in the WebTUI. It is bit painful to parse those from the query string. I am considering adding a new page/popup to the application for editing the config. In the first version it would be a simple TextArea that dumps the Settings struct as Yaml. On edit the Settings is updated and also stored in ~/.config/... (for TUI) and in localStorage for WebTUI. Asking the users to manipulate the localStorage via the browser console would be bad. But as you said - the TUI is becoming more and more complex :-/ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
