Commit Graph

196 Commits

Author SHA1 Message Date
mroxso
9dca4e3353 Update utils/textUtils.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-05-25 21:38:46 +02:00
1ed65cd0ea refactor: Rename renderTextWithLinkedTags to renderTextWithLinks for clarity and combine hashtag and nostr reference handling 2025-05-25 21:38:46 +02:00
8b53f5da79 fix: increase initial limit for events in ProfileTextFeed component 2025-05-25 14:02:14 +02:00
a5d56dd5cc fix: remove unnecessary background from date header in notifications 2025-05-25 01:01:53 +02:00
9754e2156f chore: Bump version to 0.1.25 in README, package.json, and package-lock.json v0.1.25 2025-05-25 00:48:18 +02:00
mroxso
206fb1681b feat: Show "Follows you" when logged in (#125)
* feat: add follow list functionality (NIP-02) to ProfileInfoCard component

* feat: enhance avatar display with follow
indication in ProfileInfoCard component

* fix: add aria-label for accessibility on follow indicator in ProfileInfoCard

---------

Co-authored-by: highperfocused <highperfocused@pm.me>
2025-05-25 00:44:27 +02:00
mroxso
d1802df8fc Styling: More Themes 🪮 (#124)
* 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>
2025-05-25 00:17:33 +02:00
mroxso
9543c319e4 feat: implement NIP-38 user status functionality in ProfileInfoCard component (#84)
Co-authored-by: highperfocused <highperfocused@pm.me>
2025-05-24 23:29:38 +02:00
bca7f09129 fix: Remove deprecated server option from UploadComponent 2025-05-24 23:08:21 +02:00
mroxso
621d4bb752 feat: Enhance notification display with date grouping (#123)
* feat: Enhance notification display with date grouping and time formatting

* fix: Update date parsing in Notifications component and improve notification key assignment

---------

Co-authored-by: highperfocused <highperfocused@pm.me>
2025-05-24 23:04:33 +02:00
41b8ffe70e chore: Bump version to 0.1.24 in README, package.json, and package-lock.json v0.1.24 2025-05-24 21:48:45 +02:00
mroxso
fe0bc7f091 Feature: NIP-09 Event Deletion Request (#120)
* feat: Implement deletion request functionality in CardOptionsDropdown component

* Update components/CardOptionsDropdown.tsx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: highperfocused <highperfocused@pm.me>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-05-24 21:44:10 +02:00
mroxso
7ba7cd7604 fix: Adjust Load More button placement in ProfileFeed and ProfileTextFeed components (#119)
Co-authored-by: highperfocused <highperfocused@pm.me>
2025-05-24 21:36:45 +02:00
mroxso
24f0c0f9cd feat: Add CardOptionsDropdown component for sharing and viewing raw (#118)
* feat: Add CardOptionsDropdown component for sharing and viewing raw event data in NoteCard and KIND20Card

* Update components/CardOptionsDropdown.tsx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update components/CardOptionsDropdown.tsx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* fix: Import useMemo in CardOptionsDropdown for optimized rendering

---------

Co-authored-by: highperfocused <highperfocused@pm.me>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-05-24 21:19:28 +02:00
77dfb01a34 fix: Update base-x package version to 4.0.1 in package-lock.json 2025-05-24 21:11:47 +02:00
a1ed1b1751 chore: Bump version to 0.1.23 in README, package.json, and package-lock.json v0.1.23 2025-05-23 21:51:04 +02:00
mroxso
f12373f437 feat: Enhance pubkey conversion to support nprofile format in ProfilePage (#117)
Co-authored-by: highperfocused <highperfocused@pm.me>
2025-05-23 21:50:34 +02:00
mroxso
8c2cbd2491 feat: Add text change handler to replace specific Lumina links (#111)
* feat: Add text change handler to replace specific Lumina links with Nostr format

* Update components/UploadComponent.tsx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* fix: Update text change handler to modify Lumina links to Nostr format in UploadComponent

---------

Co-authored-by: highperfocused <highperfocused@pm.me>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-05-23 20:39:10 +02:00
79fcb78692 fix: Move card rendering logic to ensure valid images are checked before rendering 2025-05-23 07:39:01 +02:00
a1dc3a90ba chore: Bump version to 0.1.22 in README, package.json, and package-lock.json v0.1.22 2025-05-22 22:31:09 +02:00
mroxso
1e7c1deac7 Feature: Display multiple Images in Kind20 Cards (#113)
Co-authored-by: highperfocused <highperfocused@pm.me>
2025-05-22 22:30:00 +02:00
mroxso
d3a085cf43 feat: Add renderTextWithLinkedTags utility to hyperlink hashtags in text content (#112)
Co-authored-by: highperfocused <highperfocused@pm.me>
2025-05-22 22:00:44 +02:00
7d4437cdec fix: Comment out version display in Top Navigation 2025-05-08 14:02:23 +02:00
b33438362b chore: Bump version to 0.1.21 in README, package.json, and package-lock.json 2025-05-07 17:14:35 +02:00
mroxso
e01a773ba2 fix: Optimize image loading and styling across multiple components (#110)
Co-authored-by: highperfocused <highperfocused@pm.me>
2025-05-07 17:13:19 +02:00
mroxso
e3696e815e feat: Display site version in Top Navigation (#109)
Co-authored-by: highperfocused <highperfocused@pm.me>
2025-05-06 18:59:00 +02:00
9a7d37a1d2 chore: Bump version to 0.1.20 in README, package.json, and package-lock.json v0.1.20 2025-05-06 18:43:34 +02:00
mroxso
f54462a0d3 Feature: Add Tag Page (#101)
* 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>
2025-05-06 18:42:00 +02:00
120f166a45 fix: add header cors for well-known public folder 2025-05-06 18:17:06 +02:00
b9b9ef6359 fix: Add error handling for decoding bolt11 tags in ZapButton and ZapButtonListItem components 2025-05-06 18:12:20 +02:00
524c7855a2 chore: Bump version to 0.1.19 in package.json, package-lock.json, and README.md v0.1.19 2025-04-27 22:39:24 +02:00
ad8b4733e3 fix: Update Geyser Fund donation link in README.md 2025-04-27 22:38:50 +02:00
mroxso
c8620015ab Fix: Enhance pubkey extraction logic in ZapButtonListItem component (#103)
Co-authored-by: highperfocused <highperfocused@pm.me>
2025-04-27 22:31:47 +02:00
mroxso
4bb91a7959 Feature: Geyser Fund Box (#102)
* feat: Add GeyserFundAlertOverlay component for donation initiative

* feat: Add GeyserFundDonation component and update Home page layout

* feat: Add environment variable support for Geyser Fund feature visibility

---------

Co-authored-by: highperfocused <highperfocused@pm.me>
2025-04-26 10:38:06 +02:00
3a87dd50f3 refactor: Clean up unused imports and adjust padding in UploadPage component 2025-04-26 00:10:19 +02:00
3b2ace95b2 feat: Add new server option 'blossom.primal.net' in UploadComponent 2025-04-26 00:05:00 +02:00
mroxso
4f450df6bd Feature: Enhance UploadComponent UI (#100)
* feat: Enhance UploadComponent UI with improved layout and new icons

* fix: Simplify image preview container in UploadComponent

---------

Co-authored-by: highperfocused <highperfocused@pm.me>
2025-04-26 00:02:20 +02:00
mroxso
14dd4b0ed0 fix: Normalize input handling in Search component for improved query accuracy (#99)
Co-authored-by: highperfocused <highperfocused@pm.me>
2025-04-25 23:52:38 +02:00
f81a81e680 fix: Increase event limit from 20 to 100 in TagFeed and TagQuickViewFeed components 2025-04-25 23:38:15 +02:00
mroxso
3250372467 Feature: Refactor Tag Feed (#98)
* 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>
2025-04-25 23:35:51 +02:00
mroxso
11c9dfe7ff fix: Normalize relay URLs in connection check to improve accuracy (#97)
Co-authored-by: highperfocused <highperfocused@pm.me>
2025-04-25 22:43:03 +02:00
30087f019f docs: Add support and contribution section to README.md 2025-04-25 22:22:15 +02:00
cc9927c8e4 style: Fix capitalization in README.md header and version badge 2025-04-25 22:15:06 +02:00
4db90ec341 chore: Update version badge to 0.1.18 in README.md 2025-04-25 22:14:21 +02:00
bc1f50a4a5 chore: Update version to 0.1.18 in package.json and package-lock.json v0.1.18 2025-04-25 22:13:12 +02:00
mroxso
b1de0f0118 Feature: NWC Implementation (#95)
* 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>
2025-04-25 22:11:01 +02:00
c6ec8b7d80 style: reduce padding in ProfileInfoCard component 2025-04-22 21:36:30 +02:00
mroxso
9e581a4dc3 Styling improvements Part 2 (#94)
* style: improve image layout in KIND20Card component

* style: refactor layout structure in ProfileFeed component

* style: refactor layout structure in ProfileTextFeed component

* Update components/ProfileFeed.tsx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update components/ProfileTextFeed.tsx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: highperfocused <highperfocused@pm.me>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-04-22 21:12:41 +02:00
a185de6366 style: add margin to KIND20Card component 2025-04-22 20:34:27 +02:00
mroxso
e3ba9f1cc6 Feature: Update Profile Info Card (#93)
* feat: add Lightning Address copy functionality to ProfileInfoCard

* feat: add website link functionality to ProfileInfoCard

---------

Co-authored-by: highperfocused <highperfocused@pm.me>
2025-04-21 18:08:45 +02:00