Skip to content
Snippets Groups Projects
Commit 2437a88b authored by Maximilian Betz's avatar Maximilian Betz
Browse files

intermediate commit

parent 89a6352c
No related branches found
No related tags found
No related merge requests found
...@@ -68,7 +68,7 @@ Text: #57827E ...@@ -68,7 +68,7 @@ Text: #57827E
- Multiple lines for one event to reduce width. Alternative: Do not show all event details in table but show them in a separate widget on selection. This could also be the view to edit event details. - Multiple lines for one event to reduce width. Alternative: Do not show all event details in table but show them in a separate widget on selection. This could also be the view to edit event details.
- Edit mode. Select an event and open event in edit mode with all event details - Edit mode. Select an event and open event in edit mode with all event details
- Allow to remove pending events. - Allow to remove pending events.
- Feedback "Success" to to line above table and below top bar. - Feedback "Success" to line above table and below top bar.
# Overview # Overview
......
...@@ -27,7 +27,13 @@ void main() { ...@@ -27,7 +27,13 @@ void main() {
runApp(MaterialApp( runApp(MaterialApp(
title: 'Mobile Event Log', title: 'Mobile Event Log',
theme: ThemeData( theme: ThemeData(
//DAM Arctic: Color.fromRGBO(0x00, 0xAF, 0xB9, 1),
//DAM Ocean: Color.fromRGBO(0x0F, 0x1E, 0x50, 1),
//Feedback Background: Color.fromRGBO(0xCE, 0xED, 0xEB, 1),
//Feedback Text: Color.fromRGBO(0x57, 0x82, 0x7E, 1),
primarySwatch: Colors.blue, primarySwatch: Colors.blue,
), ),
initialRoute: '/', initialRoute: '/',
routes: { routes: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment