Skip to content

Commit 911396e

Browse files
committed
ui [nfc]: Rename TODO(#95)s to TODO(design-dark)
These are followups to #95, which is marked as resolved in the tracker.
1 parent f9740c2 commit 911396e

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

lib/widgets/message_list.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class MessageListTheme extends ThemeExtension<MessageListTheme> {
6060
dateSeparator: Colors.white,
6161
dateSeparatorText: const HSLColor.fromAHSL(0.75, 0, 0, 1).toColor(),
6262
dmRecipientHeaderBg: const HSLColor.fromAHSL(1, 46, 0.15, 0.2).toColor(),
63-
// TODO(#95) need proper dark-theme color (this is ad hoc)
63+
// TODO(design-dark) need proper dark-theme color (this is ad hoc)
6464
editedMovedMarkerCollapsed: const Color.fromARGB(128, 214, 202, 194),
6565
messageTimestamp: const HSLColor.fromAHSL(0.6, 0, 0, 1).toColor(),
6666
recipientHeaderText: const HSLColor.fromAHSL(0.8, 0, 0, 1).toColor(),

lib/widgets/theme.dart

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -142,25 +142,25 @@ class DesignVariables extends ThemeExtension<DesignVariables> {
142142
mainBackground: const Color(0xff1d1d1d),
143143
title: const Color(0xffffffff),
144144
channelColorSwatches: ChannelColorSwatches.dark,
145-
// TODO(#95) need proper dark-theme color (this is ad hoc)
145+
// TODO(design-dark) need proper dark-theme color (this is ad hoc)
146146
atMentionMarker: const HSLColor.fromAHSL(0.4, 0, 0, 1).toColor(),
147147
dmHeaderBg: const HSLColor.fromAHSL(1, 46, 0.15, 0.2).toColor(),
148148
errorBannerBackground: const HSLColor.fromAHSL(1, 0, 0.61, 0.19).toColor(),
149149
errorBannerBorder: const HSLColor.fromAHSL(0.4, 3, 0.73, 0.74).toColor(),
150150
errorBannerLabel: const HSLColor.fromAHSL(1, 2, 0.73, 0.80).toColor(),
151-
// TODO(#95) need proper dark-theme color (this is ad hoc)
151+
// TODO(design-dark) need proper dark-theme color (this is ad hoc)
152152
groupDmConversationIcon: Colors.white.withOpacity(0.5),
153-
// TODO(#95) need proper dark-theme color (this is ad hoc)
153+
// TODO(design-dark) need proper dark-theme color (this is ad hoc)
154154
groupDmConversationIconBg: const Color(0x33cccccc),
155155
loginOrDivider: const Color(0xff424242),
156156
loginOrDividerText: const Color(0xffa8a8a8),
157-
// TODO(#95) need proper dark-theme color (this is ad hoc)
157+
// TODO(design-dark) need proper dark-theme color (this is ad hoc)
158158
sectionCollapseIcon: const Color(0x7fb6c8e2),
159-
// TODO(#95) unchanged in dark theme?
159+
// TODO(design-dark) unchanged in dark theme?
160160
star: const HSLColor.fromAHSL(0.5, 47, 1, 0.41).toColor(),
161-
// TODO(#95) need proper dark-theme color (this is ad hoc)
161+
// TODO(design-dark) need proper dark-theme color (this is ad hoc)
162162
subscriptionListHeaderLine: const HSLColor.fromAHSL(0.4, 240, 0.1, 0.75).toColor(),
163-
// TODO(#95) need proper dark-theme color (this is ad hoc)
163+
// TODO(design-dark) need proper dark-theme color (this is ad hoc)
164164
subscriptionListHeaderText: const HSLColor.fromAHSL(1.0, 240, 0.1, 0.75).toColor(),
165165
unreadCountBadgeTextForChannel: Colors.white.withOpacity(0.9),
166166
);
@@ -223,8 +223,8 @@ class DesignVariables extends ThemeExtension<DesignVariables> {
223223
final Color errorBannerLabel;
224224
final Color groupDmConversationIcon;
225225
final Color groupDmConversationIconBg;
226-
final Color loginOrDivider; // TODO(#95) need proper dark-theme color (this is ad hoc)
227-
final Color loginOrDividerText; // TODO(#95) need proper dark-theme color (this is ad hoc)
226+
final Color loginOrDivider; // TODO(design-dark) need proper dark-theme color (this is ad hoc)
227+
final Color loginOrDividerText; // TODO(design-dark) need proper dark-theme color (this is ad hoc)
228228
final Color sectionCollapseIcon;
229229
final Color star;
230230
final Color subscriptionListHeaderLine;

0 commit comments

Comments
 (0)