nyastodon/app/javascript/mastodon
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
..
actions Add bookmarks (#7107) 2019-11-13 23:02:10 +01:00
components Add bookmarks (#7107) 2019-11-13 23:02:10 +01:00
containers Add bookmarks (#7107) 2019-11-13 23:02:10 +01:00
features Add bookmarks (#7107) 2019-11-13 23:02:10 +01:00
locales Integrate own poll's translation into own_poll. (#12231) 2019-11-04 13:03:29 +01:00
middleware
reducers Add bookmarks (#7107) 2019-11-13 23:02:10 +01:00
selectors
service_worker
storage
store
utils
api.js
base_polyfills.js
common.js
compare_id.js
extra_polyfills.js
initial_state.js
is_mobile.js
load_keyboard_extensions.js fix: support KaiOS arrow navigation on public pages (#12251) 2019-11-04 13:03:09 +01:00
load_polyfills.js
main.js
performance.js
ready.js
rtl.js
scroll.js
settings.js
stream.js
test_setup.js
uuid.js