mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 05:43:55 +00:00
feat: code
This commit is contained in:
parent
981991d582
commit
a0ca32d878
@ -308,7 +308,10 @@ export function Sidebar(props: { sessionID: string; overlay?: boolean }) {
|
|||||||
<span style={{ fg: theme.text }}>{directory().split("/").at(-1)}</span>
|
<span style={{ fg: theme.text }}>{directory().split("/").at(-1)}</span>
|
||||||
</text>
|
</text>
|
||||||
<text fg={theme.textMuted}>
|
<text fg={theme.textMuted}>
|
||||||
<span style={{ fg: theme.success }}>•</span> <b>Open</b>
|
<span style={{ fg: theme.primary }}>•</span>{" "}
|
||||||
|
<span style={{ fg: theme.primary }}>
|
||||||
|
<b>Tf</b>
|
||||||
|
</span>
|
||||||
<span style={{ fg: theme.text }}>
|
<span style={{ fg: theme.text }}>
|
||||||
<b>Code</b>
|
<b>Code</b>
|
||||||
</span>{" "}
|
</span>{" "}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user