mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-02-04 11:55:11 -05:00
This commit augments the `SideBarView` by introducing a new `IconButton` that represents a tab for the newly created `SettingsView`. This enhancement allows users to navigate to the settings page directly from the sidebar, improving accessibility to app configuration options. Key Changes: - A new `IconButton` with a settings icon has been added to the sidebar’s `Column` widget. - Selecting the settings tab updates the `selectedViewNotifier.value` to `'SettingsView'`, indicating the user's intent to navigate to the settings page. - Visual feedback is provided by altering the color of the settings icon based on whether the settings tab is currently selected. This addition ensures seamless integration of the `SettingsView` into the existing navigation structure, enabling users to easily configure app settings.