Show open time and hold duration on position cards.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-07-29 15:41:56 +08:00
parent 195e63fb2e
commit 3df64aeb2d
4 changed files with 58 additions and 0 deletions
+1
View File
@@ -238,6 +238,7 @@ export type PlanState = {
position: {
has_position: boolean;
group_id?: string;
open_at_ms?: number | null;
perp_side?: string;
option_side?: string;
perp_inst_id?: string;