feat: Add screenshots to readme
All checks were successful
Build Docker / Build Image (push) Successful in 30s

This commit is contained in:
Nathan Woodburn 2024-01-29 16:00:22 +11:00
parent f54e1367f9
commit e5616c1f99
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1
12 changed files with 36 additions and 1 deletions

View File

@ -38,4 +38,39 @@ If you have HSD running on a different IP/container
```bash
sudo docker run -p 5000:5000 -e hsd_api=yourapikeyhere -e hsd_ip=hsdcontainer git.woodburn.au/nathanwoodburn/firewallet:latest
```
```
## Images
Login page
![Login page](assets/login.png)
Home page
![Home page](assets/home.png)
Transactions page
![Transactions page](assets/transactions.png)
Send page
![Send page](assets/send.png)
Transaction confirmation
![Confirmation page](assets/confirmation.png)
Receive page
![Receive page](assets/receive.png)
Settings page
![Settings page](assets/settings.png)
Domain page
![Domain page](assets/domain.png)
Domain management page
![Domain management page](assets/domainmanage.png)
DNS Editor page
![DNS Editor page](assets/dnseditor.png)
Auction page
![Auction page](assets/auction.png)

BIN
assets/auction.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

BIN
assets/confirmation.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

BIN
assets/dnseditor.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 101 KiB

BIN
assets/domain.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 107 KiB

BIN
assets/domainmanage.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB

BIN
assets/home.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 171 KiB

BIN
assets/login.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

BIN
assets/receive.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

BIN
assets/send.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

BIN
assets/settings.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB

BIN
assets/transactions.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 228 KiB