From 04f2375273a1aa6c3d3824af22aa68e784d27b5b Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Wed, 6 Feb 2019 11:06:02 -0700 Subject: [PATCH] Add issue references to things --- res/css/_common.scss | 1 + src/UserSettingsStore.js | 1 + src/components/views/room_settings/ColorSettings.js | 1 + 3 files changed, 3 insertions(+) diff --git a/res/css/_common.scss b/res/css/_common.scss index b2db17c77b..aaefb859e4 100644 --- a/res/css/_common.scss +++ b/res/css/_common.scss @@ -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; diff --git a/src/UserSettingsStore.js b/src/UserSettingsStore.js index 293ae22b9d..c9ba1956ad 100644 --- a/src/UserSettingsStore.js +++ b/src/UserSettingsStore.js @@ -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 diff --git a/src/components/views/room_settings/ColorSettings.js b/src/components/views/room_settings/ColorSettings.js index 2ee90ffb5a..ab25b3bf66 100644 --- a/src/components/views/room_settings/ColorSettings.js +++ b/src/components/views/room_settings/ColorSettings.js @@ -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',