branchsbox/menu-scheduled-eventscancel
8 Commits over 0 Days - ∞cph!
Messy proof of concept for showing scheduled events on the main menu screen, grabbed by the Api
Update ScheduledEvents.Fetch to match new API, sort events by if they're active, then by time
Support case where we don't find an event. Minor code cleanup
Adjust event widget style
Fixed ScheduledEvents not prioritizing active events
Format TimeSpan in a front-facing manner (2 days, 10 minutes etc..)
Docs pass, cleanup
For now, exclude events that have already finished
Moved BaseApiResponse to Api.cs
GetScheduledEvents refactored, is BaseApiResponse
Moved BaseApiResponse to Api.cs
GetScheduledEvents refactored, is BaseApiResponse
Docs pass, cleanup
For now, exclude events that have already finished
Fixed ScheduledEvents not prioritizing active events
Format TimeSpan in a front-facing manner (2 days, 10 minutes etc..)
Adjust event widget style
Support case where we don't find an event. Minor code cleanup
Update ScheduledEvents.Fetch to match new API, sort events by if they're active, then by time
Messy proof of concept for showing scheduled events on the main menu screen, grabbed by the Api