vector-im/element-ios/issues/5114 - Poll creation screen

- added input toolbar poll creation action.
- reordered input toolbar actions as per designs.
- added multiline text field and extracted common components.
This commit is contained in:
Stefan Ceriu
2021-11-01 16:52:00 +02:00
committed by Stefan Ceriu
parent 01188f593e
commit ba9c40cf2d
50 changed files with 1231 additions and 42 deletions
+16
View File
@@ -1780,3 +1780,19 @@ Tap the + to start adding people.";
"version_check_modal_title_deprecated" = "Were no longer supporting iOS %@";
"version_check_modal_subtitle_deprecated" = "We've been working on enhancing %@ for a faster and more polished experience. Unfortunately your current version of iOS is not compatible with some of those fixes and is no longer supported.\nWe're advising you to upgrade your operating system to use %@ to its full potential.";
"version_check_modal_action_title_deprecated" = "Find out how";
// Mark: - Polls
"poll_edit_form_create_poll" = "Create poll";
"poll_edit_form_poll_question_or_topic" = "Poll question or topic";
"poll_edit_form_question_or_topic" = "Question or topic";
"poll_edit_form_input_placeholder" = "Write something";
"poll_edit_form_create_options" = "Create options";
"poll_edit_form_option_number" = "Option %d";
"poll_edit_form_add_option" = "Add option";