luc sitzung 2
This commit is contained in:
5
Todo.txt
5
Todo.txt
@@ -16,10 +16,13 @@ maybe auch vorschläge aus templates in dropdown menüs anzeigen
|
||||
im englischen abändern
|
||||
einzelnen eintrag löschen
|
||||
alle datumsfelder in 1 klasse und überarbeiten dass entfernen funktioniert und knöpfe bissl breiter
|
||||
sandorte ansehen in karte (extra tab)
|
||||
dropdown menü fixen (ai fragen)
|
||||
Platzierung garnix als standart aber pflichtfeld
|
||||
|
||||
|
||||
|
||||
keine ahnung obs funktioniert:
|
||||
dropdown menü fixen (ai fragen)
|
||||
TEST SEND FILE TO SERVER FUNCTION
|
||||
eintrg in db wenn http response (in sent column)
|
||||
|
||||
|
||||
@@ -671,10 +671,7 @@ class _AddCamMainState extends State<AddCamMain> {
|
||||
title: Text(AppLocalizations.of(context)!.fourthstep),
|
||||
content: Column(
|
||||
children: [
|
||||
const SizedBox(
|
||||
height: 15,
|
||||
),
|
||||
VarTextField(textController: adresse1C, localization: AppLocalizations.of(context)!.adresse1, dbName: "Adresse1", required: true),
|
||||
VarTextField(textController: adresse1C, localization: AppLocalizations.of(context)!.adresse1, dbName: "Adresse1", required: true, default_value: "addresse1",),
|
||||
VarTextField(textController: adresse2C, localization: AppLocalizations.of(context)!.adresse2, dbName: "Adresse2", required: false),
|
||||
VarTextField(textController: adresse3C, localization: AppLocalizations.of(context)!.adresse3, dbName: "Adresse2", required: false),
|
||||
const SizedBox(
|
||||
|
||||
@@ -1305,7 +1305,7 @@ class _StatusState extends State<Status> {
|
||||
visualDensity: const VisualDensity(vertical: -4),
|
||||
title: Text(AppLocalizations.of(context)!.inaktiv),
|
||||
leading: Radio<String>(
|
||||
value: 'anaktiv',
|
||||
value: 'inaktiv',
|
||||
groupValue: _selectedStatus,
|
||||
onChanged: (value) {
|
||||
setState(() {
|
||||
|
||||
@@ -60,7 +60,7 @@
|
||||
"delAll": "Alle Standorte löschen",
|
||||
"fieldEmpty": "Folgendes Feld ist leer:",
|
||||
"cancel": "Abbrechen",
|
||||
"template": "Als Vorlage speichern",
|
||||
"template": "Als Unvollständig speichern",
|
||||
"openMap": "Karte öffnen",
|
||||
"saveMap": "Speichern und Schließen",
|
||||
"locationDisabled": "Standort ausgeschaltet. Bitte einschalten",
|
||||
@@ -85,7 +85,7 @@
|
||||
"open": "öffnen",
|
||||
"date": "Datum",
|
||||
"location": "Standort",
|
||||
"sendfile": "Datei zum Server schicken",
|
||||
"sendfile": "Datei zum Server senden",
|
||||
"pickfile": "Datei auswählen",
|
||||
"placedata": "Standortdaten",
|
||||
"sent": "Gesendet"
|
||||
|
||||
Reference in New Issue
Block a user