docs(ui): add styled image grid for dashboard, scalar, accounts and queue screenshots

This commit is contained in:
rustmailer
2025-07-20 00:27:57 +08:00
parent 224496169a
commit 7928915736
4 changed files with 20 additions and 1 deletions
+20 -1
View File
@@ -44,7 +44,26 @@ RustMailer enables developers to focus on core application logic without buildin
- 🎟️ **License Required for Deployment** Source-available on GitHub; requires a license key for production use.
## 📸 Snapshot
![RustMailer Snapshot](./assets/dashboard.png)
<div style="display: flex; gap: 16px; justify-content: center; margin-bottom: 16px;">
<div style="border: 1px solid #ccc; padding: 4px; width: 48%; box-sizing: border-box;">
<img src="./assets/dashboard.png" alt="RustMailer Dashboard" style="width: 100%; height: auto; display: block;" />
</div>
<div style="border: 1px solid #ccc; padding: 4px; width: 48%; box-sizing: border-box;">
<img src="./assets/scalar.png" alt="RustMailer Scalar Metrics" style="width: 100%; height: auto; display: block;" />
</div>
</div>
<div style="display: flex; gap: 16px; justify-content: center;">
<div style="border: 1px solid #ccc; padding: 4px; width: 48%; box-sizing: border-box;">
<img src="./assets/accounts.png" alt="RustMailer Accounts" style="width: 100%; height: auto; display: block;" />
</div>
<div style="border: 1px solid #ccc; padding: 4px; width: 48%; box-sizing: border-box;">
<img src="./assets/tasks-queue.png" alt="RustMailer Task Queue" style="width: 100%; height: auto; display: block;" />
</div>
</div>
## 📦 Installation
Binary file not shown.

After

Width:  |  Height:  |  Size: 326 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 178 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 244 KiB