mastodon/app/javascript/mastodon/actions
Eugen Rochko e20895f251
Add list of lists component to web UI (#5811)
* Add list of lists component to web UI

* Add list adding

* Add list removing

* List editor modal

* Add API account search limited by following=true relation

* Rework list editor modal

* Remove mandatory pagination of GET /api/v1/lists/:id/accounts

* Adjust search input placeholder

* Fix rspec (#5890)

* i18n: (zh-CN) Add missing translations for #5811 (#5891)

* i18n: (zh-CN) yarn manage:translations -- zh-CN

* i18n: (zh-CN) Add missing translations for #5811

* Fix some issues

- Display loading/missing state for list timelines
- Order lists alphabetically in overview
- Fix async list editor reset
- Redirect to /lists after deleting unpinned list
- Redirect to / after pinning a list

* Remove dead list columns when a list is deleted or fetch returns 404
2017-12-05 23:02:27 +01:00
..
accounts.js Allow hiding of reblogs from followed users (#5762) 2017-11-28 15:00:35 +01:00
alerts.js Improve eslint rules (#3147) 2017-05-20 17:31:47 +02:00
blocks.js Improve eslint rules (#3147) 2017-05-20 17:31:47 +02:00
bundles.js Lazy load components (#3879) 2017-07-08 00:06:02 +02:00
cards.js Improve eslint rules (#3147) 2017-05-20 17:31:47 +02:00
columns.js Allow mounting arbitrary columns (#3207) 2017-06-04 01:39:38 +02:00
compose.js Track frequently used emojis in web UI (#5275) 2017-10-08 21:47:15 +02:00
domain_blocks.js Remove unused variables (#3906) 2017-06-23 16:05:04 +02:00
emojis.js Track frequently used emojis in web UI (#5275) 2017-10-08 21:47:15 +02:00
favourites.js Improve eslint rules (#3147) 2017-05-20 17:31:47 +02:00
height_cache.js Fix height cache (#4909) 2017-09-13 10:24:33 +02:00
interactions.js Pinned statuses (#4675) 2017-08-25 01:41:18 +02:00
lists.js Add list of lists component to web UI (#5811) 2017-12-05 23:02:27 +01:00
modal.js Improve eslint rules (#3147) 2017-05-20 17:31:47 +02:00
mutes.js Update mutes.js (#5882) 2017-12-04 20:52:14 +09:00
notifications.js replace newlines in desktop notif with spaces instead of removing them (#5361) 2017-10-14 14:41:12 +02:00
onboarding.js Replace sprockets/browserify with Webpack (#2617) 2017-05-03 02:04:16 +02:00
pin_statuses.js Refactor initial state: "me" (#5563) 2017-10-31 11:27:48 +09:00
push_notifications.js Web Push Notifications (#3243) 2017-07-13 22:15:32 +02:00
reports.js Turn report screen into a modal (#3965) 2017-06-27 18:07:21 +02:00
search.js Improve eslint rules (#3147) 2017-05-20 17:31:47 +02:00
settings.js Track frequently used emojis in web UI (#5275) 2017-10-08 21:47:15 +02:00
statuses.js Fix height cache (#4909) 2017-09-13 10:24:33 +02:00
store.js Change IDs to strings rather than numbers in API JSON output (#5019) 2017-09-20 14:53:48 +02:00
streaming.js Display list column (#5750) 2017-11-25 00:35:37 +01:00
timelines.js Display list column (#5750) 2017-11-25 00:35:37 +01:00