peregrine/app/pages
pyr0ball 9702646738 fix(cloud): replace DEFAULT_DB with get_db_path() across all Streamlit pages
Pages were hardcoding DEFAULT_DB at import time, meaning cloud-mode
per-user DB routing was silently ignored. Pages affected:
1_Job_Review, 5_Interviews, 6_Interview_Prep, 7_Survey.

Adds resolve_session("peregrine") + get_db_path() pattern to each,
matching the pattern already used in 4_Apply.py.

Fixes #24.
2026-04-01 07:09:35 -07:00
..
0_Setup.py fix: keyword suggestions visibility, wizard identity autofill, dynamic sync label 2026-03-16 21:47:37 -07:00
1_Job_Review.py fix(cloud): replace DEFAULT_DB with get_db_path() across all Streamlit pages 2026-04-01 07:09:35 -07:00
2_Settings.py feat(settings): add ui_switcher toggle to Deployment expander 2026-03-22 16:50:17 -07:00
4_Apply.py fix(cloud): use per-user config dir for wizard gate; redirect on invalid session 2026-03-13 11:24:42 -07:00
5_Interviews.py fix(cloud): replace DEFAULT_DB with get_db_path() across all Streamlit pages 2026-04-01 07:09:35 -07:00
6_Interview_Prep.py fix(cloud): replace DEFAULT_DB with get_db_path() across all Streamlit pages 2026-04-01 07:09:35 -07:00
7_Survey.py fix(cloud): replace DEFAULT_DB with get_db_path() across all Streamlit pages 2026-04-01 07:09:35 -07:00