]> cat aescling's git repositories - mastodon.git/commit
Add explore page to web UI (#17123)
authorEugen Rochko <eugen@zeonfederated.com>
Thu, 24 Feb 2022 23:34:33 +0000 (00:34 +0100)
committerGitHub <noreply@github.com>
Thu, 24 Feb 2022 23:34:33 +0000 (00:34 +0100)
commitd4592bbfcd091c4eaef8c8f24c47d5c2ce1bacd3
tree237a385de76d112d120b7a35119067e1fd4947ef
parent27965ce5edff20db2de1dd233c88f8393bb0da0b
Add explore page to web UI (#17123)

* Add explore page to web UI

* Fix not removing loaded statuses from trends on mute/block action
22 files changed:
app/javascript/mastodon/actions/trends.js
app/javascript/mastodon/components/hashtag.js
app/javascript/mastodon/components/status_action_bar.js
app/javascript/mastodon/components/status_list.js
app/javascript/mastodon/features/explore/components/story.js [new file with mode: 0644]
app/javascript/mastodon/features/explore/index.js [new file with mode: 0644]
app/javascript/mastodon/features/explore/links.js [new file with mode: 0644]
app/javascript/mastodon/features/explore/results.js [new file with mode: 0644]
app/javascript/mastodon/features/explore/statuses.js [new file with mode: 0644]
app/javascript/mastodon/features/explore/suggestions.js [new file with mode: 0644]
app/javascript/mastodon/features/explore/tags.js [new file with mode: 0644]
app/javascript/mastodon/features/getting_started/containers/trends_container.js
app/javascript/mastodon/features/search/index.js [deleted file]
app/javascript/mastodon/features/ui/components/columns_area.js
app/javascript/mastodon/features/ui/components/navigation_panel.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/reducers/search.js
app/javascript/mastodon/reducers/status_lists.js
app/javascript/mastodon/reducers/trends.js
app/javascript/styles/mastodon/components.scss