From 1fa52517d5b62334c3a25efedc07ae512e2a2759 Mon Sep 17 00:00:00 2001 From: jzitnik-dev Date: Fri, 22 May 2026 14:52:58 +0200 Subject: [PATCH] docs: Added another TODO --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a01361f..c35054c 100644 --- a/README.md +++ b/README.md @@ -23,3 +23,5 @@ Each page can have multiple patches, that are in the `templates` folder in the p ## TODO - [ ] Add option to disable the default styles +- [ ] Hijack the loading to actually load after all the patches are applied + We can hack the current loader (the white div on the top of the webpage) to show only after all the patches are applied, so we don't have flash of the old UI.