mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-06 20:23:23 +00:00
chore: generate
This commit is contained in:
parent
f1adabcddc
commit
b8bd88901a
1 changed files with 6 additions and 1 deletions
|
|
@ -358,7 +358,12 @@ export function SessionContextTab() {
|
|||
<div class="flex flex-col gap-2">
|
||||
<div class="flex items-center justify-between">
|
||||
<div class="text-12-regular text-text-weak">{language.t("context.rawMessages.title")}</div>
|
||||
<Button size="small" variant="ghost" class="gap-1.5 px-2 text-text-weak hover:text-text-base" onClick={exportSession}>
|
||||
<Button
|
||||
size="small"
|
||||
variant="ghost"
|
||||
class="gap-1.5 px-2 text-text-weak hover:text-text-base"
|
||||
onClick={exportSession}
|
||||
>
|
||||
<Icon name="download" size="small" />
|
||||
<span>{language.t("context.export.session")}</span>
|
||||
</Button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue