You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(core): implement customizable block duration with smart session lock
- Add block duration global setting (15m to 24h) in the dashboard UI.
- Replace dynamic reset intervals with an immutable `NEXT_RESET_KEY` in `SessionStorage`.
- Implement a smart gatekeeper in `StorageFacade` to prevent time-travel bypass during active blocks.
- Add localized i18n keys and values for the new duration options.
0 commit comments