From 7d44bff526c8d5ae5b76db4dfb011542f11a7ab1 Mon Sep 17 00:00:00 2001 From: Ricky Stretch Date: Wed, 18 Mar 2026 14:07:35 -0400 Subject: [PATCH] v0.9.72 bugs fixes --- .env.example | 2 +- backend/package.json | 2 +- build.sh | 2 +- frontend/package.json | 2 +- frontend/src/components/SchedulePage.jsx | 8 ++++---- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.env.example b/.env.example index 0330a6c..47c874a 100644 --- a/.env.example +++ b/.env.example @@ -10,7 +10,7 @@ PROJECT_NAME=jama # Image version to run (set by build.sh, or use 'latest') -JAMA_VERSION=0.9.71 +JAMA_VERSION=0.9.72 # App port — the host port Docker maps to the container PORT=3000 diff --git a/backend/package.json b/backend/package.json index 62b73fc..1fcb9b2 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "jama-backend", - "version": "0.9.71", + "version": "0.9.72", "description": "TeamChat backend server", "main": "src/index.js", "scripts": { diff --git a/build.sh b/build.sh index 47d2faf..a5cbc75 100644 --- a/build.sh +++ b/build.sh @@ -13,7 +13,7 @@ # ───────────────────────────────────────────────────────────── set -euo pipefail -VERSION="${1:-0.9.71}" +VERSION="${1:-0.9.72}" ACTION="${2:-}" REGISTRY="${REGISTRY:-}" IMAGE_NAME="jama" diff --git a/frontend/package.json b/frontend/package.json index d867fde..f2fc8e6 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "jama-frontend", - "version": "0.9.71", + "version": "0.9.72", "private": true, "scripts": { "dev": "vite", diff --git a/frontend/src/components/SchedulePage.jsx b/frontend/src/components/SchedulePage.jsx index 893f68f..6fc5e08 100644 --- a/frontend/src/components/SchedulePage.jsx +++ b/frontend/src/components/SchedulePage.jsx @@ -1057,8 +1057,7 @@ export default function SchedulePage({ isToolManager, isMobile, onProfile, onHel )} - {/* Right panel + mobile bottom bar — column so bottom bar stays at bottom */} -
+ {/* Right panel + mobile bottom bar — column flex so bottom bar stays at bottom */}
{/* View toolbar */}
@@ -1169,7 +1168,6 @@ export default function SchedulePage({ isToolManager, isMobile, onProfile, onHel
)} -
{/* end inner right panel */} {/* Mobile bottom bar — matches Messages exactly: just the UserFooter */} {isMobile && ( @@ -1199,7 +1197,9 @@ export default function SchedulePage({ isToolManager, isMobile, onProfile, onHel
)} - {/* end right+bottom column wrapper */} + {/* end right+bottom column wrapper */} + + {/* end right+bottom column wrapper */} {/* Event detail modal */} {detailEvent && (