* Add: #56 投稿のブーストボタンをクリックしたらポップアップメニューが出るオプション * ブースト時に確認ダイアログを表示する設定との兼ね合いでメニュー項目を削除
This commit is contained in:
parent
a2dbc4a818
commit
69ba7a70d5
14 changed files with 127 additions and 36 deletions
|
@ -82,10 +82,11 @@
|
|||
= ff.input :'web.show_quote_in_public', wrapper: :with_label, kmyblue: true, label: I18n.t('simple_form.labels.defaults.setting_show_quote_in_public'), hint: false
|
||||
= ff.input :'web.show_blocking_quote', wrapper: :with_label, kmyblue: true, label: I18n.t('simple_form.labels.defaults.setting_show_blocking_quote'), hint: false
|
||||
|
||||
%h4= t 'appearance.timelines'
|
||||
%h4= t 'appearance.status_action_bar'
|
||||
|
||||
.fields-group
|
||||
= ff.input :'web.simple_timeline_menu', wrapper: :with_label, kmyblue: true, label: I18n.t('simple_form.labels.defaults.setting_simple_timeline_menu')
|
||||
= ff.input :'web.boost_menu', wrapper: :with_label, kmyblue: true, label: I18n.t('simple_form.labels.defaults.setting_boost_menu')
|
||||
|
||||
%h4= t 'appearance.discovery'
|
||||
|
||||
|
@ -93,12 +94,19 @@
|
|||
= ff.input :'web.trends', wrapper: :with_label, label: I18n.t('simple_form.labels.defaults.setting_trends')
|
||||
= ff.input :'web.show_relationships', wrapper: :with_label, kmyblue: true, label: I18n.t('simple_form.labels.defaults.setting_show_relationships')
|
||||
|
||||
%h4= t 'appearance.media'
|
||||
|
||||
.fields-group
|
||||
= ff.input :'web.display_media_expand',
|
||||
kmyblue: true,
|
||||
hint: I18n.t('simple_form.hints.defaults.setting_display_media_expand'),
|
||||
label: I18n.t('simple_form.labels.defaults.setting_display_media_expand'),
|
||||
wrapper: :with_label
|
||||
|
||||
%h4= t 'appearance.confirmation_dialogs'
|
||||
|
||||
.fields-group
|
||||
= ff.input :'web.reblog_modal', wrapper: :with_label, label: I18n.t('simple_form.labels.defaults.setting_boost_modal'), hint: I18n.t('simple_form.hints.defaults.setting_boost_modal')
|
||||
|
||||
.fields-group
|
||||
= ff.input :'web.reblog_modal', wrapper: :with_label, label: I18n.t('simple_form.labels.defaults.setting_boost_modal')
|
||||
= ff.input :'web.delete_modal', wrapper: :with_label, label: I18n.t('simple_form.labels.defaults.setting_delete_modal')
|
||||
|
||||
%h4= t 'appearance.sensitive_content'
|
||||
|
@ -114,13 +122,6 @@
|
|||
label: I18n.t('simple_form.labels.defaults.setting_display_media'),
|
||||
wrapper: :with_floating_label
|
||||
|
||||
.fields-group
|
||||
= ff.input :'web.display_media_expand',
|
||||
kmyblue: true,
|
||||
hint: I18n.t('simple_form.hints.defaults.setting_display_media_expand'),
|
||||
label: I18n.t('simple_form.labels.defaults.setting_display_media_expand'),
|
||||
wrapper: :with_label
|
||||
|
||||
.fields-group
|
||||
= ff.input :'web.use_blurhash',
|
||||
hint: I18n.t('simple_form.hints.defaults.setting_use_blurhash'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue