Skip to content

Commit a5ebc25

Browse files
authored
Merge pull request #17 from BadMachine/master
-fixes
2 parents 45c1461 + 12452de commit a5ebc25

File tree

16 files changed

+67
-23
lines changed

16 files changed

+67
-23
lines changed

.github/workflows/publish-to-auto-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }}
6262
with:
6363
tagName: app-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version.
64-
releaseName: "App v__VERSION__"
64+
releaseName: "Redox v__VERSION__"
6565
releaseBody: "See the assets to download this version and install."
6666
releaseDraft: false
6767
prerelease: false

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<div align="center">
2+
<img src="src-tauri/icons/128x128.png" alt="Redox Icon" width="128" height="128">
3+
</div>
4+
15
# Redox
26

37
An unofficial companion desktop application for Rust game server management and monitoring.
@@ -37,6 +41,24 @@ The application follows a modular architecture with separate crates for:
3741
- `battlemetrics`: Integration with BattleMetrics API
3842
- `token_bucket`: Rate limiting for API requests
3943

44+
## Screenshots
45+
46+
<div align="center">
47+
48+
### Authentication & Pairing
49+
<img src="screenshots/auth_window.png" alt="Authentication Window" width="45%"> <img src="screenshots/server_pairing.png" alt="Server Pairing" width="45%">
50+
51+
### Server Management
52+
<img src="screenshots/server_info_page.png" alt="Server Information" width="90%">
53+
54+
### Interactive Map
55+
<img src="screenshots/map_page.png" alt="Interactive Map View" width="45%"> <img src="screenshots/map_page_vending_search.png" alt="Vending Machine Search" width="45%">
56+
57+
### Device Control
58+
<img src="screenshots/devices_page.png" alt="Device Management" width="45%"> <img src="screenshots/camera_page.png" alt="Camera Monitoring" width="45%">
59+
60+
</div>
61+
4062
## Development
4163

4264
Built using modern development practices with hot reloading, TypeScript support, and comprehensive build optimization for both development and production environments.

screenshots/auth_window.png

170 KB
Loading

screenshots/camera_page.png

288 KB
Loading

screenshots/devices_page.png

48.7 KB
Loading

screenshots/map_page.png

1.17 MB
Loading
472 KB
Loading

screenshots/server_info_page.png

349 KB
Loading

screenshots/server_pairing.png

228 KB
Loading

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "Redox",
4-
"version": "0.2.1",
4+
"version": "0.2.2",
55
"identifier": "com.redox.app",
66
"build": {
77
"beforeDevCommand": "npm run dev",

0 commit comments

Comments
 (0)