Add secret and global state management + messaging between web and extension; persist API key and max num requests; add Welcome screen

This commit is contained in:
Saoud Rizwan
2024-07-07 11:22:16 -04:00
parent 991ea6bd4e
commit 8ba1be1167
10 changed files with 329 additions and 36 deletions

View File

@@ -14,4 +14,8 @@ body {
}
textarea:focus {
outline: 1.5px solid var(--vscode-focusBorder, #007fd4);
}
}
vscode-button::part(control):focus {
outline: none;
}