mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-26 02:24:43 +00:00
feat: code
This commit is contained in:
@@ -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>{" "}
|
||||||
|
|||||||
Reference in New Issue
Block a user