a fork of iceshrimp.net but a tweaked frontend to my personal liking. waow
fediverse social-media social iceshrimp fedi
0
fork

Configure Feed

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

[frontend] Show unsupported notification details on separate lines

authored by

pancakes and committed by
Iceshrimp development
be7cfe6a f4d2fec6

+2 -2
+2 -2
Iceshrimp.Frontend/Components/NotificationComponent.razor
··· 62 62 </span> 63 63 <details> 64 64 <summary>view details</summary> 65 - <span>ID: @NotificationResponse.Id</span> 66 - <span>Type: @NotificationResponse.Type</span> 65 + <p>ID: @NotificationResponse.Id</p> 66 + <p>Type: @NotificationResponse.Type</p> 67 67 </details> 68 68 } 69 69 </div>