Event details page basic layout.

This commit is contained in:
Burak Kaan Köse
2025-01-14 00:53:54 +01:00
parent 10b0b1e96e
commit 56d6c22d53
27 changed files with 618 additions and 30 deletions

View File

@@ -29,5 +29,6 @@
// Calendar
CalendarPage,
CalendarSettingsPage,
EventDetailsPage
}
}

View File

@@ -12,5 +12,6 @@ namespace Wino.Core.Domain.Interfaces
NavigationTransitionType transition = NavigationTransitionType.None);
Type GetPageType(WinoPage winoPage);
void GoBack();
}
}