Skip to content

Commit

Permalink
chore: Add screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
franky47 committed Oct 12, 2023
1 parent b4078b3 commit 33c284a
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,21 +43,29 @@ export default mountCacheExplorer()

### Index page

> // todo: Add screenshot
Shows a list of all cache entries and tags. Click an entry to see its details,
or a tag to only show entries with that tag.

Shows a list of all cache entries. Click an entry to see its details.
![](https://raw.githubusercontent.com/47ng/next-cache-explorer/main/res/index.png)

### Tags page

> // todo: Add screenshot
Shows a list of all entries for a given tag.

![](https://raw.githubusercontent.com/47ng/next-cache-explorer/main/res/tag.png)

### Entry page

> // todo: Add screenshot
Shows the details of a given cache entry, including:

- Size in bytes
- Associated URL
- Revalidation time / TTL
- Tags to invalidate this entry
- Response headers
- Response body

Shows the details of a single cache entry.
![](https://raw.githubusercontent.com/47ng/next-cache-explorer/main/res/entry.png)

## Options

Expand Down
Binary file added res/entry.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/index.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/tag.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 33c284a

Please sign in to comment.