Skip to content

Commit

Permalink
Add some gifs
Browse files Browse the repository at this point in the history
  • Loading branch information
barryvdh committed Dec 11, 2024
1 parent c0a38fa commit 0639a2c
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Laravel Debugbar tracks AJAX/XHR request in your application. You can open these

Tip: you can disable he 'autoshow' toggle in the history tab to keep the current dataset active, instead of switching.

![AJAX Request](img/ajax.png)
![AJAX Request](img/ajax.gif)

Configuration:
```php
Expand Down Expand Up @@ -51,7 +51,7 @@ With the default settings, storage is only visible from your local IP. To enable

Do not open the history outside your local environment, to avoid leaking credentials or sensitive data.

![History](img/history.png)
![History](img/history.gif)

Configuration:
```php
Expand Down
Binary file added docs/img/ajax.gif
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/img/ajax.png
Binary file not shown.
Binary file added docs/img/history.gif
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/img/history.png
Binary file not shown.

0 comments on commit 0639a2c

Please sign in to comment.