Skip to content

Fix: add show_reading_timer user preference to API#513

Open
mircealungu wants to merge 1 commit intomasterfrom
auto-fix/issue-965
Open

Fix: add show_reading_timer user preference to API#513
mircealungu wants to merge 1 commit intomasterfrom
auto-fix/issue-965

Conversation

@mircealungu
Copy link
Copy Markdown
Member

Summary

API-side support for zeeguu/web#965.

Adds the show_reading_timer preference so the frontend can persist the timer visibility setting across sessions.

Changes

  • user_preference.py: add SHOW_READING_TIMER = "show_reading_timer" constant
  • user_preferences.py: handle show_reading_timer in save_user_preferences endpoint (same pattern as show_mwe_hints)

To discuss this fix, find this session at https://claude.ai/code

Closes zeeguu/web#965 (API side)

Add SHOW_READING_TIMER constant to UserPreference model and handle it
in the save_user_preferences endpoint so the frontend can persist the
timer visibility setting across sessions.
@github-actions
Copy link
Copy Markdown

ArchLens - No architecturally relevant changes to the existing views

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants