From bf8d9a8dd9cd193302a997d65464bfcbd74d03c2 Mon Sep 17 00:00:00 2001 From: Christian Hartmann Date: Thu, 15 Sep 2022 17:55:10 +0200 Subject: [PATCH 1/5] Make dropdown searchable Signed-off-by: Christian Hartmann --- src/components/Questions/QuestionDropdown.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/Questions/QuestionDropdown.vue b/src/components/Questions/QuestionDropdown.vue index 251dc35f9..ef8b9894f 100644 --- a/src/components/Questions/QuestionDropdown.vue +++ b/src/components/Questions/QuestionDropdown.vue @@ -43,7 +43,6 @@ :multiple="isMultiple" :required="isRequired" :options="options" - :searchable="false" label="text" track-by="id" @select="onSelect" /> From 78a53013bc22b4c7a8b7327bf7a2c3dba5897b73 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Fri, 16 Sep 2022 02:52:21 +0000 Subject: [PATCH 2/5] [tx-robot] updated from transifex Signed-off-by: Nextcloud bot --- l10n/zh_TW.js | 2 +- l10n/zh_TW.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/l10n/zh_TW.js b/l10n/zh_TW.js index daa7908d0..d5b7485ee 100644 --- a/l10n/zh_TW.js +++ b/l10n/zh_TW.js @@ -139,7 +139,7 @@ OC.L10N.register( "Radio buttons" : "單選鈕", "Radio buttons question title" : "單選鈕問題標題", "Dropdown" : "下拉式選單", - "Dropdown question title" : "下拉式式選單標題", + "Dropdown question title" : "下拉式選單標題", "People can pick one option" : "使人可以選擇一個選項", "Pick an option" : "選取一個選項", "Short answer" : "短文字簡答", diff --git a/l10n/zh_TW.json b/l10n/zh_TW.json index 8e4822ac7..94388c77d 100644 --- a/l10n/zh_TW.json +++ b/l10n/zh_TW.json @@ -137,7 +137,7 @@ "Radio buttons" : "單選鈕", "Radio buttons question title" : "單選鈕問題標題", "Dropdown" : "下拉式選單", - "Dropdown question title" : "下拉式式選單標題", + "Dropdown question title" : "下拉式選單標題", "People can pick one option" : "使人可以選擇一個選項", "Pick an option" : "選取一個選項", "Short answer" : "短文字簡答", From aca67149ddfb24a704f197dbad3f09ad88f40115 Mon Sep 17 00:00:00 2001 From: Christian Hartmann Date: Thu, 15 Sep 2022 21:02:57 +0200 Subject: [PATCH 3/5] Change Icons based on Design Review Signed-off-by: Christian Hartmann --- src/components/AppNavigationForm.vue | 6 +++--- src/components/SidebarTabs/SharingSidebarTab.vue | 12 ++++++------ src/components/TopBar.vue | 8 ++++---- src/views/Results.vue | 6 +++--- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/src/components/AppNavigationForm.vue b/src/components/AppNavigationForm.vue index 4c5ba088a..a35953f50 100644 --- a/src/components/AppNavigationForm.vue +++ b/src/components/AppNavigationForm.vue @@ -60,7 +60,7 @@ :to="{ name: 'results', params: { hash: form.hash } }" @click="mobileCloseNavigation"> {{ t('forms', 'Results') }} @@ -95,7 +95,7 @@ import IconCheck from 'vue-material-design-icons/Check' import IconContentCopy from 'vue-material-design-icons/ContentCopy' import IconDelete from 'vue-material-design-icons/Delete' import IconPencil from 'vue-material-design-icons/Pencil' -import IconMessageReplyText from 'vue-material-design-icons/MessageReplyText' +import IconPoll from 'vue-material-design-icons/Poll' import IconShareVariant from 'vue-material-design-icons/ShareVariant' import FormsIcon from './Icons/FormsIcon.vue' @@ -111,7 +111,7 @@ export default { IconContentCopy, IconDelete, IconPencil, - IconMessageReplyText, + IconPoll, IconShareVariant, NcActionButton, NcActionRouter, diff --git a/src/components/SidebarTabs/SharingSidebarTab.vue b/src/components/SidebarTabs/SharingSidebarTab.vue index 7842e4801..52cb6abf6 100644 --- a/src/components/SidebarTabs/SharingSidebarTab.vue +++ b/src/components/SidebarTabs/SharingSidebarTab.vue @@ -30,7 +30,7 @@