diff --git a/backend/package.json b/backend/package.json index 5400e19..905be96 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "rosterchirp-backend", - "version": "0.12.17", + "version": "0.12.18", "description": "RosterChirp backend server", "main": "src/index.js", "scripts": { diff --git a/build.sh b/build.sh index 681bfa3..c7fbd98 100644 --- a/build.sh +++ b/build.sh @@ -13,7 +13,7 @@ # ───────────────────────────────────────────────────────────── set -euo pipefail -VERSION="${1:-0.12.17}" +VERSION="${1:-0.12.18}" ACTION="${2:-}" REGISTRY="${REGISTRY:-}" IMAGE_NAME="rosterchirp" diff --git a/frontend/package.json b/frontend/package.json index b22db4d..72d237c 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "rosterchirp-frontend", - "version": "0.12.17", + "version": "0.12.18", "private": true, "scripts": { "dev": "vite", diff --git a/frontend/src/pages/UserManagerPage.jsx b/frontend/src/pages/UserManagerPage.jsx index b9a78a1..0f6b27c 100644 --- a/frontend/src/pages/UserManagerPage.jsx +++ b/frontend/src/pages/UserManagerPage.jsx @@ -458,7 +458,7 @@ export default function UserManagerPage({ isMobile = false, onProfile, onHelp, o autoComplete="new-password" autoCorrect="off" spellCheck={false} style={{ width:'100%', maxWidth: isMobile ? '100%' : 400 }} /> -
+
{loading ? (
@@ -481,7 +481,7 @@ export default function UserManagerPage({ isMobile = false, onProfile, onHelp, o {/* CREATE / EDIT FORM */} {isFormView && ( -
+
+
)}