Skip to content

Commit

Permalink
Refactor/update enmeshed app (#232)
Browse files Browse the repository at this point in the history
* refactor: update the enmeshed app

* chore: update assets / fix issues

* chore: remove educational bla

* refactor: rename app icons

* chore: rename UI Bridge

* chore: add gitignore entry

* fix: correct pattern matching

* chore: update i18ns

* chore: remove unused file

* chore: version bump

* chore: PR comments

* fix: re-add jsons

* fix: typo
  • Loading branch information
jkoenig134 authored Aug 9, 2024
1 parent 6d3e4eb commit c9127cf
Show file tree
Hide file tree
Showing 115 changed files with 3,971 additions and 2,066 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@ build
.flutter-plugins-dependencies
config.json
config.*.json
!**/app_icons/config.json

apps/connector_ui/android/local.properties
.DS_Store
Binary file removed apps/enmeshed/assets/enmeshed_logo_dark.png
Binary file not shown.
Binary file removed apps/enmeshed/assets/enmeshed_logo_light.png
Binary file not shown.
File renamed without changes.
6 changes: 3 additions & 3 deletions apps/enmeshed/assets/i18n/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -1023,7 +1023,7 @@
"Draft": "Entwurf",
"Error": "Fehlerhaft",
"Expired": "Abgelaufen",
"ManualDecisionRequired": "Entscheidung muss getroffen werden",
"ManualDecisionRequired": "Offene Aufgabe",
"Open": "Auf Antwort warten"
},
"unknown": {
Expand Down Expand Up @@ -1137,7 +1137,7 @@
"acceptedName": "Das angefragte Attribut wurde bereits geteilt."
},
"AttributeSuccessionAcceptResponseItem": {
"acceptedName": "Das angefragte Attribute wurde bearbeitet."
"acceptedName": "Das angefragte Attribut wurde bearbeitet."
},
"CreateAttributeAcceptResponseItem": {
"acceptedName": "Das Attribut wurde erstellt."
Expand Down Expand Up @@ -1178,7 +1178,7 @@
"minValue": "Der Wert muss größer oder gleich {value} sein",
"invalidInput": "Ungültige Eingabe",
"invalidFormat": "Ungültiges Format",
"noDateSelected": "Kein Datum ausgewählt",
"noDateSelected": "Kein Datum ausgewählt",
"houseNoNumericCharacter": "Der Wert muss mindestens eine Ziffer enthalten"
}
},
Expand Down
2 changes: 1 addition & 1 deletion apps/enmeshed/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1023,7 +1023,7 @@
"Draft": "Draft",
"Error": "Error",
"Expired": "Expired",
"ManualDecisionRequired": "Decision Required",
"ManualDecisionRequired": "Open task",
"Open": "Waiting for Response"
},
"unknown": {
Expand Down
Binary file removed apps/enmeshed/assets/onboarding_background.png
Binary file not shown.
File renamed without changes
18 changes: 18 additions & 0 deletions apps/enmeshed/assets/svg/attribute_deletion.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
69 changes: 69 additions & 0 deletions apps/enmeshed/assets/svg/connect_with_contact.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit c9127cf

Please sign in to comment.