Fix invitation wrapping #157

Merged
dan merged 3 commits from ui_fixes into trunk 2021-06-07 22:34:54 +00:00
Owner

Fixes: #137

This is definitely better. But I'm not entirely happy with it.

Fixes: #137 This is definitely better. But I'm not entirely happy with it.
dan was assigned by sarah 2021-06-05 00:05:20 +00:00
erinn was assigned by sarah 2021-06-05 00:05:20 +00:00
Owner
Drone Build Status: success https://build.openprivacy.ca/flutter/flutter_app/467
Owner
Drone Build Status: success https://build.openprivacy.ca/flutter/flutter_app/469
Owner
Drone Build Status: success https://build.openprivacy.ca/flutter/flutter_app/470
Owner
Drone Build Status: success https://build.openprivacy.ca/flutter/flutter_app/471
dan requested changes 2021-06-07 21:49:47 +00:00
@ -67,2 +75,3 @@
wdgDecorations = Text("Accepted!" + '\u202F');
} else if (this.rejected) {
wdgDecorations = Text("Rejected.");
wdgDecorations = Text("Rejected." + '\u202F');
Owner

needs translations (ala AppLocalizations.of(context)!.Rejected ish)

needs translations (ala AppLocalizations.of(context)!.Rejected ish)
Owner
Drone Build Status: success https://build.openprivacy.ca/flutter/flutter_app/472
dan merged commit 27f8dd289e into trunk 2021-06-07 22:34:53 +00:00
Sign in to join this conversation.
No description provided.