Fixed image loading taking a few seconds to load content

This commit is contained in:
2025-11-18 16:08:56 -05:00
parent 2282f8194e
commit 0f058b5189
3 changed files with 585 additions and 619 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "waifu-board", "name": "waifu-board",
"version": "v1.1.1", "version": "v1.2.0",
"description": "An image board app to store and browse your favorite waifus!", "description": "An image board app to store and browse your favorite waifus!",
"main": "main.js", "main": "main.js",
"scripts": { "scripts": {

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
const GITHUB_OWNER = 'ItsSkaiya'; const GITHUB_OWNER = 'ItsSkaiya';
const GITHUB_REPO = 'WaifuBoard'; const GITHUB_REPO = 'WaifuBoard';
const CURRENT_VERSION = 'v1.1.1'; const CURRENT_VERSION = 'v1.2.0';
let currentVersionDisplay; let currentVersionDisplay;
let latestVersionDisplay; let latestVersionDisplay;