Removed SID middleware. Implemented cache module. Updated screenshots. Removed old background images. Updated manifest.json. Updated 404 and login background color. Updated error alert styling. Updated voucher branding/layout. Updated README.md. Cleanup server.js. Removed GET /voucher route. Updated redirects to GET /vouchers. Implemented caching mechanism for UniFi vouchers overview. Implemented force refresh option.

This commit is contained in:
Glenn de Haan
2024-03-26 20:21:36 +01:00
parent 23c8e990e7
commit 65c79b1f3d
23 changed files with 375 additions and 241 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 470 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 548 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 734 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 626 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 584 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 294 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 509 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 468 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 575 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 669 KiB

After

Width:  |  Height:  |  Size: 73 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 209 KiB

After

Width:  |  Height:  |  Size: 81 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 52 KiB

After

Width:  |  Height:  |  Size: 69 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 KiB

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

View File

@@ -32,6 +32,12 @@
"type": "image/png",
"form_factor": "narrow"
},
{
"src": "./images/screenshots/mobile_screenshot_3.png",
"sizes": "413x877",
"type": "image/png",
"form_factor": "narrow"
},
{
"src": "./images/screenshots/desktop_screenshot_1.png",
"sizes": "1280x720",
@@ -43,6 +49,12 @@
"sizes": "1280x720",
"type": "image/png",
"form_factor": "wide"
},
{
"src": "./images/screenshots/desktop_screenshot_3.png",
"sizes": "1280x720",
"type": "image/png",
"form_factor": "wide"
}
],
"start_url": "/",