about summary refs log tree commit diff
path: root/src/state/shell/reminders.ts
Commit message (Collapse)AuthorAgeFilesLines
* Remove email nag promptVika2025-09-181-1/+2
|
* run `yarn lint --fix` (#9013)Samuel Newman2025-09-091-1/+1
|
* Verify email reminders (#4510)Eric Bailey2024-06-181-22/+31
| | | | | | | | | | | | | | | | | | | | | | | | | * Clarify intent * Increase email reminder period to once per day * Fallback * Snooze immediately after account creation, prevent showing right after signup * Fix e2e test exports * Remove redundant check * Better simple date generation * Replace in DateField * Use non-string comparison * Revert change to unrelated code * Also parse * Remove side effect
* Fix email confirmation dialog on startup (#2097)dan2023-12-061-11/+0
| | | | | * Move init time logging to a fn, add guard * Fix email confirmation dialog on startup
* Shell behaviors update (react-query refactor) (#1915)Paul Frazee2023-11-151-6/+16
| | | | | | | | | | | * Move tick-every-minute into a hook/context * Move soft-reset event out of the shell model * Update soft-reset listener on new search page * Implement session-loaded and session-dropped events * Update analytics and push-notifications to use new session system
* State layer cleanup: move alt-text-required into preferences and fix a bug ↵Paul Frazee2023-11-081-6/+3
| | | | | | | in reminders (#1845) * Move alt-text-required into preferences * Fix bug: reminders now using new onboarding state
* Move reminders to new persisted state layer (#1834)Paul Frazee2023-11-071-0/+40