You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to create a notice for cookies so that users are notified we store them for the following:
Timeout in ms
Audio notification choice
Whether the heatmap is on
We can easily do this using the existing bootstrap notification alert, but have a close button added:
Sample code:
<div class="alert alert-warning alert-dismissible fade show" role="alert">
<strong>Holy guacamole!</strong> You should check in on some of those fields below.
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
I like the idea of having a notice of what we use the cookies for. I am not sure about the use of alert. How about putting the notice in the privacy section?
On Jun 13, 2020, at 1:12 PM, Steven Guh ***@***.***> wrote:
I like the idea of having a notice of what we use the cookies for. I am not sure about the use of alert. How about putting the notice in the privacy section?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#23 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AB5CPWMRHSFO35ZWDN6KBXLRWPMSLANCNFSM4N5CZKQA>.
We need to create a notice for cookies so that users are notified we store them for the following:
We can easily do this using the existing bootstrap notification alert, but have a close button added:
Sample code:
Source
The text was updated successfully, but these errors were encountered: