feat: complete strategy and market data improvements

This commit is contained in:
leefer
2026-07-29 16:50:40 +08:00
parent c30d2107b3
commit 0030bb8cc1
18 changed files with 1622 additions and 162 deletions
+7 -3
View File
@@ -888,7 +888,7 @@ tbody tr.clickable{cursor:pointer}
#themeLibraryView.active-view{overflow:hidden}
#themeLibraryView .theme-library-workspace-v2{height:100%;grid-template-rows:minmax(0,1fr);align-items:stretch;overflow:hidden}
#themeLibraryView .theme-detail-stack-v2{grid-template-rows:minmax(0,1.35fr) minmax(0,.85fr)}
#themeLibraryView .theme-detail-stack-v2{grid-template-rows:auto minmax(0,1fr)}
#themeLibraryView .theme-directory-card-v2,
#themeLibraryView .theme-detail-column-v2,
#themeLibraryView .theme-detail-stack-v2{height:100%;min-height:0;overflow:hidden}
@@ -926,7 +926,9 @@ tbody tr.clickable{cursor:pointer}
:root body:is(
[data-active-view="sentimentCycleView"],
[data-active-view="rotationView"],
[data-active-view="screenerView"]
[data-active-view="screenerView"],
[data-active-view="ladderView"],
[data-active-view="reviewWorkspaceView"]
) .app-main{
height:var(--workspace-height);
min-height:0;
@@ -937,7 +939,9 @@ tbody tr.clickable{cursor:pointer}
:root #sentimentCycleView.active-view,
:root #rotationView.active-view,
:root #screenerView.active-view{
:root #screenerView.active-view,
:root #ladderView.active-view,
:root #reviewWorkspaceView.active-view{
height:auto;
min-height:0;
display:block;