element-web/src/components/structures
Richard van der Hoff 0d7cc59d99 replace q method calls with bluebird ones
```
find src test -name '*.js' |
    xargs perl -i -pe 's/q\.(all|defer|reject|delay|try|isFulfilled)\(/Promise.$1(/'
```
2017-07-12 18:05:40 +01:00
..
login q(...) -> Promise.resolve 2017-07-12 18:05:08 +01:00
ContextualMenu.js Fix a bunch of linting errors 2017-01-20 14:22:27 +00:00
CreateRoom.js fix missing translations and typos in i18n 2017-06-07 18:24:35 +01:00
FilePanel.js Translate src/components/structures 2017-06-07 11:40:46 +01:00
GroupView.js Lint, including putting key in right place 2017-07-11 15:16:58 +01:00
InteractiveAuth.js remove unused imports 2017-06-02 21:35:55 +01:00
LoggedInView.js Fix lint errors 2017-07-07 10:41:59 +01:00
MatrixChat.js replace q method calls with bluebird ones 2017-07-12 18:05:40 +01:00
MessagePanel.js don't lose date seperator when the first event of the new day is redacted 2017-06-02 04:39:44 +01:00
MyGroups.js PR feedback 2017-07-07 18:34:40 +01:00
NotificationPanel.js Bulk change counterpart imports 2017-05-25 11:39:08 +01:00
RoomStatusBar.js Translate src/components/structures 2017-06-07 11:40:46 +01:00
RoomView.js q(...) -> Promise.resolve 2017-07-12 18:05:08 +01:00
ScrollPanel.js q(...) -> Promise.resolve 2017-07-12 18:05:08 +01:00
TimelinePanel.js q(...) -> Promise.resolve 2017-07-12 18:05:08 +01:00
UploadBar.js Translate src/components/structures 2017-06-07 11:40:46 +01:00
UserSettings.js replace q method calls with bluebird ones 2017-07-12 18:05:40 +01:00