refactor(frontend): convert contexts layer to TS and align page integration

This commit is contained in:
Yiannis
2026-03-11 02:35:19 +02:00
parent 499196b0f6
commit c8b47a7922
26 changed files with 336 additions and 306 deletions

View File

@@ -12,10 +12,6 @@ jest.mock('../../../src/static/js/utils/classes/', () => ({
})),
}));
jest.mock('../../../src/static/js/utils/dispatcher.js', () => ({
register: jest.fn(),
}));
function getRenderers(ThemeProvider: React.FC<{ children: React.ReactNode }>, useTheme: typeof useThemeHook) {
const data: { current: any } = { current: undefined };