Is your feature request related to a problem? Please describe.
A dismissible alert when we have news that reverberates across the surfing world. For example, Maverick's was like 35ft this week.
This can display on the site root page.
Describe the solution you'd like
A material alert that sits on the home page and maybe has a small desc and links. It can be dismissed. Added bonus, keep the state of "has this been dismissed" in local storage so I don't bug myself with it.
Describe alternatives you've considered
I've considered absolutely no alternatives to the one solution I've proposed above.
Additional context
In https://github.com/crubio/surfe-diem-api, setup all the stuff we need to create a table to store the alert and provide them via API. Last step would be to integrate into admin for CRUD ops.
Is your feature request related to a problem? Please describe. A dismissible alert when we have news that reverberates across the surfing world. For example, Maverick's was like 35ft this week. This can display on the site root page.
Describe the solution you'd like A material alert that sits on the home page and maybe has a small desc and links. It can be dismissed. Added bonus, keep the state of "has this been dismissed" in local storage so I don't bug myself with it.
Describe alternatives you've considered I've considered absolutely no alternatives to the one solution I've proposed above.
Additional context In https://github.com/crubio/surfe-diem-api, setup all the stuff we need to create a table to store the alert and provide them via API. Last step would be to integrate into admin for CRUD ops.