205 Commits

Author SHA1 Message Date
Copilot
ae9c9a8eff Replace non-working Trending Images with educational content about LUMINA and Nostr (#134)
* Initial plan

* Initial setup: fix build issues and document current state

Co-authored-by: mroxso <24775431+mroxso@users.noreply.github.com>

* Implement new start page with static content explaining LUMINA and Nostr

Co-authored-by: mroxso <24775431+mroxso@users.noreply.github.com>

* Remove call-to-action buttons that require user login

Co-authored-by: mroxso <24775431+mroxso@users.noreply.github.com>

* Fix punctuation in LUMINA description for clarity

* Bump version to 0.1.28 in README, package.json, and package-lock.json

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: mroxso <24775431+mroxso@users.noreply.github.com>
Co-authored-by: highperfocused <highperfocused@pm.me>
v0.1.28
2025-08-10 10:59:32 +02:00
mroxso
7092821880 add better icon (#132)
Co-authored-by: highperfocused <highperfocused@pm.me>
2025-06-07 19:18:24 +02:00
af8118b506 chore: bump version to 0.1.27 in README, package.json, and package-lock.json v0.1.27 2025-06-07 19:00:08 +02:00
mroxso
4cb9e3acd5 Feature: nsfw toggle (#130)
* 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>
2025-06-07 18:59:36 +02:00
12b238c91f fix: update text color from muted to secondary in CardFooter components 2025-05-27 12:38:33 +02:00
4559956a2f fix: update tab names from ProfileFeed to ExtendedFeed in Tag page 2025-05-26 23:01:04 +02:00
mroxso
69b28eed98 fix: update active link color in BottomBar component (#128)
Co-authored-by: highperfocused <highperfocused@pm.me>
2025-05-26 22:49:39 +02:00
50c231bf0c chore: bump version to 0.1.26 in README, package.json, and package-lock.json v0.1.26 2025-05-26 22:44:17 +02:00
mroxso
a304032334 feat: Show number of connected relays in Header Bar (#127)
* 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>
2025-05-26 22:43:58 +02:00
cc94ec5ce6 fix: adjust spacing in CardHeader components for consistency 2025-05-25 22:39:06 +02:00
mroxso
8d7d028b88 Feature: Image Proxy (#122)
* feat: Implement image proxying functionality in KIND20Card and QuickViewKind20NoteCard components

* fix: Enhance image error handling in KIND20Card and QuickViewKind20NoteCard components

* feat: Add imgproxy configuration instructions to README for image proxying support

---------

Co-authored-by: highperfocused <highperfocused@pm.me>
2025-05-25 22:28:01 +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