webapp/src/modules
padreug a4e99e1cb7 Adds support for completable task events
Enables marking scheduled events as complete based on a new "event-type" tag.

This change introduces the concept of "completable" events, specifically for events of type "task". It modifies the ScheduledEventCard component to:

- Display completion information only for completable events
- Show the "Mark Complete" button only for completable events that are not yet completed
- Adjust the opacity and strikethrough styling based on the event's completable and completed status.

The ScheduledEventService is updated to extract the event type from the "event-type" tag.
2025-10-30 16:19:11 +01:00
..
base Squash merge feature/publish-metadata into main 2025-10-30 16:19:08 +01:00
chat Replace complex UnreadMessageData system with elegant path-based wildcard notification tracking inspired by Coracle's pattern. This simplifies the codebase while adding powerful batch "mark as read" capabilities. 2025-10-04 10:29:22 +02:00
events fix build errors 2025-09-14 19:13:20 +02:00
market Squash merge rely-on-nostrmarket-to-publish into main 2025-10-08 09:19:07 +02:00
nostr-feed Adds support for completable task events 2025-10-30 16:19:11 +01:00
wallet add env variable for lightning domain leveraging redirect capability 2025-10-16 00:53:06 +02:00