feat(ui): add new screens for AuthStatus, OrganizerProfile, and Dashboard

- Introduced `AuthStatusScreen` to display user authentication status and navigation options.
- Added `OrganizerProfileScreen` with detailed profile editing features (contacts, address, and social links).
- Created `DashboardScreen` for admins and organizers with responsive layouts.
- Developed reusable `TournamentCard` component for displaying tournament details.

Signed-off-by: Stefan Mogeritsch <stefan.mo.co@gmail.com>
This commit is contained in:
2026-03-21 18:37:23 +01:00
parent 9882109d16
commit e89c58bd28
7 changed files with 1365 additions and 1317 deletions
@@ -1,3 +1,5 @@
package screens
import androidx.compose.foundation.layout.*
import androidx.compose.foundation.rememberScrollState
import androidx.compose.foundation.verticalScroll