raucao
da752f7807
1.32.0
CI / Lint (push) Successful in 1m3s
CI / Test (push) Failing after 1m20s
v1.32.0
2026-08-29 15:57:05 -06:00
raucao
76867db1dd
Merge pull request 'Add Activity timeline, show zaps received' ( #91 ) from feature/89-zaps_received into master
...
CI / Lint (push) Successful in 1m2s
CI / Test (push) Canceled after 1m18s
Reviewed-on: #91
2026-08-29 21:55:53 +00:00
raucao
23444a49a8
Omit year for current year, tweak layout
CI / Lint (pull_request) Successful in 1m2s
CI / Test (pull_request) Successful in 1m17s
Release Drafter / Update release notes draft (pull_request) Successful in 4s
2026-08-29 15:50:49 -06:00
raucao
919c0335eb
Warm up the OSM cache from batch fetches
2026-08-29 15:13:57 -06:00
raucao
d0252309c4
Fix delay when opening places without RS connected
2026-08-29 15:13:46 -06:00
raucao
c7fc98d4bd
Add place names to Activity timeline
...
Create a new place name resolver service with the logic previously used
for My Contributions only
2026-08-29 14:34:56 -06:00
raucao
3f6bd5267f
WIP Add activity timeline route/sidebar showing incoming zaps
2026-08-29 12:01:48 -06:00
raucao
fd1b570717
1.31.1
CI / Lint (push) Successful in 1m10s
CI / Test (push) Successful in 1m27s
v1.31.1
2026-08-28 12:15:19 -06:00
raucao
6d68a6240b
Add fediverse URL for verified link
2026-08-28 12:14:15 -06:00
raucao
0ebe565cbc
1.31.0
CI / Lint (push) Successful in 1m20s
CI / Test (push) Successful in 1m38s
v1.31.0
2026-08-27 11:18:18 -06:00
raucao
e7020469c3
Merge pull request 'Cover all important aspects of nostr-data service with tests' ( #88 ) from dev/nostr-data-tests into master
...
CI / Lint (push) Successful in 1m19s
CI / Test (push) Successful in 1m35s
Reviewed-on: #88
2026-08-27 17:15:53 +00:00
raucao
bf3011115b
Reorganize nostr-data tests into focused modules
...
CI / Lint (pull_request) Successful in 1m17s
CI / Test (pull_request) Successful in 1m35s
Release Drafter / Update release notes draft (pull_request) Successful in 5s
Split the monolithic test file into 8 single-responsibility modules:
contacts, relay configuration, provenance, trust evaluation, geohash
loading, place photos, my contributions, and zap receipts. Extract
shared setup helper to eliminate duplication.
2026-08-27 11:12:10 -06:00
raucao
8c98e0757b
Add nostr-data loading and presentation tests
...
Cover loadPlacesInBounds (geohash prefix dedup, cache hydration,
network filters), loadPhotosForPlace (entity switching, subscription
teardown, reset semantics), and trust presentation (default hiding of
untrusted photos, reveal toggle, own-content bypass).
2026-08-27 10:47:10 -06:00
raucao
2ae9a78f5d
Fix kind 5 deletion provenance cleanup, add nostr-data tests
...
Listen to the store's deletes stream instead of a timeline (kind 5
events never enter the event database), and unsubscribe the
subscription on destroy. Add unit tests for relay getters,
provenance handling, and trust partitioning.
2026-08-27 10:32:35 -06:00
raucao
252f41f897
Merge pull request 'Trust content from followed pubkeys' ( #86 ) from feature/trust_followee_content into master
...
CI / Lint (push) Successful in 1m17s
CI / Test (push) Successful in 1m34s
Reviewed-on: #86
2026-08-27 15:52:20 +00:00
raucao
572213eda2
Trust content from followed pubkeys
...
CI / Lint (pull_request) Successful in 1m18s
CI / Test (pull_request) Successful in 1m35s
Release Drafter / Update release notes draft (pull_request) Successful in 5s
Fetch kind 3 and trust content from any contained pubkeys on all read
relays
2026-08-27 09:48:58 -06:00
raucao
ac7a4eb262
Fetch kind 3 follow list for connected user
2026-08-27 08:40:21 -06:00
raucao
7d19068777
Merge pull request 'Only trust content from trusted relays by default' ( #85 ) from feature/relay_trust into master
...
CI / Lint (push) Successful in 1m16s
CI / Test (push) Successful in 1m31s
Reviewed-on: #85
2026-08-27 14:05:11 +00:00
raucao
17dd721986
Introduce tooltip component
...
CI / Lint (pull_request) Successful in 1m18s
CI / Test (pull_request) Successful in 1m32s
Release Drafter / Update release notes draft (pull_request) Successful in 6s
Tooltips need to be more reliable and controlled than simple title
attributes.
2026-08-27 07:47:14 -06:00
raucao
474bc8cd63
Add relay trust settings, provenance cache
...
By default, only automatically show photos for relays marked as trusted
(which by default is the required read relay). For other relays, only
show the user's own events by default, but allow showing all events via
link in place details (drawer bottom)
2026-08-26 18:06:06 -06:00
raucao
3cc5e8834e
1.30.1
CI / Lint (push) Successful in 1m2s
CI / Test (push) Successful in 1m14s
v1.30.1
2026-08-23 11:48:43 -06:00
raucao
45c18100d3
Tune tag search/results
CI / Lint (push) Successful in 1m1s
CI / Test (push) Successful in 1m15s
2026-08-23 11:37:52 -06:00
raucao
17db6a5f65
Merge pull request 'Add more place icons' ( #84 ) from ui/place_icons into master
...
CI / Lint (push) Canceled after 9s
CI / Test (push) Canceled after 8s
Reviewed-on: #84
2026-08-23 17:37:45 +00:00
raucao
7f9ee29136
Add more place icons
...
CI / Lint (pull_request) Successful in 1m0s
CI / Test (pull_request) Successful in 1m14s
Release Drafter / Update release notes draft (pull_request) Successful in 4s
Add 12 new icon/POI mappings, 10 of which are new icons/imports
2026-08-23 11:35:24 -06:00
raucao
81bbc03f54
Merge pull request 'Improve photo tags' ( #83 ) from feature/photo_tags into master
...
CI / Lint (push) Successful in 1m0s
CI / Test (push) Successful in 1m14s
Reviewed-on: #83
2026-08-23 16:23:52 +00:00
raucao
bf1fcbcb40
Improve photo tags
CI / Lint (pull_request) Successful in 1m1s
CI / Test (pull_request) Successful in 1m15s
Release Drafter / Update release notes draft (pull_request) Successful in 5s
2026-08-23 10:21:40 -06:00
raucao
5d9c6ebc89
Prioritize craft before amenity for place type
...
CI / Lint (push) Successful in 1m0s
CI / Test (push) Successful in 1m13s
It's usually more distinct and useful/interesting
2026-08-23 10:08:48 -06:00
raucao
2690c5470f
Remove nak skill
2026-08-23 09:45:17 -06:00
raucao
46bb2efc70
1.30.0
CI / Lint (push) Successful in 40s
CI / Test (push) Successful in 54s
v1.30.0
2026-08-21 11:35:31 -06:00
raucao
6feb776247
Merge pull request 'Add media server selection to Nostr settings' ( #82 ) from feature/blossom_settings into master
...
CI / Lint (push) Successful in 1m1s
CI / Test (push) Successful in 1m14s
Reviewed-on: #82
2026-08-21 17:34:18 +00:00
raucao
2746ec035d
Add media server selection to Nostr settings
...
CI / Lint (pull_request) Successful in 1m3s
CI / Test (pull_request) Successful in 1m16s
Release Drafter / Update release notes draft (pull_request) Successful in 5s
Also, hide the fallback option when there's no server to fall back to
2026-08-21 11:27:03 -06:00
raucao
cdeb4f5d8c
1.29.1
CI / Lint (push) Successful in 1m0s
CI / Test (push) Successful in 1m14s
v1.29.1
2026-08-20 17:04:53 -06:00
raucao
8494f5a084
Fix button width
2026-08-20 17:04:04 -06:00
raucao
bc433c8b1e
1.29.0
CI / Lint (push) Successful in 1m0s
CI / Test (push) Successful in 1m15s
v1.29.0
2026-08-20 16:45:10 -06:00
raucao
c3af496dfd
Merge pull request 'Zap the planet!' ( #81 ) from feature/zaps into master
...
CI / Test (push) Failing after 6s
CI / Lint (push) Successful in 41s
Reviewed-on: #81
2026-08-20 22:43:32 +00:00
raucao
67e4eaddbb
Remove pnpm version from CI config
...
CI / Lint (pull_request) Successful in 1m1s
CI / Test (pull_request) Successful in 1m16s
Release Drafter / Update release notes draft (pull_request) Successful in 4s
It's specified in package.json now
2026-08-20 16:41:28 -06:00
raucao
beda860093
Change default zap amount
CI / Lint (pull_request) Failing after 8s
CI / Test (pull_request) Failing after 6s
2026-08-20 16:38:04 -06:00
raucao
82bc6a424e
Hide zap button when inappropriate
...
* Current user has No Nostr pubkey connected
* Creator can't accept zaps
* Creator is current user (self-zap)
2026-08-20 16:19:51 -06:00
raucao
74e9860e08
Improve zap modal styles
2026-08-20 16:02:12 -06:00
raucao
135a30f1cd
Refactor markup and styles to re-use existing code where possible
2026-08-20 14:58:00 -06:00
raucao
99ebdf3378
Improve mobile positioning of menu button
2026-08-20 13:31:46 -06:00
raucao
20bac8ae31
Load zap receipts for loaded photo events
2026-08-20 13:14:15 -06:00
raucao
2869ed6677
Subscribe to zap receipt when zapping, show success for external
...
payment
2026-08-20 12:24:54 -06:00
raucao
644d6a2856
WIP Allow users to zap photos
...
Working, basic implementation of zaps for photos. No fetching or
rendering of receipts yet.
2026-08-20 10:34:10 -06:00
raucao
09aefa6e19
Pin pnpm 11 to use with corepack
2026-08-20 08:01:55 -06:00
raucao
c5198b39b8
Add nostr-zap-integration skill
CI / Lint (push) Successful in 1m1s
CI / Test (push) Successful in 1m12s
2026-08-20 07:40:43 -06:00
raucao
1387f955d0
Update agent skills
CI / Lint (push) Successful in 1m0s
CI / Test (push) Successful in 1m11s
2026-08-20 07:38:45 -06:00
raucao
2d547dde87
1.28.0
CI / Lint (push) Successful in 58s
CI / Test (push) Successful in 1m11s
v1.28.0
2026-08-19 19:11:00 -06:00
raucao
85334ec15d
Merge pull request 'Render data and uploader name for current photo in gallery' ( #80 ) from feature/photo_details into master
...
CI / Lint (push) Successful in 59s
CI / Test (push) Successful in 1m11s
Reviewed-on: #80
2026-08-20 01:06:13 +00:00
raucao
bfcf855020
Render data and uploader name for current photo in gallery
CI / Lint (pull_request) Successful in 1m0s
CI / Test (pull_request) Successful in 1m12s
Release Drafter / Update release notes draft (pull_request) Successful in 5s
2026-08-19 18:05:52 -06:00