mirror of
https://github.com/miniflux/v2.git
synced 2025-09-15 18:57:04 +00:00
refactor(js): rewrite toast notification implementation
This commit is contained in:
parent
e9d9256ae2
commit
b505a63f3b
2 changed files with 72 additions and 34 deletions
|
@ -199,10 +199,6 @@
|
|||
<template id="icon-star">{{ icon "star" }}</template>
|
||||
<template id="icon-unstar">{{ icon "unstar" }}</template>
|
||||
<template id="icon-save">{{ icon "save" }}</template>
|
||||
|
||||
<div id="toast-wrapper" role="alert" aria-live="assertive" aria-atomic="true">
|
||||
<span id="toast-msg"></span>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
{{ end }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue