Implemented guests cache. Implemented guests function within unifi.js. Updated app screenshots. Updated manifest.json. Added details.ejs component. Implemented voucher detail slide-over. Updated cache.js logic to fetch guests. Updated README.md. Implemented voucher detail component route.

This commit is contained in:
Glenn de Haan
2024-04-25 21:10:46 +02:00
parent 72d6f4df3c
commit f68ee13ec0
16 changed files with 296 additions and 12 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 KiB

After

Width:  |  Height:  |  Size: 86 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 85 KiB

After

Width:  |  Height:  |  Size: 85 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 41 KiB

After

Width:  |  Height:  |  Size: 106 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 64 KiB

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

View File

@@ -38,6 +38,12 @@
"type": "image/png",
"form_factor": "narrow"
},
{
"src": "./images/screenshots/mobile_screenshot_4.png",
"sizes": "413x877",
"type": "image/png",
"form_factor": "narrow"
},
{
"src": "./images/screenshots/desktop_screenshot_1.png",
"sizes": "1280x720",
@@ -55,6 +61,12 @@
"sizes": "1280x720",
"type": "image/png",
"form_factor": "wide"
},
{
"src": "./images/screenshots/desktop_screenshot_4.png",
"sizes": "1280x720",
"type": "image/png",
"form_factor": "wide"
}
],
"start_url": "/",