schildi-web/src/components/structures
Richard van der Hoff 10decf95f6 replace imports of q with bluebird
update `package.json`

```
find src test -name '*.js' |
    xargs perl -i -pe 'if (/require\(.[qQ].\)/) { $_ = "import Promise from '\''bluebird'\'';\n"; }'

find src test -name '*.js' |
    xargs perl -i -pe 'if (/import [qQ] /) { $_ = "import Promise from '\''bluebird'\'';\n"; }'
```
2017-07-13 00:48:31 +01:00
..
BottomLeftMenu.js Always show HomeButton 2017-05-26 10:33:48 +01:00
CompatibilityPage.js Translate src/components/structures 2017-05-30 16:27:48 +01:00
HomePage.js more HomePage tweaks 2017-07-11 14:29:47 +01:00
LeftPanel.js rework tom's welcome page to fit in slightly better with riot's UI/UX 2017-05-30 03:58:45 +01:00
LoginBox.js add register button 2017-06-19 00:54:07 +01:00
RightPanel.js Merge pull request #4038 from vector-im/tom-welcome-page 2017-05-30 21:36:21 +01:00
RoomDirectory.js replace imports of q with bluebird 2017-07-13 00:48:31 +01:00
RoomSubList.js Don't show the tooltips when filtering rooms 2017-06-12 17:54:58 +01:00
SearchBox.js Translate src/components/structures 2017-05-30 16:27:48 +01:00
ViewSource.js Add a 'View decrypted source' button 2016-11-16 23:10:51 +00:00