1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 10:18:38 +00:00

Add toasts to UI (#25449)

Fixes https://github.com/go-gitea/gitea/issues/24353

In some case like async success/error, it is useful to show toasts in UI.
This commit is contained in:
silverwind
2023-06-27 04:45:24 +02:00
committed by GitHub
parent 72c60f94c1
commit c71e8abbc3
15 changed files with 220 additions and 20 deletions

View File

@@ -8,6 +8,7 @@
@import "./modules/card.css";
@import "./modules/comment.css";
@import "./modules/navbar.css";
@import "./modules/toast.css";
@import "./shared/issuelist.css";
@import "./shared/milestone.css";