Split archive into four content tabs.

Move chart overview and calendar into their own tabs so trades and quotes stay focused.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-07-17 13:59:44 +08:00
parent b7f3a5c289
commit e70e6c7b13
3 changed files with 61 additions and 33 deletions
+12 -2
View File
@@ -7982,7 +7982,9 @@ body.funds-fullscreen-open {
color: var(--text);
}
.archive-quotes-panel,
.archive-main-panel {
.archive-main-panel,
.archive-viz-panel,
.archive-calendar-panel {
background: var(--panel);
border: 1px solid var(--border-soft);
border-radius: var(--radius);
@@ -8000,6 +8002,12 @@ body.funds-fullscreen-open {
padding: 12px;
overflow: visible;
}
.archive-viz-panel.is-active,
.archive-calendar-panel.is-active {
gap: 10px;
padding: 12px;
overflow: visible;
}
.archive-main-panel.is-active {
gap: 10px;
padding: 12px;
@@ -8993,7 +9001,9 @@ body.funds-fullscreen-open {
min-height: 0;
}
#page-archive .archive-quotes-panel,
#page-archive .archive-main-panel {
#page-archive .archive-main-panel,
#page-archive .archive-viz-panel,
#page-archive .archive-calendar-panel {
flex: 0 0 auto;
min-height: 0;
max-height: none;