{% extends "base.html" %} {% block title %}Settings ยท Steady{% endblock %} {% block content %}

Make Steady feel easier

Settings

Choose what supports you. Every preference can be changed again.

{{ form.hidden_tag() }}
Appearance and reading
{{ form.theme.label }} {{ form.theme() }}

Auto follows your device's light or dark setting.

{{ form.dyslexia_font.label }}

Uses an installed accessible font when available, with a spacious local fallback and no external font request.

{{ form.dyslexia_font(role="switch") }}
Feedback
{{ form.completion_chime.label }}

Visual completion feedback remains available when sound is off.

{{ form.completion_chime(role="switch") }}
Reminders
{{ form.notification_frequency.label }} {{ form.notification_frequency() }}

This prepares your preference for a future reminder service. Quiet is the default.

Browser reminders are not active yet

No notifications are scheduled, and Steady has not requested browser permission.

This check does not request permission or subscribe your browser.

{{ form.submit(class="button") }}
{% endblock %}