chinwagsocial/app/javascript/mastodon/features/ui/util
Eugen Rochko 4ec1771165 Add ability to specify alternative text for media attachments (#5123)
* Fix #117 - Add ability to specify alternative text for media attachments

- POST /api/v1/media accepts `description` straight away
- PUT /api/v1/media/:id to update `description` (only for unattached ones)
- Serialized as `name` of Document object in ActivityPub
- Uploads form adjusted for better performance and description input

* Add tests

* Change undo button blend mode to difference
2017-09-28 15:31:31 +02:00
..
async-components.js Add ability to specify alternative text for media attachments (#5123) 2017-09-28 15:31:31 +02:00
get_rect_from_entry.js Avoid using getBoundingClientRect to calculate height (#4001) 2017-07-08 01:57:22 +02:00
intersection_observer_wrapper.js Unobserve status on unmount (#4013) 2017-07-06 21:26:21 +02:00
react_router_helpers.js fix: Rerender Bundle on route change (#4120) 2017-07-08 18:34:55 +02:00
schedule_idle_task.js Improve scheduling of requestIdleCallback tasks (#3477) 2017-05-31 15:11:33 +02:00