fix: Streamlit use_container_width deprecation 마이그레이션 #74
No reviewers
Labels
No labels
api
bug
chore
collector
decision-needed
docs
enhancement
feature
feedback-loop
frontend
infra
skill
test
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
xhh/financial-data-platform!74
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/streamlit-width-deprecation"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
변경 요약
Streamlit
use_container_widthdeprecation 마이그레이션.=True30곳을 모두width="stretch"로 치환.원문 경고:
변경 파일
frontend/streamlit/pages/1_Market_Coverage.py(+6/-6)frontend/streamlit/pages/2_Sector_Flows.py(+6/-6)frontend/streamlit/pages/3_Indicator_Detail.py(+10/-10)frontend/streamlit/pages/4_Collection_History.py(+4/-4)frontend/streamlit/pages/5_Data_Coverage.py(+2/-2)frontend/streamlit/pages/6_Manual_Trigger.py(+1/-1)frontend/streamlit/pages/7_API_Keys.py(+1/-1)검증
docker compose build streamlit후 재기동curl http://localhost:8501/HTTP 200use_container_widthdeprecation 경고 0건영향 범위
UI 동작 변화 없음 (true → stretch 는 의미 동일).