mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-04 23:40:48 +00:00
This commit is contained in:
parent
65d9e829e7
commit
3723e1b8d2
2 changed files with 2 additions and 2 deletions
|
|
@ -109,7 +109,7 @@ export const SessionReview = (props: SessionReviewProps) => {
|
|||
<FileIcon node={{ path: diff.file, type: "file" }} />
|
||||
<div data-slot="session-review-file-name-container">
|
||||
<Show when={diff.file.includes("/")}>
|
||||
<span data-slot="session-review-directory">{getDirectory(diff.file)}‎</span>
|
||||
<span data-slot="session-review-directory">{`\u202A${getDirectory(diff.file)}\u202C`}</span>
|
||||
</Show>
|
||||
<span data-slot="session-review-filename">{getFilename(diff.file)}</span>
|
||||
<Show when={props.onViewFile}>
|
||||
|
|
|
|||
|
|
@ -620,7 +620,7 @@ export function SessionTurn(
|
|||
<div data-slot="session-turn-file-path">
|
||||
<Show when={diff.file.includes("/")}>
|
||||
<span data-slot="session-turn-directory">
|
||||
{getDirectory(diff.file)}‎
|
||||
{`\u202A${getDirectory(diff.file)}\u202C`}
|
||||
</span>
|
||||
</Show>
|
||||
<span data-slot="session-turn-filename">{getFilename(diff.file)}</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue