userTony Fergusoncancel
branchsbox/menu-scheduled-eventscancel

8 Commits over 0 Days - ∞cph!

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