Add option to reduce motion (#5393)
* Add option to reduce motion * Use HOC to wrap all Motion calls * fix case-sensitive issue * Avoid updating too frequently * Get rid of unnecessary change to _simple_status.html.haml
Showing
- app/controllers/settings/preferences_controller.rb 1 addition, 0 deletionsapp/controllers/settings/preferences_controller.rb
- app/javascript/mastodon/components/collapsable.js 1 addition, 1 deletionapp/javascript/mastodon/components/collapsable.js
- app/javascript/mastodon/components/dropdown_menu.js 1 addition, 1 deletionapp/javascript/mastodon/components/dropdown_menu.js
- app/javascript/mastodon/components/icon_button.js 1 addition, 1 deletionapp/javascript/mastodon/components/icon_button.js
- app/javascript/mastodon/features/account/components/header.js 1 addition, 1 deletion...javascript/mastodon/features/account/components/header.js
- app/javascript/mastodon/features/compose/components/privacy_dropdown.js 1 addition, 1 deletion.../mastodon/features/compose/components/privacy_dropdown.js
- app/javascript/mastodon/features/compose/components/search.js 1 addition, 1 deletion...javascript/mastodon/features/compose/components/search.js
- app/javascript/mastodon/features/compose/components/upload.js 1 addition, 1 deletion...javascript/mastodon/features/compose/components/upload.js
- app/javascript/mastodon/features/compose/components/upload_progress.js 1 addition, 1 deletion...t/mastodon/features/compose/components/upload_progress.js
- app/javascript/mastodon/features/compose/components/warning.js 1 addition, 1 deletion...avascript/mastodon/features/compose/components/warning.js
- app/javascript/mastodon/features/compose/containers/sensitive_button_container.js 1 addition, 1 deletion...features/compose/containers/sensitive_button_container.js
- app/javascript/mastodon/features/compose/index.js 1 addition, 1 deletionapp/javascript/mastodon/features/compose/index.js
- app/javascript/mastodon/features/ui/components/upload_area.js 1 addition, 1 deletion...javascript/mastodon/features/ui/components/upload_area.js
- app/javascript/mastodon/features/ui/util/optional_motion.js 34 additions, 0 deletionsapp/javascript/mastodon/features/ui/util/optional_motion.js
- app/lib/user_settings_decorator.rb 5 additions, 0 deletionsapp/lib/user_settings_decorator.rb
- app/models/user.rb 4 additions, 0 deletionsapp/models/user.rb
- app/serializers/initial_state_serializer.rb 1 addition, 0 deletionsapp/serializers/initial_state_serializer.rb
- app/views/settings/preferences/show.html.haml 1 addition, 0 deletionsapp/views/settings/preferences/show.html.haml
- app/views/stream_entries/_detailed_status.html.haml 1 addition, 1 deletionapp/views/stream_entries/_detailed_status.html.haml
- config/locales/simple_form.en.yml 1 addition, 0 deletionsconfig/locales/simple_form.en.yml
Loading
Please register or sign in to comment