doc: updated screenshots

This commit is contained in:
Simeon Radivoev 2026-03-15 17:41:56 +02:00
parent acadfe04ad
commit 364bc9d0be
Signed by: simeonradivoev
GPG key ID: 7611A451D2A5D37A
15 changed files with 36 additions and 20 deletions

BIN
.github/screenshots/3nhuKCK6E3.jpg (Stored with Git LFS) vendored Normal file

Binary file not shown.

BIN
.github/screenshots/4MtAe7Wkev.png (Stored with Git LFS) vendored Normal file

Binary file not shown.

BIN
.github/screenshots/7s0842oAC9.png (Stored with Git LFS) vendored

Binary file not shown.

BIN
.github/screenshots/8jipsHiLST.png (Stored with Git LFS) vendored

Binary file not shown.

BIN
.github/screenshots/CpBLzTNM6N.png (Stored with Git LFS) vendored Normal file

Binary file not shown.

BIN
.github/screenshots/FHMzJjGOs6.png (Stored with Git LFS) vendored

Binary file not shown.

BIN
.github/screenshots/GL7SkQbHIY.png (Stored with Git LFS) vendored Normal file

Binary file not shown.

BIN
.github/screenshots/J5BHVZBh7k.png (Stored with Git LFS) vendored

Binary file not shown.

BIN
.github/screenshots/Pkazk0RufB.png (Stored with Git LFS) vendored Normal file

Binary file not shown.

BIN
.github/screenshots/xNj7scPEDQ.png (Stored with Git LFS) vendored Normal file

Binary file not shown.

BIN
.github/screenshots/yObFD2LySH.jpg (Stored with Git LFS) vendored Normal file

Binary file not shown.

BIN
.github/screenshots/zl8Dj4xnEw.png (Stored with Git LFS) vendored Normal file

Binary file not shown.

View file

@ -10,21 +10,24 @@ Focused on building a simple user experience and intuitive UI as a curated commu
## Features ## Features
### Integrations ### Integrations
- **[ROMM](https://github.com/rommapp/romm)** - download, sync and update roms and platforms. - **[ROMM](https://github.com/rommapp/romm)** - download, sync and update roms and platforms.
- **[Emulator JS](https://github.com/EmulatorJS/EmulatorJS)** - play your games with emulator js right within the app. Uses RetroArch cores. - **[Emulator JS](https://github.com/EmulatorJS/EmulatorJS)** - play your games with emulator js right within the app. Uses RetroArch cores.
### Store ### Store
- **Emulators** - (WIP) Download and install emulators and automatically configure them - **Emulators** - (WIP) Download and install emulators and automatically configure them
- **Free Curated Games** - Download free curreted games and homebrew roms without ever leaving the app - **Free Curated Games** - Download free curreted games and homebrew roms without ever leaving the app
### Others ### Others
- **Cross Platform** - Can run on multiple platforms. Built with web technologies and bun backend. - **Cross Platform** - Can run on multiple platforms. Built with web technologies and bun backend.
- **Steam Deck Support** - Extensively tested with the steam deck. It can use flatpak installed browsers. - **Steam Deck Support** - Extensively tested with the steam deck. It can use flatpak installed browsers.
- **Lightweight** - It uses the existing system browser to launch the front end, so no need to include a whole web browser. - **Lightweight** - It uses the existing system browser to launch the front end, so no need to include a whole web browser.
- On Windows it first uses webview2 then your browser - On Windows it first uses webview2 then your browser
- On linux it uses WebKitGTK or a browser even from flatpak - On linux it uses WebKitGTK or a browser even from flatpak
- Not tested on Mac yet - Not tested on Mac yet
- **Great for Controllers** - The UI is inspired by the switch and works great with joysticks and dpads. - **Great for Controllers** - The UI is inspired by the switch and works great with joysticks and dpads.
- **Automatic Downloads** - Downloads roms from ROMM automatically - **Automatic Downloads** - Downloads roms from ROMM automatically
- **Automatic Emulator Discovery** - Using the configs of the excellent ES-DE to discover installed emulators and launch games. - **Automatic Emulator Discovery** - Using the configs of the excellent ES-DE to discover installed emulators and launch games.
- Easy fallback configuration with built in file browser. - Easy fallback configuration with built in file browser.
@ -32,11 +35,12 @@ Focused on building a simple user experience and intuitive UI as a curated commu
## Screenshots ## Screenshots
<img src=".github/screenshots/7s0842oAC9.png" width="25%"></img> <img src=".github/screenshots/Pkazk0RufB.png" width="25%"></img>
<img src=".github/screenshots/FHMzJjGOs6.png" width="25%"></img> <img src=".github/screenshots/3nhuKCK6E3.jpg" width="25%"></img>
<img src=".github/screenshots/EWPHmIBEE5.png" width="25%"></img> <img src=".github/screenshots/yObFD2LySH.jpg" width="25%"></img>
<img src=".github/screenshots/J5BHVZBh7k.png" width="25%"></img> <img src=".github/screenshots/GL7SkQbHIY.png" width="25%"></img>
<img src=".github/screenshots/8jipsHiLST.png" width="25%"></img> <img src=".github/screenshots/CpBLzTNM6N.png" width="25%"></img>
<img src=".github/screenshots/xNj7scPEDQ.png" width="25%"></img>
## Goals ## Goals

View file

@ -464,7 +464,7 @@ const assets = new Set<string>([
]); ]);
// Store basePath resolved from Vite config // Store basePath resolved from Vite config
const BASE_PATH = "./"; const BASE_PATH = "/";
/** /**

View file

@ -101,7 +101,7 @@ function RouteComponent ()
</DownloadDirectoryOption> </DownloadDirectoryOption>
<OptionSpace label="Config Path" id='config'> <OptionSpace label="Config Path" id='config'>
<div className='flex gap-2 items-center text-ellipsis text-nowrap overflow-hidden'> <div className='flex gap-2 items-center text-ellipsis text-nowrap overflow-hidden break-after-all max-w-sm'>
{drives?.configPath} {drives?.configPath}
</div> </div>
<Button id='open-config' type='button' onAction={() => systemApi.api.system.open.post({ url: drives?.configPath ?? '' })} ><FolderOpen /></Button> <Button id='open-config' type='button' onAction={() => systemApi.api.system.open.post({ url: drives?.configPath ?? '' })} ><FolderOpen /></Button>