Open
Description
We have a Collapsible Controller that sets cookies with the prefix callout_block_
.
Similar code exists in Dismissable Controller.
This code uses cookies, and may be better served by using localStorage
instead. See Notification Controller for how this is done.
(p.s. the notification keys could use some polish so they have recognizable names )
There may also be an opportunity here to convert all three to use a similar controller, and collapse (pun!) all three into one.