Add context file content textarea with drag and drop support for txt and md files

This commit is contained in:
Cody Seibert
2025-12-09 02:27:48 -05:00
parent e4b45f53f3
commit 4724fab62a
2 changed files with 10 additions and 15 deletions

View File

@@ -351,16 +351,6 @@ export function ContextView() {
</div>
</div>
<div className="flex gap-2">
<Button
variant="outline"
size="sm"
onClick={loadContextFiles}
disabled={isLoading}
data-testid="reload-context"
>
<RefreshCw className="w-4 h-4 mr-2" />
Reload
</Button>
<Button
size="sm"
onClick={() => setIsAddDialogOpen(true)}