You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app/assets/javascripts/components/actions
Eugen Rochko 9aecc0f48a Move timelines API from statuses to its own controller, add a check for
resources that require a user context vs those that don't (such as public timeline)

/api/v1/statuses/public   -> /api/v1/timelines/public
/api/v1/statuses/home     -> /api/v1/timelines/home
/api/v1/statuses/mentions -> /api/v1/timelines/mentions
/api/v1/statuses/tag/:tag -> /api/v1/timelines/tag/:tag
8 years ago
..
accounts.jsx Refactoring redux state into different reducers 8 years ago
compose.jsx Aria-labels actually didn't work in React, so removing. Fixing some bugs 8 years ago
follow.jsx Improve how errors are displayed in the UI 8 years ago
interactions.jsx Adding list of who favourited status 8 years ago
meta.jsx Adding a notification stack for error messages 8 years ago
modal.jsx Add opening images in a modal window 8 years ago
notifications.jsx Improve how errors are displayed in the UI 8 years ago
statuses.jsx Refactoring redux state into different reducers 8 years ago
suggestions.jsx Adding following/followers lists to the UI 8 years ago
timelines.jsx Move timelines API from statuses to its own controller, add a check for 8 years ago