You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Transform the settings modal into a tab panel integrated within the main sidebar, similar to the "File Info" panel. This would streamline navigation and provide a consistent user experience by avoiding disruptive modals.
Possible implementation
Add a "Settings" tab: Update the sidebar to include a "Settings" tab alongside existing tabs like "File Info".
Render settings UI: Move the existing settings modal content into this new tab, ensuring proper alignment and responsive design.
Remove reload behavior: Eliminate the need to reload the application to get the settings applied.
Persist panel state: Do not save the open/close state of the "Settings" tab across app sessions.
The text was updated successfully, but these errors were encountered:
This is interesting. I have some concern that format string input is too wide for the default panel size. Maybe we could move the format string into own window out of settings? Also note that some settings affect file deserialization (log level key, timestamp key). So maybe we dont need to reload the whole viewer, but we will still need to deserialize the file again.
Request
Transform the settings modal into a tab panel integrated within the main sidebar, similar to the "File Info" panel. This would streamline navigation and provide a consistent user experience by avoiding disruptive modals.
Possible implementation
The text was updated successfully, but these errors were encountered: