차트로딩중 적용

This commit is contained in:
Macbook
2026-05-30 03:35:34 +09:00
parent e7a6c22cc2
commit 961609242c
6 changed files with 70 additions and 60 deletions
+7 -14
View File
@@ -2274,23 +2274,10 @@ function App() {
legend={legend}
/>
{/* 로딩 오버레이 */}
{useUpbit && isLoading && (
<div className="chart-loading">
<div className="loading-spinner" />
<span> ...</span>
</div>
)}
{isSingleLoadingMore && (
<div className="chart-history-loading">
<div className="loading-spinner" style={{ width: 14, height: 14 }} />
<span> ...</span>
</div>
)}
<TradingChart
key={chartMountKey}
chartVisible={chartVisible}
dataLoading={useUpbit && isLoading}
bars={bars} barsMarket={barsMarket} market={symbol} timeframe={timeframe} displayTimezone={displayTimezone}
chartType={chartType} theme={theme} mode={mode}
indicators={effectiveIndicators} drawingTool={drawingTool}
@@ -2362,6 +2349,12 @@ function App() {
volumeVisible={chartVolumeVisible}
paneSeparatorOptions={chartPaneSeparator}
/>
{isSingleLoadingMore && (
<div className="chart-history-loading">
<div className="loading-spinner" style={{ width: 14, height: 14 }} />
<span> ...</span>
</div>
)}
{/* 백테스팅 결과 통계 배지 */}
{btMatchesChart && layoutDef.count === 1 && (