]> cat aescling's git repositories - mastodon.git/commit
[Glitch] Add explore page to web UI
authorEugen Rochko <eugen@zeonfederated.com>
Thu, 24 Feb 2022 23:34:33 +0000 (00:34 +0100)
committeraescling <aescling+gitlab@cat.family>
Thu, 17 Nov 2022 05:28:24 +0000 (00:28 -0500)
commit82a54535e24979788f00cbf3a09e23f24b9ff758
tree74d5094544ae7ac428526cc210a0ba96faae0d03
parent98452f5ea5ed28b7178e890c22df1d23533c303c
[Glitch] Add explore page to web UI

Port d4592bbfcd091c4eaef8c8f24c47d5c2ce1bacd3 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
23 files changed:
app/javascript/flavours/glitch/actions/trends.js
app/javascript/flavours/glitch/components/hashtag.js
app/javascript/flavours/glitch/components/status_action_bar.js
app/javascript/flavours/glitch/components/status_list.js
app/javascript/flavours/glitch/features/explore/components/story.js [new file with mode: 0644]
app/javascript/flavours/glitch/features/explore/index.js [new file with mode: 0644]
app/javascript/flavours/glitch/features/explore/links.js [new file with mode: 0644]
app/javascript/flavours/glitch/features/explore/results.js [new file with mode: 0644]
app/javascript/flavours/glitch/features/explore/statuses.js [new file with mode: 0644]
app/javascript/flavours/glitch/features/explore/suggestions.js [new file with mode: 0644]
app/javascript/flavours/glitch/features/explore/tags.js [new file with mode: 0644]
app/javascript/flavours/glitch/features/getting_started/containers/trends_container.js
app/javascript/flavours/glitch/features/search/index.js [deleted file]
app/javascript/flavours/glitch/features/ui/components/columns_area.js
app/javascript/flavours/glitch/features/ui/components/navigation_panel.js
app/javascript/flavours/glitch/features/ui/components/tabs_bar.js
app/javascript/flavours/glitch/features/ui/index.js
app/javascript/flavours/glitch/reducers/search.js
app/javascript/flavours/glitch/reducers/status_lists.js
app/javascript/flavours/glitch/reducers/trends.js
app/javascript/flavours/glitch/styles/components/explore.scss [new file with mode: 0644]
app/javascript/flavours/glitch/styles/components/index.scss
app/javascript/flavours/glitch/util/async-components.js