From d297c6310a6a4db8dd7cc3efe6ff59620deadcc0 Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Sat, 13 Jul 2024 17:29:33 +0200 Subject: frontend/reader: Show loading indicators Sometimes images may not load fast enough, resulting in the app being seemingly stuck displaying the same sets of images. Use a timeout to detect when images take too long to load and show a spinner instead. --- frontend/.eslintrc.cjs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'frontend/.eslintrc.cjs') diff --git a/frontend/.eslintrc.cjs b/frontend/.eslintrc.cjs index c204ebe..352fa79 100644 --- a/frontend/.eslintrc.cjs +++ b/frontend/.eslintrc.cjs @@ -34,7 +34,8 @@ module.exports = { '@typescript-eslint/no-unsafe-assignment': 'off', '@typescript-eslint/no-unsafe-call': 'off', '@typescript-eslint/no-unsafe-enum-comparison': 'off', - '@typescript-eslint/no-unsafe-member-access': 'off' + '@typescript-eslint/no-unsafe-member-access': 'off', + 'no-undef': 'off' } }, { -- cgit v1.2.3-2-gb3c3