diff options
author | Clyhtsuriva <aimeric@adjutor.xyz> | 2021-05-19 11:00:33 +0200 |
---|---|---|
committer | Clyhtsuriva <aimeric@adjutor.xyz> | 2021-05-19 11:00:33 +0200 |
commit | 2a06ef913e5e9dbff1013e9e0fe8737dcd99af4f (patch) | |
tree | 32df3bf908d59982ca3b463ae667069dd26611e1 | |
parent | df73df568d1ed8b477d013c23049789723827f30 (diff) |
Update README.md
-rw-r--r-- | README.md | 15 |
1 files changed, 7 insertions, 8 deletions
@@ -75,26 +75,25 @@ Used to call APIs. ## Usage ### Swipe refresh -<img src="https://adjutor.xyz/gif/refresh-feature.gif" alt="swipe_refresh" width="300"/> +<img src="https://adjutor.xyz/gif/refresh-feature.gif" alt="swipe_refresh" width="350"/> ### Previous Displaying a snack when hitting the previously button on the first page : -<img src="https://adjutor.xyz/gif/prev-button-message.gif" alt="previous_button_on_first_page" width="300"/> +<img src="https://adjutor.xyz/gif/prev-button-message.gif" alt="previous_button_on_first_page" width="350"/> -This is a reminder since there's a bug (or a feature ;) ) that reset the page number inside the app/code but not the actual list displayed. +This is a reminder since there's a bug (or a feature ;) ) that resets the page number variable but not the actual list displayed. ### Next -<img src="https://adjutor.xyz/gif/next-button.gif" alt="next_button" width="300"/> +<img src="https://adjutor.xyz/gif/next-button.gif" alt="next_button" width="350"/> ### Text selection and openable link -<img src="https://adjutor.xyz/gif/text-selection-and-link.gif" alt="next_button" width="300"/> +<img src="https://adjutor.xyz/gif/text-selection-and-link.gif" alt="next_button" width="350"/> ### Search -<img src="https://adjutor.xyz/gif/search-feature.gif" alt="search_pages" width="300"/> +<img src="https://adjutor.xyz/gif/search-feature.gif" alt="search_pages" width="350"/> -## You Should Know -Searching for an item using 2 or less characters will result in an API error. This error is normal, it comes from the REST API I'm using. +Searching for an item using 2 or less characters will result in an API error. This error is normal, it comes from the REST API I'm using.
\ No newline at end of file |