[docs] add cooler 😎 screenshots 🖼️ of the UI

This commit is contained in:
Marc Anguera Insa
2024-04-17 00:27:13 +02:00
parent fe5d93ad0c
commit de9d58014f
5 changed files with 3 additions and 4 deletions

View File

@ -15,8 +15,7 @@ of it and is prepared to be able to accommodate several Time Banks in a single i
for this account with three levels of privileges: superadmin, admin (only manages a bank)
and members of a bank.
![Users list](docs/images/usuarios.png)
![Offers list](docs/images/ofertas.png)
![Demo UI](docs/images/demo_ui.jpeg)
TimeOverflow is divided into 2 large blocks:

BIN
docs/images/demo_ui.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 642 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 71 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 87 KiB

View File

@ -441,8 +441,8 @@ RSpec.describe UsersController do
let(:uploaded_file) do
Rack::Test::UploadedFile.new(
Rails.root.join("docs/images/ofertas.png"),
"image/png"
Rails.root.join("docs/images/demo_ui.jpeg"),
"image/jpeg"
)
end