fix(panel): remove timestamp (not well defined)

This commit is contained in:
Simon
2026-03-03 20:52:55 +08:00
parent fe792f1ceb
commit 69f2478fd7
3 changed files with 5 additions and 19 deletions
-10
View File
@@ -32,16 +32,6 @@ export function createCard({ icon, content, meta, type }: CardOptions): string {
`
}
/** Format timestamp for cards */
export function formatTime(locale: string = 'en-US'): string {
return new Date().toLocaleTimeString(locale, {
hour12: false,
hour: '2-digit',
minute: '2-digit',
second: '2-digit',
})
}
/** Create reflection lines from reflection object */
export function createReflectionLines(reflection: {
evaluation_previous_goal?: string