Browse Source

UI improvements

paviko 3 months ago
parent
commit
bcb40a85f4

+ 1 - 1
hosts/jetbrains-plugin/build.gradle.kts

@@ -5,7 +5,7 @@ plugins {
 }
 
 group = "paviko.opencode"
-version = "25.11.20"
+version = "25.11.24"
 
 repositories {
     mavenCentral()

+ 1 - 1
hosts/jetbrains-plugin/changelog.html

@@ -1,6 +1,6 @@
 <h2>OpenCode (unofficial) JetBrains Plugin Changelog</h2>
 
-<h3>2025.11.xx</h3>
+<h3>2025.11.24</h3>
 <ul>
   <li>Fixed multi-project bug with drag&drop and "Add to context"</li>
   <li>UI improvements</li>

+ 1 - 1
hosts/vscode-plugin/CHANGELOG.md

@@ -5,7 +5,7 @@ All notable changes to the OpenCode VSCode extension will be documented in this
 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
-## [25.11.xx] - 2025-11-xx
+## [25.11.24] - 2025-11-24
 
 - UI improvements
 

+ 1 - 1
hosts/vscode-plugin/package.json

@@ -2,7 +2,7 @@
   "name": "opencode-ux-plus",
   "displayName": "OpenCode UX+ (unofficial)",
   "description": "Unofficial OpenCode VSCode extension",
-  "version": "25.11.20",
+  "version": "25.11.24",
   "publisher": "paviko",
   "author": {
     "name": "paviko"

+ 1 - 1
packages/opencode/webgui/src/components/ModelSelector.tsx

@@ -133,7 +133,7 @@ export function ModelSelector({ selectedProviderId, selectedModelId, onSelect, d
       </button>
 
       {isOpen && (
-        <div className="absolute bottom-full left-0 mb-1 w-72 bg-white dark:bg-gray-900 border border-gray-200 dark:border-gray-700 rounded-lg shadow-lg z-50 max-h-96 overflow-hidden flex flex-col">
+        <div className="absolute bottom-full left-0 mb-1 min-w-[300px] w-max max-w-[500px] bg-white dark:bg-gray-900 border border-gray-200 dark:border-gray-700 rounded-lg shadow-lg z-50 max-h-96 overflow-hidden flex flex-col">
           {/* Search input */}
           <div className="p-2 border-b border-gray-200 dark:border-gray-700">
             <input