mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 05:43:55 +00:00
feat(app): allow users to select directory text on new session (#9760)
This commit is contained in:
parent
79aa931a05
commit
8e8fb6a54b
@ -53,7 +53,7 @@ export function NewSessionView(props: NewSessionViewProps) {
|
||||
<div class="text-20-medium text-text-weaker">{language.t("command.session.new")}</div>
|
||||
<div class="flex justify-center items-center gap-3">
|
||||
<Icon name="folder" size="small" />
|
||||
<div class="text-12-medium text-text-weak">
|
||||
<div class="text-12-medium text-text-weak select-text">
|
||||
{getDirectory(projectRoot())}
|
||||
<span class="text-text-strong">{getFilename(projectRoot())}</span>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user