feat: implement cross-tab idle session timeout and add request collapsing to token refresh logic.

This commit is contained in:
estifanos
2026-08-19 09:29:02 +00:00
parent 439a4963ec
commit 4e2f63d4df
8 changed files with 147 additions and 14 deletions

View File

@@ -105,6 +105,8 @@ export const am: Translations = {
common: {
logout: "ውጣ",
idleLogoutTitle: "ክፍለ ጊዜው አልቋል",
idleLogoutMessage: "ለ15 ደቂቃ እንቅስቃሴ ባለማድረግዎ ምክንያት ወጥተዋል።",
profile: "መገለጫ",
settings: "ቅንብሮች",
export: "ላክ",

View File

@@ -103,6 +103,8 @@ export const en = {
common: {
logout: 'Log out',
idleLogoutTitle: 'Session ended',
idleLogoutMessage: 'You were signed out after 15 minutes of inactivity.',
profile: 'Profile',
settings: 'Settings',
export: 'Export',