Spaces:
Sleeping
Sleeping
Commit History
Feat: Attach weather (type, temp_c) at save using Open-Meteo for Laurier; cache for 10m; soften fallback message to non-error phrasing; update both RPC and fallback paths without UI jitter. e2c2f42
UX: Remove jitter on Save Item by rendering visit items via stable placeholder function; add double-click guard and in-place refresh after save/delete; avoid full reruns. 957c664
UX: Replace remaining st.spinner usage with stable placeholders to avoid layout jitter during item save flow. Use themed status messages and short delay before rerun for smoother updates. 8f24e76
π Fix: Replace invalid placeholder.spinner() with stable container + status message for AI analysis\n\nCause: st.empty() returns a DeltaGenerator; it has no .spinner() method, causing runtime error in Spaces.\nFix: use status_placeholder.container() and render a themed loading status via ModernUIComponents.\nLogic: keep a fixed-height container to prevent layout jitter while heavy work runs; when done, clear or rerun to update results. 7b439f0
β¨ UI/UX: Stabilize button actions and add Laurier Cares bags celebration dcd4161
π§ Fix login section UI/UX glitches and improve loading states 1f26b21
Persist AI detection session state 25f61db
Tolani Akinola commited on
Update streamlit_app.py 33c6b02
Tolani Akinola commited on
Update streamlit_app.py 5e87687
Tolani Akinola commited on
feat: dark theme, hover text fixes, login RLS token, AI provider fallback, status cards rendering, optional cutoff, improved error visibility 98bc933
Update streamlit_app.py c257b79
Tolani Akinola commited on