]> cat aescling's git repositories - mastodon.git/commit
Improvements to the single column layout (#10835)
authorEugen Rochko <eugen@zeonfederated.com>
Sun, 26 May 2019 00:55:37 +0000 (02:55 +0200)
committerGitHub <noreply@github.com>
Sun, 26 May 2019 00:55:37 +0000 (02:55 +0200)
commit0e445ebb1392c8dbce320509d219f16c7c221406
tree80e152870735fbb15656ee5b87fc61a54b4d7564
parenta472190729782f31731674c626c07af483fe9c7f
Improvements to the single column layout (#10835)

* Improvements to the single column layout

- Add follows and followers link to the right panel
- Increase margins around separators in right panel
- Add follow requests link with counter when account is locked to right panel

* Redirect from getting started to home when navigation panel is visible
app/javascript/mastodon/actions/compose.js
app/javascript/mastodon/components/icon_with_badge.js [new file with mode: 0644]
app/javascript/mastodon/features/follow_requests/index.js
app/javascript/mastodon/features/getting_started/index.js
app/javascript/mastodon/features/ui/components/follow_requests_nav_link.js [new file with mode: 0644]
app/javascript/mastodon/features/ui/components/list_panel.js
app/javascript/mastodon/features/ui/components/navigation_panel.js
app/javascript/mastodon/features/ui/components/notifications_counter_icon.js