mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-18 23:52:42 +00:00
tui: remove bullet prefix from timestamps in session view for cleaner display
This commit is contained in:
parent
f1dc9818b6
commit
a0831eade1
1 changed files with 2 additions and 2 deletions
|
|
@ -969,8 +969,8 @@ function UserMessage(props: {
|
|||
fallback={
|
||||
<span style={{ fg: theme.textMuted }}>
|
||||
{ctx.showTimestamps()
|
||||
? `· ${Locale.todayTimeOrDateTime(props.message.time.created)}`
|
||||
: `· ${Locale.time(props.message.time.created)}`}
|
||||
? Locale.todayTimeOrDateTime(props.message.time.created)
|
||||
: Locale.time(props.message.time.created)}
|
||||
</span>
|
||||
}
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue