]> cat aescling's git repositories - mastodon.git/commit
Allow mounting arbitrary columns (#3207)
authorEugen Rochko <eugen@zeonfederated.com>
Sat, 3 Jun 2017 23:39:38 +0000 (01:39 +0200)
committerGitHub <noreply@github.com>
Sat, 3 Jun 2017 23:39:38 +0000 (01:39 +0200)
commit8ee2eb5d2e7bd3c601c0277f12d8ad0c5f84cc43
tree2c51c5c5cd47273cf1b66d553e1cc5c7f762a0f8
parent20b647020bf8de2af6d2ce44ed76566d137dd1f6
Allow mounting arbitrary columns (#3207)

* Allow mounting arbitrary columns

* Refactor column headers, allow pinning/unpinning and moving columns around

* Collapse animation

* Re-introduce scroll to top

* Save column settings properly, do not display pin options in
single-column view, do not display collapse icon if there is
nothing to collapse

* Fix one instance of public timeline being closed closing the stream
Fix back buttons inconsistently sending you back to / even if history exists

* Getting started displays links to columns that are not mounted
21 files changed:
app/javascript/mastodon/actions/columns.js [new file with mode: 0644]
app/javascript/mastodon/components/column.js [new file with mode: 0644]
app/javascript/mastodon/components/column_back_button.js
app/javascript/mastodon/components/column_back_button_slim.js
app/javascript/mastodon/components/column_header.js [new file with mode: 0644]
app/javascript/mastodon/features/community_timeline/index.js
app/javascript/mastodon/features/compose/index.js
app/javascript/mastodon/features/getting_started/index.js
app/javascript/mastodon/features/hashtag_timeline/index.js
app/javascript/mastodon/features/home_timeline/components/column_settings.js
app/javascript/mastodon/features/home_timeline/index.js
app/javascript/mastodon/features/notifications/components/column_settings.js
app/javascript/mastodon/features/notifications/index.js
app/javascript/mastodon/features/public_timeline/index.js
app/javascript/mastodon/features/ui/components/column.js
app/javascript/mastodon/features/ui/components/columns_area.js
app/javascript/mastodon/features/ui/containers/columns_area_container.js [new file with mode: 0644]
app/javascript/mastodon/features/ui/index.js
app/javascript/mastodon/reducers/settings.js
app/javascript/mastodon/scroll.js [new file with mode: 0644]
app/javascript/styles/components.scss