Skip to content

Commit

Permalink
[docs] add cooler 😎 screenshots 🖼️ of the UI
Browse files Browse the repository at this point in the history
  • Loading branch information
markets committed Apr 16, 2024
1 parent fe5d93a commit de9d580
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
Binary file added docs/images/demo_ui.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/images/ofertas.png
Binary file not shown.
Binary file removed docs/images/usuarios.png
Binary file not shown.
4 changes: 2 additions & 2 deletions spec/controllers/users_controller_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -441,8 +441,8 @@

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

Expand Down

0 comments on commit de9d580

Please sign in to comment.