jbrowse-components icon indicating copy to clipboard operation
jbrowse-components copied to clipboard

notification icon in header

Open rbuels opened this issue 2 years ago • 0 comments

Add a notification icon that displays "messages" that come from the JBrowse developers.

Would download a JSON file from jbrowse.org that contains messages structured as:

[
   {
    id: "unique_id",
    messageHtml: "HTML content of the message we want to send to all jbrowse users"
   }
]

the button would keep local state (in localstorage or similar) in order to know whether a given message ID is "new". If one or more messages are "new", will have a little attention dot on it to call attention to the message button.

rbuels avatar Jun 15 '22 18:06 rbuels