Added session downloader for chrome extension (#1522)

* Added session downloader for chrome extension

- The session list now has a button to download sessions as .json files for use with rrweb-player
- Improved styling for the delete and download buttons
This commit is contained in:
Arun Kunigiri
2024-08-02 01:30:39 -07:00
committed by GitHub
parent 335639af9b
commit b1f9daaa42
3 changed files with 57 additions and 19 deletions

View File

@@ -0,0 +1,5 @@
---
"@rrweb/web-extension": minor
---
Added session downloader for chrome extension