1
0
Fork 0
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:
Frédéric Guillot 2025-08-02 20:34:03 -07:00
parent e9d9256ae2
commit b505a63f3b
2 changed files with 72 additions and 34 deletions

View file

@ -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 }}