entdec / signum

Rails engine with replacement for flash messages, Signum allows for messages from background jobs.
MIT License
2 stars 0 forks source link

extend notification and add new features #4

Closed WaQasRPL closed 1 year ago

WaQasRPL commented 1 year ago

https://github.com/boxture/oms/issues/2725

WaQasRPL commented 1 year ago

made setting icon more dev friendly

s=Signum.signal(User.first, text:"Hello World New", sticky: true, title: "this is test title", metadata: {buttons:[{title: "Google", url:"http://www.google.com"}, {title: "Apple", url: "http://www.apple.com"}], links:[{title: "Google", url:"http://www.google.com"}, {title: "Apple", url: "http://www.apple.com"}, {title: "Amazon", url: "http://www.amazon.com"}]}, icon:'fad fa-apple-whole fa-lg text-red-400')