chinwagsocial/app/javascript/mastodon/features/compose/components
Claire 50487db122
Add ability to filter individual posts (#18945)
* Add database table for status-specific filters

* Add REST endpoints, entities and attributes

* Show status filters in /filters interface

* Perform server-side filtering for individual posts filters

* Fix filtering on context mismatch

* Refactor `toServerSideType` by moving it to its own module

* Move loupe and delete icons to their own module

* Add ability to filter individual posts from WebUI

* Replace keyword list by warnings (expired, context mismatch)

* Refactor server-side filtering code

* Add tests
2022-08-25 04:27:47 +02:00
..
action_bar.js Change "Direct" status visibility to "Only people I mention" in web UI (#18146) 2022-04-29 00:24:31 +02:00
autosuggest_account.js
character_counter.js
compose_form.js Change label of publish button to be "Publish" again (#18583) 2022-06-01 05:03:12 +02:00
emoji_picker_dropdown.js Fix opening the emoji picker scrolling the single-column view to the top (#17579) 2022-02-16 21:44:47 +01:00
language_dropdown.js Add ability to filter individual posts (#18945) 2022-08-25 04:27:47 +02:00
navigation_bar.js Change routing paths to use usernames in web UI (#16171) 2021-09-26 05:46:13 +02:00
poll_button.js
poll_form.js
privacy_dropdown.js Change “Only people I mention” to “Mentioned people only” (#18291) 2022-05-03 12:30:40 +02:00
reply_indicator.js Change routing paths to use usernames in web UI (#16171) 2021-09-26 05:46:13 +02:00
search.js
search_results.js Change "Direct" status visibility to "Only people I mention" in web UI (#18146) 2022-04-29 00:24:31 +02:00
text_icon_button.js Add language dropdown to compose in web UI (#18420) 2022-05-16 11:18:35 +02:00
upload.js Add hint about missing media attachment description in web UI (#17845) 2022-03-22 09:48:12 +01:00
upload_button.js
upload_form.js
upload_progress.js
warning.js