mastodon/app/javascript/mastodon/actions
unarist 2c51bc0ca5 Add missing rejection handling for Promises (#7008)
* Add eslint-plugin-promise to detect uncaught rejections

* Move alert generation for errors to actions/alert

* Add missing rejection handling for Promises

* Use catch() instead of onReject on then()

Then it will catches rejection from onFulfilled. This detection can be
disabled by `allowThen` option, though.
2018-04-02 14:51:02 +02:00
..
importer Cache media (#6902) 2018-03-27 12:32:30 +02:00
push_notifications Add missing rejection handling for Promises (#7008) 2018-04-02 14:51:02 +02:00
accounts.js Add missing rejection handling for Promises (#7008) 2018-04-02 14:51:02 +02:00
alerts.js Add missing rejection handling for Promises (#7008) 2018-04-02 14:51:02 +02:00
blocks.js Store objects to IndexedDB (#6826) 2018-03-24 13:06:27 +01: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 Add missing rejection handling for Promises (#7008) 2018-04-02 14:51:02 +02:00
domain_blocks.js Add some UI for user-defined domain blocks (#6628) 2018-03-30 12:38:00 +02:00
dropdown_menu.js Remove pointer events on the entire UI when a dropdown menu is open (#6648) 2018-03-07 02:26:43 +01:00
emojis.js Track frequently used emojis in web UI (#5275) 2017-10-08 21:47:15 +02:00
favourites.js Store objects to IndexedDB (#6826) 2018-03-24 13:06:27 +01:00
height_cache.js Fix height cache (#4909) 2017-09-13 10:24:33 +02:00
interactions.js Store objects to IndexedDB (#6826) 2018-03-24 13:06:27 +01:00
lists.js Add missing rejection handling for Promises (#7008) 2018-04-02 14:51:02 +02:00
modal.js Improve eslint rules (#3147) 2017-05-20 17:31:47 +02:00
mutes.js Store objects to IndexedDB (#6826) 2018-03-24 13:06:27 +01:00
notifications.js Fix TypeError on follow notification (#6950) 2018-03-29 12:59:12 +02:00
onboarding.js Restore onboarding modal (#6303) 2018-01-20 01:32:37 +01:00
pin_statuses.js Store objects to IndexedDB (#6826) 2018-03-24 13:06:27 +01:00
reports.js Federated reports (#6570) 2018-02-28 06:54:55 +01:00
search.js Store objects to IndexedDB (#6826) 2018-03-24 13:06:27 +01:00
settings.js Add missing rejection handling for Promises (#7008) 2018-04-02 14:51:02 +02:00
statuses.js Cache media (#6902) 2018-03-27 12:32:30 +02:00
store.js Store objects to IndexedDB (#6826) 2018-03-24 13:06:27 +01:00
streaming.js Allow clients to fetch notifications made while they were offline (#6886) 2018-03-24 22:07:23 +01:00
timelines.js Allow clients to fetch statuses made while they were offline (#6876) 2018-03-24 15:25:15 +01:00