mastodon/app/javascript/mastodon/features/ui/util
ThibG dfea7368c9 Add bookmarks (#7107)
* Add backend support for bookmarks

Bookmarks behave like favourites, except they aren't shared with other
users and do not have an associated counter.

* Add spec for bookmark endpoints

* Add front-end support for bookmarks

* Introduce OAuth scopes for bookmarks

* Add bookmarks to archive takeout

* Fix migration

* Coding style fixes

* Fix rebase issue

* Update bookmarked_statuses to latest UI changes

* Update bookmark actions to properly reflect status changes in state

* Add bookmarks item to single-column layout

* Make active bookmarks red
2019-11-13 23:02:10 +01:00
..
async-components.js Add bookmarks (#7107) 2019-11-13 23:02:10 +01:00
fullscreen.js Toggle contain:strict on fullscreen (#5159) 2017-10-02 03:01:01 +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
optional_motion.js Directly use <Motion/> if not reducing motion (#5546) 2017-10-27 19:06:54 +02:00
react_router_helpers.js Misc. typos (#8694) 2018-09-14 00:53:09 +02:00
reduced_motion.js Directly use <Motion/> if not reducing motion (#5546) 2017-10-27 19:06:54 +02:00
schedule_idle_task.js Improve scheduling of requestIdleCallback tasks (#3477) 2017-05-31 15:11:33 +02:00