mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-04 23:40:48 +00:00
feat(app): localize "free usage exceeded" error & "Add credits" clickable link (#13652)
This commit is contained in:
parent
cf50a289db
commit
3a3aa300bb
18 changed files with 56 additions and 1 deletions
|
|
@ -560,6 +560,12 @@
|
|||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.retry-error-link,
|
||||
.error-card-link {
|
||||
color: var(--text-strong);
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
[data-slot="session-turn-collapsible-content-inner"] {
|
||||
width: 100%;
|
||||
min-width: 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue