]> cat aescling's git repositories - mastodon.git/commit
[Glitch] Allow joining several hashtags in a single column
authorThibaut Girka <thib@sitedethib.com>
Tue, 18 Dec 2018 16:56:08 +0000 (17:56 +0100)
committerThibG <thib@sitedethib.com>
Fri, 21 Dec 2018 18:54:54 +0000 (19:54 +0100)
commit4be73132982fec0a38420811ae28a4ffd2ea09c7
treebe6c8297df67c691010f650001316bf9565dc13a
parent6073195a7d65261bc4092b771a37b53ee1cb09b3
[Glitch] Allow joining several hashtags in a single column

Port 4c03e05a4e1a237f8a414a0861c03abe3269dbc8 to glitch-soc

This introduces new requirements in the API:

  `/api/v1/timelines/tag/:tag` now accepts new params: `any`, `all` and `none`
  It now returns status matching tag :tag or any of the :any, provided that
  they also include all tags in `all` and none of `none`.
app/javascript/flavours/glitch/actions/streaming.js
app/javascript/flavours/glitch/actions/timelines.js
app/javascript/flavours/glitch/features/hashtag_timeline/components/column_settings.js [new file with mode: 0644]
app/javascript/flavours/glitch/features/hashtag_timeline/containers/column_settings_container.js [new file with mode: 0644]
app/javascript/flavours/glitch/features/hashtag_timeline/index.js
app/javascript/flavours/glitch/features/standalone/hashtag_timeline/index.js
app/javascript/flavours/glitch/reducers/timelines.js
app/javascript/flavours/glitch/styles/_mixins.scss
app/javascript/flavours/glitch/styles/components/accounts.scss
app/javascript/flavours/glitch/styles/components/search.scss