]> cat aescling's git repositories - mastodon.git/commit
Add responsive panels to the single-column layout (#10820)
authorEugen Rochko <eugen@zeonfederated.com>
Sat, 25 May 2019 19:27:00 +0000 (21:27 +0200)
committerGitHub <noreply@github.com>
Sat, 25 May 2019 19:27:00 +0000 (21:27 +0200)
commit1e5532e693d9533ee37f553aeb191e284178fa52
treed56b1cf2111722d744d675d750c6dfd514392752
parent5cdb4c483f732235d3b0b07eeed34757b33b0f83
Add responsive panels to the single-column layout (#10820)

* Add responsive panels to the single-column layout

* Fixes

* Fix not being able to save the preference

* Fix code style issues

* Set max-height on the compose textarea and add a link to relationship manager
26 files changed:
app/controllers/settings/preferences_controller.rb
app/javascript/mastodon/actions/compose.js
app/javascript/mastodon/actions/statuses.js
app/javascript/mastodon/components/autosuggest_input.js
app/javascript/mastodon/features/compose/components/action_bar.js
app/javascript/mastodon/features/compose/components/navigation_bar.js
app/javascript/mastodon/features/compose/components/search.js
app/javascript/mastodon/features/getting_started/index.js
app/javascript/mastodon/features/search/index.js [new file with mode: 0644]
app/javascript/mastodon/features/ui/components/columns_area.js
app/javascript/mastodon/features/ui/components/compose_panel.js [new file with mode: 0644]
app/javascript/mastodon/features/ui/components/list_panel.js [new file with mode: 0644]
app/javascript/mastodon/features/ui/components/navigation_panel.js [new file with mode: 0644]
app/javascript/mastodon/features/ui/components/notifications_counter_icon.js
app/javascript/mastodon/features/ui/components/tabs_bar.js
app/javascript/mastodon/features/ui/index.js
app/javascript/mastodon/features/ui/util/async-components.js
app/javascript/mastodon/initial_state.js
app/javascript/mastodon/reducers/settings.js
app/javascript/styles/mastodon/components.scss
app/lib/user_settings_decorator.rb
app/models/user.rb
app/serializers/initial_state_serializer.rb
app/views/settings/preferences/show.html.haml
config/locales/simple_form.en.yml
config/settings.yml