diff --git a/CHANGELOG.yaml b/CHANGELOG.yaml index 91b6e101..874e6dc2 100644 --- a/CHANGELOG.yaml +++ b/CHANGELOG.yaml @@ -15,6 +15,7 @@ - "Scene Browser Landing Page: The home screen was rebuilt into a full-page landing view, replacing the sidebar load panel. A file-tree Scene Library lists scene projects with cover thumbnails, save counts and per-save metadata, plus an asset and node-module summary row per expanded project; long save lists collapse behind a 'Show all' row and the list is filterable with click-to-load. Individual scene files and character cards can be deleted from the tree, and an entire scene project (saves, assets, nodes, history) can be deleted behind a type-the-project-name confirmation. Character cards display their card image and only actual card files are listed. Scene and character card import moved to a prominent drag-and-drop dropzone next to a Create-new-scene card, with the quick-load recent scene cards kept on top." improvements: - "Application Settings Redesign: The application settings moved out of their cramped modal into the main view as an always-available Settings tab, matching the World Editor and Templates. The nested tabs-within-tabs layout is replaced by a single sidebar navigation grouped by topic (Game, Appearance, Connections, Presets, Storytelling), with a settings search that finds any setting by name — including individual API-key providers — and jumps straight to it, highlighting the target. All API keys now live on one scrollable page instead of ten separate per-provider pages. Edits are tracked against the stored configuration: an Unsaved-changes indicator with Save and Discard appears in the toolbar, unsaved edits survive switching to other tabs, and configuration changed elsewhere (another window, the help agent) while you are editing is flagged instead of silently overwriting or being overwritten. Existing deep links — for example the 'Set API key' action on a misconfigured client — land on the correct page as before." + - "Application Settings: The Settings tab in the top navigation now shows a warning badge with a tooltip while there are unsaved changes, so the state stays visible after switching away. The settings toolbar is also capped to the content width and groups Save / Discard next to the page title on the left instead of the far viewport edge." - "Help Agent: The documentation index is no longer embedded in the chat prompt - the prompt now carries only a compact section overview (~15k fewer tokens per message), and a new find_docs lookup locates the right documentation pages on demand, so the help chat works with small context windows typical of local models." - "Uniform Settings Framework: Agent settings and client settings now share one field-definition schema on the backend and one field renderer on the frontend. Client-specific settings gain the full widget set previously exclusive to agents (sliders, autocompletes, selects with rich choices, per-value notes) plus conditional visibility, and choice lists are delivered to the frontend in a single normalized shape." - "MistralAI Client: Added a Concurrent Inference toggle so batch operations can dispatch multiple requests in parallel. Off by default." diff --git a/docs/img/0.39.0/app-settings-api-keys.png b/docs/img/0.39.0/app-settings-api-keys.png index 121114c8..37efaba8 100644 Binary files a/docs/img/0.39.0/app-settings-api-keys.png and b/docs/img/0.39.0/app-settings-api-keys.png differ diff --git a/docs/img/0.39.0/app-settings-appearance-messages.png b/docs/img/0.39.0/app-settings-appearance-messages.png index 2713f605..60b959b6 100644 Binary files a/docs/img/0.39.0/app-settings-appearance-messages.png and b/docs/img/0.39.0/app-settings-appearance-messages.png differ diff --git a/docs/img/0.39.0/app-settings-appearance-visuals.png b/docs/img/0.39.0/app-settings-appearance-visuals.png index 46babe40..888f4705 100644 Binary files a/docs/img/0.39.0/app-settings-appearance-visuals.png and b/docs/img/0.39.0/app-settings-appearance-visuals.png differ diff --git a/docs/img/0.39.0/app-settings-creator-content-classification.png b/docs/img/0.39.0/app-settings-creator-content-classification.png index a6c6c876..1fa33bb6 100644 Binary files a/docs/img/0.39.0/app-settings-creator-content-classification.png and b/docs/img/0.39.0/app-settings-creator-content-classification.png differ diff --git a/docs/img/0.39.0/app-settings-creator-perspective-presets.png b/docs/img/0.39.0/app-settings-creator-perspective-presets.png index 01fc902c..d42b9690 100644 Binary files a/docs/img/0.39.0/app-settings-creator-perspective-presets.png and b/docs/img/0.39.0/app-settings-creator-perspective-presets.png differ diff --git a/docs/img/0.39.0/app-settings-env-variables.png b/docs/img/0.39.0/app-settings-env-variables.png index bf103469..3ec191b1 100644 Binary files a/docs/img/0.39.0/app-settings-env-variables.png and b/docs/img/0.39.0/app-settings-env-variables.png differ diff --git a/docs/img/0.39.0/app-settings-gameplay.png b/docs/img/0.39.0/app-settings-gameplay.png index 488f3bb0..9a9b5a54 100644 Binary files a/docs/img/0.39.0/app-settings-gameplay.png and b/docs/img/0.39.0/app-settings-gameplay.png differ diff --git a/docs/img/0.39.0/app-settings-player-character.png b/docs/img/0.39.0/app-settings-player-character.png index 85a45e7a..1d8449f8 100644 Binary files a/docs/img/0.39.0/app-settings-player-character.png and b/docs/img/0.39.0/app-settings-player-character.png differ diff --git a/docs/img/0.39.0/app-settings-presets-embeddings.png b/docs/img/0.39.0/app-settings-presets-embeddings.png index 8a0bbcaa..295eb71d 100644 Binary files a/docs/img/0.39.0/app-settings-presets-embeddings.png and b/docs/img/0.39.0/app-settings-presets-embeddings.png differ diff --git a/docs/img/0.39.0/app-settings-presets-inference.png b/docs/img/0.39.0/app-settings-presets-inference.png index a1c7a0d1..02849ecb 100644 Binary files a/docs/img/0.39.0/app-settings-presets-inference.png and b/docs/img/0.39.0/app-settings-presets-inference.png differ diff --git a/docs/img/0.39.0/app-settings-presets-system-prompts.png b/docs/img/0.39.0/app-settings-presets-system-prompts.png index 9d8df2d3..ba341a0e 100644 Binary files a/docs/img/0.39.0/app-settings-presets-system-prompts.png and b/docs/img/0.39.0/app-settings-presets-system-prompts.png differ diff --git a/docs/img/0.39.0/app-settings-search.png b/docs/img/0.39.0/app-settings-search.png index 52c11cd7..06a871ea 100644 Binary files a/docs/img/0.39.0/app-settings-search.png and b/docs/img/0.39.0/app-settings-search.png differ diff --git a/docs/img/0.39.0/app-settings-unsaved-badge.png b/docs/img/0.39.0/app-settings-unsaved-badge.png new file mode 100644 index 00000000..75afcfaa Binary files /dev/null and b/docs/img/0.39.0/app-settings-unsaved-badge.png differ diff --git a/docs/user-guide/app-settings/game.md b/docs/user-guide/app-settings/game.md index 25afabed..c039c7df 100644 --- a/docs/user-guide/app-settings/game.md +++ b/docs/user-guide/app-settings/game.md @@ -2,7 +2,9 @@ Application settings open in the main view via the **:material-cog: Settings** tab in the top navigation (or the cogwheel icon on the right side of the top bar). Navigation lives in the left sidebar, grouped by topic, with a **search field** at the top that finds any setting by name and jumps straight to it. -Changes are collected as you edit — an **Unsaved changes** indicator with **Save** and **Discard** actions appears in the toolbar whenever your edits differ from the stored configuration. Nothing is applied until you save. +Changes are collected as you edit — an **Unsaved changes** indicator with **Save** and **Discard** actions appears in the toolbar whenever your edits differ from the stored configuration. Nothing is applied until you save. While you have unsaved changes, the **Settings** tab in the top navigation also shows a warning badge, so the state stays visible even after you switch to another tab. + +![Settings tab showing the unsaved-changes badge](/talemate/img/0.39.0/app-settings-unsaved-badge.png) ![App settings - search](/talemate/img/0.39.0/app-settings-search.png) diff --git a/talemate_frontend/src/components/AppSettings.vue b/talemate_frontend/src/components/AppSettings.vue index 6a1a527a..aaed8940 100644 --- a/talemate_frontend/src/components/AppSettings.vue +++ b/talemate_frontend/src/components/AppSettings.vue @@ -2,15 +2,15 @@ {{ currentPage?.icon || 'mdi-cog' }} - {{ currentPage?.group }} / {{ currentPage?.title }} - + {{ currentPage?.group }} / {{ currentPage?.title }} + Save + Discard + Unsaved changes. Changed outside this view — saving overwrites The configuration was changed elsewhere (another window or the help agent) while you have unsaved edits here. Discard to load the latest, or save to overwrite. - Unsaved changes. - Discard - Save +