OWASP-BLT / BLT

OWASP BLT is tool with the purpose of making the web a safer place. We have many facets to the project.
https://blt.owasp.org
GNU Affero General Public License v3.0
141 stars 143 forks source link

Fixed the signin/logout toast popup #2949

Closed tsu-ki closed 4 days ago

tsu-ki commented 1 week ago

Added hover listener that triggers the hide action when the mouse enters the notification, changed notify-hide to fadeOut() for smoother transition. Issue Link- https://github.com/OWASP-BLT/BLT/issues/2935

https://github.com/user-attachments/assets/082bb5d8-ea71-40a5-bc10-f6d5d0ab0787

DonnieBLT commented 1 week ago

How about we show the toast in the header somewhere instead of the pop-up?

DonnieBLT commented 1 week ago

Or maybe we can add it to the footer let’s do that

tsu-ki commented 1 week ago

@DonnieBLT sure, I'll add it towards the bottom-right corner of the footer section? Is that okay?

DonnieBLT commented 1 week ago

Yes

tsu-ki commented 5 days ago

@DonnieBLT I tried placing the toast just below the chat button, but the chat button at right-bottom overlaps the toast and I haven't been able to resolve that. Will placing the pop-up at the left bottom corner be okay?

Screenshot 2024-11-20 at 7 36 26 PM