This repository was archived by the owner on Sep 11, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
components/views/room_settings Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ limitations under the License.
1818import MatrixClientPeg from './MatrixClientPeg' ;
1919
2020// TODO: Decommission.
21+ // Ref: https://github.com/vector-im/riot-web/issues/8424
2122export default {
2223 /*
2324 * Returns the email pusher (pusher of type 'email') for a given
Original file line number Diff line number Diff 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
4546module . exports = React . createClass ( {
4647 displayName : 'ColorSettings' ,
You can’t perform that action at this time.
0 commit comments