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,14 +10,17 @@ Focused on building a simple user experience and intuitive UI as a curated commu
## Features
### Integrations
- **[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.
### Store
- **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
### Others
- **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.
- **Lightweight** - It uses the existing system browser to launch the front end, so no need to include a whole web browser.
@ -32,11 +35,12 @@ Focused on building a simple user experience and intuitive UI as a curated commu
## Screenshots
<img src=".github/screenshots/7s0842oAC9.png" width="25%"></img>
<img src=".github/screenshots/FHMzJjGOs6.png" width="25%"></img>
<img src=".github/screenshots/EWPHmIBEE5.png" width="25%"></img>
<img src=".github/screenshots/J5BHVZBh7k.png" width="25%"></img>
<img src=".github/screenshots/8jipsHiLST.png" width="25%"></img>
<img src=".github/screenshots/Pkazk0RufB.png" width="25%"></img>
<img src=".github/screenshots/3nhuKCK6E3.jpg" width="25%"></img>
<img src=".github/screenshots/yObFD2LySH.jpg" width="25%"></img>
<img src=".github/screenshots/GL7SkQbHIY.png" width="25%"></img>
<img src=".github/screenshots/CpBLzTNM6N.png" width="25%"></img>
<img src=".github/screenshots/xNj7scPEDQ.png" width="25%"></img>
## Goals

View file

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

View file

@ -101,7 +101,7 @@ function RouteComponent ()
</DownloadDirectoryOption>
<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}
</div>
<Button id='open-config' type='button' onAction={() => systemApi.api.system.open.post({ url: drives?.configPath ?? '' })} ><FolderOpen /></Button>