Different icons for notifications (#4632)

* Different icons for notifications

Closes #2510.

* Fix version appendix for SVG use attributes

* Fix SVGUse TagHelper

* Update icons
This commit is contained in:
d11n
2023-02-21 03:06:27 +01:00
committed by GitHub
parent cff46f2d59
commit 5c61de3ae9
20 changed files with 141 additions and 122 deletions

View File

@@ -98,9 +98,11 @@ namespace BTCPayServer.Controllers.Greenfield
private NotificationData ToModel(NotificationViewModel entity)
{
return new NotificationData()
return new NotificationData
{
Id = entity.Id,
Identifier = entity.Identifier,
Type = entity.Type,
CreatedTime = entity.Created,
Body = entity.Body,
Seen = entity.Seen,