silverwind
|
ee27b94b2c
|
Use vitest globals (#27102)
Enable [globals](https://vitest.dev/config/#globals) in vitest, reducing
the noise in test files.
|
2023-09-27 04:37:13 +00:00 |
|
wxiaoguang
|
a428591f6b
|
Refactor toast module (#26677)
1. Do not use "async"
2. Call `hideToast` instead of `removeElement` for manual closing
|
2023-08-23 07:25:13 +00:00 |
|
silverwind
|
c71e8abbc3
|
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.
|
2023-06-27 02:45:24 +00:00 |
|