Skip to content

Commit 89c5c66

Browse files
committed
fix(global): add some missing icons
1 parent 09eb044 commit 89c5c66

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed
Lines changed: 7 additions & 0 deletions
Loading

src/content/sidebar/user-panel.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@
3838
.button__201d5 {
3939
@include controls.icon-button;
4040

41+
// TODO(#41): no aria-label
42+
--icon: icon("settings");
43+
4144
color: inherit;
4245
}
4346

src/global/icons.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,12 @@
3131
"aria-label",
3232
(
3333
"Add Friends to DM": "contact-new",
34-
// experiment
34+
// TODO(experiment): remove later ? nitro only
3535
"Bookmarks": "user-bookmarks",
3636
"Hide Member List": "org.gnome.Settings-users",
3737
"Hide User Profile": "user-info",
38+
// TODO(experiment): remove in the future in favor of notifications
39+
"Inbox": "mail-unread",
3840
"New Group DM": "contact-new",
3941
"Notification Settings": "bell-outline",
4042
"Notifications": "bell-outline",
@@ -74,6 +76,7 @@
7476
"Stop Streaming": "stop",
7577
"Turn Off Camera": "camera-photo",
7678
"Turn On Camera": "camera-photo",
79+
// TODO(#41): no aria-label
7780
"User Settings": "settings",
7881
"Video": "camera-photo",
7982
)

0 commit comments

Comments
 (0)