• Joined on 2025-12-31
padreug pushed to main at aiolabs/webapp 2026-04-27 16:58:05 +00:00
f60b9ca1d4 fix: handle nullable event_end_date in EventsPage and useEvents
padreug pushed tag v1.2.1-aio.2 to aiolabs/events 2026-04-27 16:40:17 +00:00
padreug pushed to main at aiolabs/events 2026-04-27 16:40:02 +00:00
ef5d2dcfcf feat: wire Nostr subscription sync into extension lifecycle
e937883564 feat: add NIP-52 event sync from Nostr relays
1bddb99132 feat: upgrade NostrClient to bidirectional (publish + subscribe)
4d91426e82 refactor: consolidate create and propose endpoints into single POST /events
b4d7653988 fix: check auto_approve setting in propose endpoint
Compare 38 commits »
padreug closed issue aiolabs/events#5 2026-04-27 16:32:30 +00:00
Add bidirectional Nostr sync for events (subscribe via nostrclient)
padreug pushed to main at aiolabs/webapp 2026-04-27 16:31:19 +00:00
5ec8f21986 feat: add geohash map picker coming soon indicator on event form
padreug pushed to feat/event-approval-workflow at aiolabs/events 2026-04-27 16:30:04 +00:00
ef5d2dcfcf feat: wire Nostr subscription sync into extension lifecycle
e937883564 feat: add NIP-52 event sync from Nostr relays
1bddb99132 feat: upgrade NostrClient to bidirectional (publish + subscribe)
Compare 3 commits »
padreug pushed to main at aiolabs/webapp 2026-04-27 16:24:40 +00:00
31efc50fad refactor: use single POST /events endpoint with invoice key
padreug pushed to feat/event-approval-workflow at aiolabs/events 2026-04-27 16:24:15 +00:00
4d91426e82 refactor: consolidate create and propose endpoints into single POST /events
padreug opened issue aiolabs/webapp#30 2026-04-27 16:20:12 +00:00
Add geolocation picker to event creation and map-based event discovery
padreug opened issue aiolabs/events#13 2026-04-27 16:20:07 +00:00
Add geolocation support to events (NIP-52 'g' tag)
padreug pushed to feat/event-approval-workflow at aiolabs/events 2026-04-27 16:16:46 +00:00
b4d7653988 fix: check auto_approve setting in propose endpoint
padreug pushed to main at aiolabs/webapp 2026-04-27 16:13:59 +00:00
f44c3827b1 feat: use propose endpoint for user event creation
padreug opened issue aiolabs/webapp#29 2026-04-27 16:13:25 +00:00
Consider keeping CreateActivityDialog for unticketed/unapproved community events
padreug pushed to main at aiolabs/webapp 2026-04-27 16:07:47 +00:00
dcb26db685 feat: simplify event creation form, add location + categories
padreug closed issue aiolabs/webapp#27 2026-04-27 16:07:32 +00:00
Make event end date optional with sensible defaults
padreug pushed to feat/event-approval-workflow at aiolabs/events 2026-04-27 16:05:30 +00:00
29045163a3 feat: add location and categories fields, simplify event creation
padreug closed issue aiolabs/events#11 2026-04-27 16:00:21 +00:00
Add admin-toggleable auto-approve setting for event proposals
padreug pushed to feat/event-approval-workflow at aiolabs/events 2026-04-27 16:00:03 +00:00
d69ec7dda2 feat: add admin-toggleable auto-approve setting
padreug pushed to main at aiolabs/webapp 2026-04-27 15:51:42 +00:00
38492ad592 fix: support demo login in standalone apps
padreug closed issue aiolabs/events#6 2026-04-27 15:45:18 +00:00
Add event proposal/approval workflow