* feat: add sensitive content toggle in TrendingImageNew component and utility function for nsfw tag check
* feat: add sensitive content toggle and nsfw content check in KIND20Card and QuickViewKind20NoteCard components
* fix: improve styling and text for sensitive content button and message in QuickViewKind20NoteCard component
* fix: remove unused EyeOff import in TrendingImageNew component
* refactor: replace inline nsfw tag check with utility function in TrendingImageNew component
---------
Co-authored-by: highperfocused <highperfocused@pm.me>
* feat: add NIP-65 utility functions for relay management
- Implemented fetchNip65Relays to retrieve relay permissions for a user.
- Added parseNip65Event to extract relay information from NIP-65 events.
- Created mergeAndStoreRelays to combine NIP-65 relays with existing custom relays and store them in localStorage.
* feat: enhance LoginForm with loading states and improved UI feedback for login actions
---------
Co-authored-by: highperfocused <highperfocused@pm.me>