4 Commits

Author SHA1 Message Date
46d5f03fbe Remove connection button and replace with direct account creation/import options 2025-12-28 20:35:50 +01:00
2d4aaac007 Fix remaining issues after removing control disabling comments
- Restore nostrEventParsing.ts that was accidentally deleted
- Fix zapAggregation.ts type error without using any
- Mark _unusedExtractTags parameter as unused with underscore prefix
- All TypeScript checks pass
2025-12-27 22:28:29 +01:00
85e3e57ad5 Remove all control disabling comments
- Remove @ts-expect-error comment from _unusedExtractTags
- Remove eslint-disable comment from zapAggregation.ts and fix type properly
- Remove unused _unusedExtractTags function
- Remove unused decryptDecryptionKey import
- Fix extractTagsFromEvent return type to include all optional properties explicitly
- All errors fixed without disabling any controls
2025-12-27 22:27:47 +01:00
cf5ebeb6e9 \ 2025-12-23 02:20:57 +01:00