Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 04f2375

Browse files
committed
Add issue references to things
1 parent e13149e commit 04f2375

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

res/css/_common.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,7 @@ textarea {
273273
// TODO: Review mx_GeneralButton usage to see if it can use a different class
274274
// These classes were brought in from the old UserSettings and are included here to avoid
275275
// breaking the app.
276+
// Ref: https://github.com/vector-im/riot-web/issues/8420
276277
.mx_GeneralButton {
277278
@mixin mx_DialogButton;
278279
display: inline;

src/UserSettingsStore.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ limitations under the License.
1818
import MatrixClientPeg from './MatrixClientPeg';
1919

2020
// TODO: Decommission.
21+
// Ref: https://github.com/vector-im/riot-web/issues/8424
2122
export default {
2223
/*
2324
* Returns the email pusher (pusher of type 'email') for a given

src/components/views/room_settings/ColorSettings.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ const ROOM_COLORS = [
4141

4242
// Dev note: this component is not attached anywhere, but is left here as it
4343
// has a high possibility of being used in the nearish future.
44+
// Ref: https://github.com/vector-im/riot-web/issues/8421
4445

4546
module.exports = React.createClass({
4647
displayName: 'ColorSettings',

0 commit comments

Comments
 (0)