From fd967f570985339905c52238ead049555c5efcdc Mon Sep 17 00:00:00 2001 From: 0neGal Date: Thu, 20 Jan 2022 13:45:57 +0100 Subject: added fallback icon, and ways to close the browser You can either click "Escape" or simply click on the darkened background and it'll then close it. Ideally the fallback icon should never be shown, and it is more for testing. I also added a search bar that does nothing currently. --- src/app/icons/no-image.png | Bin 0 -> 1959 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/app/icons/no-image.png (limited to 'src/app/icons') diff --git a/src/app/icons/no-image.png b/src/app/icons/no-image.png new file mode 100644 index 0000000..43265d1 Binary files /dev/null and b/src/app/icons/no-image.png differ -- cgit v1.2.3 From 329787eaac645caf3cd4fc713ee2e202d9a6de7a Mon Sep 17 00:00:00 2001 From: 0neGal Date: Thu, 27 Jan 2022 18:07:30 +0100 Subject: add new icon This both changes the ones in src/assets and src/app/icons --- src/app/icons/viper.png | Bin 137107 -> 59028 bytes src/assets/icons/512x512.png | Bin 137107 -> 59028 bytes src/assets/icons/icon.ico | Bin 201799 -> 194797 bytes 3 files changed, 0 insertions(+), 0 deletions(-) (limited to 'src/app/icons') diff --git a/src/app/icons/viper.png b/src/app/icons/viper.png index 281f3dd..69b1cce 100644 Binary files a/src/app/icons/viper.png and b/src/app/icons/viper.png differ diff --git a/src/assets/icons/512x512.png b/src/assets/icons/512x512.png index 281f3dd..69b1cce 100644 Binary files a/src/assets/icons/512x512.png and b/src/assets/icons/512x512.png differ diff --git a/src/assets/icons/icon.ico b/src/assets/icons/icon.ico index 32df0c5..06702df 100644 Binary files a/src/assets/icons/icon.ico and b/src/assets/icons/icon.ico differ -- cgit v1.2.3