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