Merge pull request #826 from Tria-plc/freight_feature/usermanagement

changes
This commit is contained in:
marshal
2026-07-20 06:06:06 +03:00
committed by GitHub
10 changed files with 456 additions and 271 deletions

View File

@@ -104,6 +104,11 @@ export function ApiErrorModal() {
onClose={close}
centered
radius="md"
// Mounted at the app root, so its portal is FIRST in <body> — at the
// default z-index (200) any page modal opened later (create schedule,
// allocation wizard, …) paints over it and the error hides underneath.
// Hoist above every Mantine overlay and the react-hot-toast layer (9999).
zIndex={10000}
title={
<Group gap="xs">
<AlertTriangle size={18} color="var(--mantine-color-red-6)" />