Add screenshots of Lysand's web client for desktop and mobile

This commit is contained in:
Jesse Wierzbinski 2024-03-13 18:04:49 -10:00
parent d6f1cd1347
commit 53cd73262c
No known key found for this signature in database
9 changed files with 46 additions and 0 deletions

View file

@ -29,6 +29,52 @@ This project aims to be a fully featured social network, with a focus on privacy
- [ ] Full Mastodon API support
- [ ] Outbound federation
## Screenshots
Here are some screenshots of Lysand's built-in web client. This client is built with Vue, and serves to allow users to log in or register. It is kept to only the actions that cannot be done with a Mastodon client, to simplify development. In the future, there may be a full-featured client.
### On Desktop
#### Welcome Page
![Welcome Page](assets/main.webp)
#### Logging In
![Logging In](assets/login.webp)
#### OAuth Confirmation
![OAuth Confirmation](assets/redirect.webp)
#### Registration Page
![Registration Page](assets/register.webp)
#### Home Timeline
![Home Timeline](assets/soapbox.webp)
### On Mobile
#### Logging In
<center>
<img src="assets/login_mobile.webp" alt="Logging In" width="300">
</center>
#### OAuth Confirmation
<center>
<img src="assets/redirect_mobile.webp" alt="OAuth Confirmation" width="300">
</center>
#### Registration Page
<center>
<img src="assets/register_mobile.webp" alt="Registration Page" width="300">
</center>
## Benchmarks
> [!NOTE]