mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-02-03 08:53:36 +00:00
feat: add Wiki view and sidebar link
- Introduced a new Wiki view component to the application. - Updated the sidebar to include a button for navigating to the Wiki view. - Modified the app store to support the new "wiki" view mode.
This commit is contained in:
@@ -13,7 +13,8 @@ export type ViewMode =
|
||||
| "context"
|
||||
| "profiles"
|
||||
| "running-agents"
|
||||
| "terminal";
|
||||
| "terminal"
|
||||
| "wiki";
|
||||
|
||||
export type ThemeMode =
|
||||
| "light"
|
||||
|
||||
Reference in New Issue
Block a user