mirror of
https://github.com/GCMatters/hermes.git
synced 2026-02-04 05:30:13 +01:00
feat: front-end overhaul. added search, editing, event view, validation
This commit is contained in:
@@ -156,6 +156,8 @@ namespace WebApp.Endpoints
|
||||
List<EventSummaryDto> SearchResults = [];
|
||||
|
||||
List<Event> AllEvents = await dbContext.Events.ToListAsync();
|
||||
AllEvents.Reverse(); // aby wyświetlało od najnowszych wydarzeń
|
||||
|
||||
|
||||
foreach(Event e in AllEvents)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user