From a5edc770771479532f6e4af08e71b242744625d2 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Fri, 2 Apr 2021 15:54:30 +0200 Subject: mitigating some weird nav issues and FOUC --- frontend/site/types.js | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'frontend/site/types.js') diff --git a/frontend/site/types.js b/frontend/site/types.js index 4ab897f..a83febe 100644 --- a/frontend/site/types.js +++ b/frontend/site/types.js @@ -1,11 +1,8 @@ import { with_type } from 'app/api/crud.types' export const site = with_type('site', [ - 'set_site_title', 'loading', 'loaded', 'error', 'interact' -]) - -export const system = with_type('system', [ - 'load_site', + 'set_site_title', 'loading', 'loaded', 'error', + 'load_site', 'interact', ]) export const init = '@@INIT' -- cgit v1.2.3-70-g09d2