Update IndexedDB Handling and Enhance App Functionality
Some checks failed
Go / build (push) Has been cancelled
Go / release (push) Has been cancelled

- Modified the NostrClient's publish method to allow for specific relay usage and added event storage in IndexedDB.
- Introduced a debug function for IndexedDB to inspect stored events and their counts by kind.
- Updated the App.svelte component to expose the debug function globally for easier access during development.
- Enhanced the CSS styles for better user feedback on export results and status messages.
- Incremented the IndexedDB version to accommodate new indexes and improve event storage management.
- Updated the version number to v0.19.1.
This commit is contained in:
2025-10-25 19:26:31 +01:00
parent c5ff2c648c
commit 5452da6ecc
7 changed files with 766 additions and 246 deletions

7
.gitignore vendored
View File

@@ -99,6 +99,13 @@ cmd/benchmark/data
!.github/**
!.github/workflows/**
!app/web/dist/**
!app/web/dist/*.js
!app/web/dist/*.js.map
!app/web/dist/*.css
!app/web/dist/*.html
!app/web/dist/*.ico
!app/web/dist/*.png
!app/web/dist/*.svg
# ...even if they are in subdirectories
!*/
/blocklist.json