feat(app): allow users to select directory text on new session (#9760)
This commit is contained in:
parent
79aa931a05
commit
8e8fb6a54b
1 changed files with 1 additions and 1 deletions
|
|
@ -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="text-20-medium text-text-weaker">{language.t("command.session.new")}</div>
|
||||||
<div class="flex justify-center items-center gap-3">
|
<div class="flex justify-center items-center gap-3">
|
||||||
<Icon name="folder" size="small" />
|
<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())}
|
{getDirectory(projectRoot())}
|
||||||
<span class="text-text-strong">{getFilename(projectRoot())}</span>
|
<span class="text-text-strong">{getFilename(projectRoot())}</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue