mirror of
https://github.com/TheBinaryNinja/tvapp2.git
synced 2026-06-04 05:15:42 -04:00
refactor: change toast notification lifetime from 4 to 10 seconds
This commit is contained in:
@@ -133,7 +133,7 @@
|
|||||||
|
|
||||||
<!-- Toast Notifications -->
|
<!-- Toast Notifications -->
|
||||||
<!-- <button type="button" class="btn btn-primary" id="btnTestToasts">Show toast</button> -->
|
<!-- <button type="button" class="btn btn-primary" id="btnTestToasts">Show toast</button> -->
|
||||||
<div style="z-index: 9999;" class="toast position-fixed bottom-0 end-0 p-8 m-3" id="tvapp2Toast" role="alert" aria-live="assertive" aria-atomic="true" data-bs-autohide="true" data-bs-delay="4000">
|
<div style="z-index: 9999;" class="toast position-fixed bottom-0 end-0 p-8 m-3" id="tvapp2Toast" role="alert" aria-live="assertive" aria-atomic="true" data-bs-autohide="true" data-bs-delay="10000">
|
||||||
<div class="toast-body">
|
<div class="toast-body">
|
||||||
<div class="d-flex gap-4">
|
<div class="d-flex gap-4">
|
||||||
<span><i class="fa-solid fa-circle-check fa-lg icon-success"></i></span>
|
<span><i class="fa-solid fa-circle-check fa-lg icon-success"></i></span>
|
||||||
|
|||||||
Reference in New Issue
Block a user