feat: add API Key Manager button, fix overflow, update branding

Changes:
1. Fixed MULTIX overflow issue - added max-h-full and overflow-hidden to prevent content from pushing interface out of frame

2. Added API Key Manager button in header:
   - Key icon with emerald hover effect
   - Opens modal with provider list (NomadArch Free, Ollama Cloud, OpenAI, Anthropic, OpenRouter)
   - Shows provider status and configuration

3. Updated branding:
   - Window title: 'NomadArch 1.0'
   - Loading screen: 'NomadArch 1.0 - A fork of OpenCode'
   - Updated page titles

4. Added Settings and Key icons to imports
This commit is contained in:
Gemini AI
2025-12-23 14:04:11 +04:00
Unverified
parent 37ff96f849
commit 3cd44dd0c2
5 changed files with 113 additions and 6 deletions

View File

@@ -255,6 +255,7 @@ function createWindow() {
minHeight: 600,
backgroundColor,
icon: iconPath,
title: "NomadArch 1.0",
webPreferences: {
preload: getPreloadPath(),
contextIsolation: true,