* feat: add ConnectedRelaysButton component and integrate into TopNavigation
fix: improve loading state management in RelaysPage with timeout
refactor: sanitize relay URLs in RootLayout
* fix: disable debug mode in NostrProvider for production
* feat: add AuthButton component and integrate into TopNavigation
* fix: update header text in RelaysPage and remove 'Add Relay' button label in AddRelaySheet
---------
Co-authored-by: highperfocused <highperfocused@pm.me>
* feat: add purple light and dark themes to theme selection
* feat: add vintage light and dark theme options to DropdownThemeMode
* feat: add vintage light and dark theme options to theme selection
* add even more designs
---------
Co-authored-by: highperfocused <highperfocused@pm.me>
* feat: Add TagPage and TagCard components for displaying trending and followed tags
* refactor: Adjust layout and styling in TagPage component for improved UI
* feat: Add Tag link to BottomBar for improved navigation
* refactor: Conditionally render 'My Tags' tab and adjust layout in TagPage; comment out unused pubkey check in BottomBar
* refactor: Replace TagIcon with HashIcon in BottomBar component for improved icon representation
* refactor: Remove document title update in TagPage component
* feat: Implement loading state and pagination in TagFeed and TagQuickViewFeed components
* fix: Update QuickViewKind20NoteCard to enable link to note in TagQuickViewFeed component
* fix: Increase limit for global events in TagPage to improve trending tags retrieval
* fix: Update dependency array in useEffect to track full trendingTags array for accurate updates
---------
Co-authored-by: highperfocused <highperfocused@pm.me>
* feat: Refactor tag feed components to include tabbed interface and add TagQuickViewFeed
* fix: Remove redundant key prop from QuickViewKind20NoteCard in TagQuickViewFeed
* fix: Correct tab values for profile and extended feed in FeedPage component
* fix: Remove unused import of dateToUnix
in FollowerQuickViewFeed component
---------
Co-authored-by: highperfocused <highperfocused@pm.me>
* feat: add Alby JS SDK documentation and update package dependencies
* feat: add NostrWalletConnect component and ProfileSettingsNWCPage for wallet integration
* add NWC link to AvatarDropdown menu
* store and load nwc from localstorage
* feat: add NIP-47 documentation for Nostr Wallet Connect protocol
* feat: integrate Nostr Wallet Connect for zap payments and enhance UI feedback
* fix: update default custom amount to 21 and improve UI feedback for payment status on nwc
* fix: correct typo in QR code payment instruction text
---------
Co-authored-by: highperfocused <highperfocused@pm.me>
* refactor: update Skeleton component styles for better responsiveness
* refactor: comment out title elements and update TabsList styling for consistency
---------
Co-authored-by: highperfocused <highperfocused@pm.me>
* refactor: enhance ProfileSettingsPage and UpdateProfileForm with improved layout and state management
* refactor: remove unused icons from UpdateProfileForm component
* refactor: improve loading state handling in UpdateProfileForm with skeleton UI
* refactor: remove redundant displayName property from profile update payload
* refactor: adjust container class for improved layout in ProfileSettingsPage
---------
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>
feat: add Relays link to AvatarDropdown menu
feat: create Badge component for status indicators
fix: update @radix-ui/react-slot version in package.json and package-lock.json
Co-authored-by: highperfocused <highperfocused@pm.me>