Merge pull request #350 from EdouardVanbelle/fix/blank-section-on-token-expired

fix(ui): handle any session expired and trigger transparently a refresh token
This commit is contained in:
Dionisio Pozo
2026-05-08 01:21:42 +02:00
committed by GitHub
4 changed files with 115 additions and 8 deletions
+4
View File
@@ -3,6 +3,10 @@
* This file contains the core functionality, initialization and state management
*/
import { installFetchInterceptor } from '../core/fetchWrapper.js';
installFetchInterceptor();
import { formatFileSize, formatQuotaSize } from '../core/formatters.js';
import { i18n } from '../core/i18n.js';
import { oxiIconsInit } from '../core/icons.js';