diff --git a/src/app/components/MediaEntry.tsx b/src/app/components/MediaEntry.tsx index 35339c4..124f931 100644 --- a/src/app/components/MediaEntry.tsx +++ b/src/app/components/MediaEntry.tsx @@ -33,7 +33,7 @@ export const IMAGE_EXTS = new Set(['png', 'jpg', 'jpeg', 'gif', 'bmp', 'webp', export const AUDIO_EXTS = new Set(['sid', 'psid', 'rsid', 'mus', 'vgm']); export const ROM_EXTS = new Set(['bin', 'rom', 'crt']); export const TAPE_EXTS = new Set(['tap', 'htap', 't64', 'tcrt']); -export const DISK_EXTS = new Set(['d41', 'd64', 'd71', 'd80', 'd81', 'd82', 'g64', 'g71', 'g81', 'p64', 'p71', 'p81', 'nib']); +export const DISK_EXTS = new Set(['c64', 'd41', 'd64', 'd67', 'd71', 'd80', 'd81', 'd82', 'd88', 'f64', 'g41', 'g64', 'g71', 'g81', 'm2i', 'nbz', 'nib', 'p64', 'p71', 'p81', 'scp', 'x64']); export const DISC_EXTS = new Set(['iso', 'img', 'cue']); export const HD_EXTS = new Set(['d1m', 'd2m', 'd4m', 'd90', 'dhd', 'hdd', 'bbt', 'd8b', 'dfi']); export const ARCHIVE_EXTS = new Set(['zip', '7z', 'tar', 'gz', 'bz2', 'xz', 'rar', 'arj', 'lzh', 'ace', 'z', 'lha', 'cab', 'lbr', 'arc', 'ark', 'lnx']); diff --git a/src/app/components/StatusPage.tsx b/src/app/components/StatusPage.tsx index 22c067d..61ac238 100644 --- a/src/app/components/StatusPage.tsx +++ b/src/app/components/StatusPage.tsx @@ -378,6 +378,13 @@ export default function StatusPage({ config, setConfig }: StatusPageProps) {

System Status +
+
Uptime
+
+ + 3h 24m +
+

@@ -422,10 +429,6 @@ export default function StatusPage({ config, setConfig }: StatusPageProps) { Connected
-
IP Address
-
192.168.1.100
-
MAC Address
-
AA:BB:CC:DD:EE:FF
WebSocket
{wsStatus === 'connecting' && <>Connecting} @@ -434,11 +437,10 @@ export default function StatusPage({ config, setConfig }: StatusPageProps) {
-
Uptime
-
- - 3h 24m -
+
IP Address
+
192.168.1.100
+
MAC Address
+
AA:BB:CC:DD:EE:FF