this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Change icons for muted/blocked users

It's not consistent with the icons on the menu for muting/blocking.
There's no "user" in these icons but at least more recognizable. The text should give sufficient context despite less contextual icons.

+2 -4
-2
src/components/icon.jsx
··· 99 99 'account-edit': () => import('@iconify-icons/mingcute/user-edit-line'), 100 100 'account-warning': () => import('@iconify-icons/mingcute/user-warning-line'), 101 101 keyboard: () => import('@iconify-icons/mingcute/keyboard-line'), 102 - 'mute-user': () => import('@iconify-icons/mingcute/user-hide-line'), 103 - 'block-user': () => import('@iconify-icons/mingcute/user-security-line'), 104 102 cloud: () => import('@iconify-icons/mingcute/cloud-line'), 105 103 }; 106 104
+2 -2
src/components/nav-menu.jsx
··· 240 240 }; 241 241 }} 242 242 > 243 - <Icon icon="mute-user" size="l" /> Muted users&hellip; 243 + <Icon icon="mute" size="l" /> Muted users&hellip; 244 244 </MenuItem> 245 245 <MenuItem 246 246 onClick={() => { ··· 251 251 }; 252 252 }} 253 253 > 254 - <Icon icon="block-user" size="l" /> 254 + <Icon icon="block" size="l" /> 255 255 Blocked users&hellip; 256 256 </MenuItem> 257 257 <MenuItem