Added toasts, fixed redundant throbber functions

This commit is contained in:
2025-12-23 14:50:34 +01:00
parent 55a475704e
commit e64f4ca555
3 changed files with 118 additions and 63 deletions

View File

@@ -1,4 +1,7 @@
<!DOCTYPE html>
@using Server.Services
@inject LocalizationService T
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
@@ -6,6 +9,11 @@
<title>@ViewData["Title"] - embeddingsearch</title>
<link rel="stylesheet" href="~/lib/bootstrap/dist/css/bootstrap.min.css" />
<link rel="stylesheet" href="~/css/site.css" asp-append-version="true" />
<script>
window.appTranslations = {
closeAlert: '@T["Close alert"]'
};
</script>
</head>
<body>
<header>