Add issue references to things

pull/21833/head
Travis Ralston 2019-02-06 11:06:02 -07:00
parent e13149ed2c
commit 04f2375273
3 changed files with 3 additions and 0 deletions

View File

@ -273,6 +273,7 @@ textarea {
// TODO: Review mx_GeneralButton usage to see if it can use a different class
// These classes were brought in from the old UserSettings and are included here to avoid
// breaking the app.
// Ref: https://github.com/vector-im/riot-web/issues/8420
.mx_GeneralButton {
@mixin mx_DialogButton;
display: inline;

View File

@ -18,6 +18,7 @@ limitations under the License.
import MatrixClientPeg from './MatrixClientPeg';
// TODO: Decommission.
// Ref: https://github.com/vector-im/riot-web/issues/8424
export default {
/*
* Returns the email pusher (pusher of type 'email') for a given

View File

@ -41,6 +41,7 @@ const ROOM_COLORS = [
// Dev note: this component is not attached anywhere, but is left here as it
// has a high possibility of being used in the nearish future.
// Ref: https://github.com/vector-im/riot-web/issues/8421
module.exports = React.createClass({
displayName: 'ColorSettings',