ui: improve fetch button color and settings CSV documentation 08407b7 raylim Copilot commited on Feb 26
fix: pass session_id to telemetry so logged-in users are not reported as Anonymous 30353a0 raylim Claude Opus 4.6 commited on Feb 17
fix: show existing slides row when switching to Upload Files mode ec80932 raylim Claude Opus 4.6 commited on Feb 14
fix: move session_id_input definition before first reference 51aa2b6 raylim Claude Opus 4.6 commited on Feb 14
fix: pass session_id to storage/slides functions on HF Spaces 31037c1 raylim Claude Opus 4.6 commited on Feb 14
fix: use gr.skip() to prevent reconnection events from clearing login state 4608eac raylim Claude Opus 4.6 commited on Feb 14
fix: use session_id_input.change() instead of demo.load() for login state a22fed0 raylim Claude Opus 4.6 commited on Feb 14
fix: cache and replay page-load result on Gradio reconnection events da47bf6 raylim Claude Opus 4.6 commited on Feb 14
fix: prevent Gradio reconnection from overwriting logged-in state 0c090ec raylim Claude Opus 4.6 commited on Feb 14
debug: add visible diagnostics to on_page_load for session troubleshooting b832f22 raylim Claude Opus 4.6 commited on Feb 14
fix: consolidate page-load into single demo.load() to avoid chaining issues 9c52c83 raylim Claude Opus 4.6 commited on Feb 13
fix: chain demo.load events sequentially for reliable session propagation a89aa53 raylim Claude Opus 4.6 commited on Feb 13
fix: pass localStorage session ID to all user storage handlers ed36f34 raylim Claude Opus 4.6 commited on Feb 13
fix: use pure JS logout — clear localStorage and reload page a9f0b4d raylim Claude Opus 4.6 commited on Feb 13
fix: move localStorage clear to .then() chain after logout handler ca82d4c raylim Claude Opus 4.6 commited on Feb 13
fix: simplify logout handler — no inputs, just clear localStorage side-effect deda499 raylim Claude Opus 4.6 commited on Feb 13
fix: use Gradio button for sign-out instead of navigation link 70bd6db raylim Claude Opus 4.6 commited on Feb 13
fix: use localStorage instead of cookies for session persistence b656af2 raylim Claude Opus 4.6 commited on Feb 13
fix: handle Gradio Obj type in cookie lookup for session detection f739613 raylim Claude Opus 4.6 commited on Feb 13
fix: use lifespan handler + server-side session for OAuth on HF Spaces de07ddb raylim Claude Opus 4.6 commited on Feb 13
fix: use Gradio built-in OAuth routes instead of custom ones 73fd19d raylim Claude Opus 4.6 commited on Feb 13
fix: use ASGI middleware for OAuth routes to prevent Gradio 404 2d8fcaf raylim Claude Opus 4.6 commited on Feb 13
feat: implement manual OAuth for HF Spaces Docker SDK 8492a0e raylim Claude Opus 4.6 commited on Feb 13
fix: clear LoginButton load event on HF Spaces to prevent self-reveal 98b35f0 raylim Claude Opus 4.6 commited on Feb 12
fix: hide LoginButton on HF Spaces (sdk:docker) and hash usernames in telemetry 99357ca raylim Claude Opus 4.6 commited on Feb 12
fix: stop using request.username on HF Spaces (returns Space owner, not visitor) bce9604 raylim Claude Opus 4.6 commited on Feb 12
fix: hide LoginButton on initial load in HF Spaces to prevent flash 9adb105 raylim Claude Opus 4.6 commited on Feb 12
docs: add login & user storage section to in-app documentation 7cd9c01 raylim Claude Opus 4.6 commited on Feb 12
fix: use OAuthProfile for login state across all UI functions 02148f5 raylim Claude Opus 4.6 commited on Feb 11
fix: use login() instead of success() for LoginButton event handler 9a9c8c3 raylim commited on Feb 11
fix: hide existing slides selector when TCGA fetch mode is selected cdf4f0d raylim commited on Feb 11
fix: use OAuthProfile instead of request.username for HF Spaces login 847294a raylim Claude Opus 4.6 commited on Feb 11
fix: handle AuthenticationMiddleware error when accessing request.username 89430a7 raylim commited on Feb 10
fix: use cached_slide_count instead of from_cache boolean for accurate telemetry 99f61a7 raylim Claude Opus 4.6 commited on Feb 10
Merge pull request #25 from pathology-data-mining/feature/hf-user-telemetry 2e7e79a unverified raylim commited on Feb 6
fix: address PR review feedback for HF user telemetry cb59bc2 raylim Claude Opus 4.6 commited on Feb 6
refactor: reduce log noise for expected HF 404 errors in cache download 9dda4b6 raylim commited on Feb 5