Compare commits

..

No commits in common. "9ee37d8ea1bebf460171fa448742257c1a7d9a7d" and "162deaa3b7e789ed57f0ea3c67c28ae2dc0a66d6" have entirely different histories.

5 changed files with 5 additions and 11 deletions

View File

@ -21,7 +21,7 @@ externalPort = 3001
[[ports]]
localPort = 41295
externalPort = 5173
externalPort = 6000
[[ports]]
localPort = 41343

View File

@ -37,7 +37,7 @@ type AvailableGuard = {
export default function PlanningMobile() {
const [selectedDate, setSelectedDate] = useState(format(new Date(), "yyyy-MM-dd"));
const [selectedLocation, setSelectedLocation] = useState<Location>("roccapiemonte");
const [selectedGuardId, setSelectedGuardId] = useState<string>("all");
const [selectedGuardId, setSelectedGuardId] = useState<string>("");
// Query siti mobile per location
const { data: mobileSites, isLoading: sitesLoading } = useQuery<MobileSite[]>({
@ -129,7 +129,7 @@ export default function PlanningMobile() {
<SelectValue placeholder="Tutte le guardie" />
</SelectTrigger>
<SelectContent>
<SelectItem value="all">Tutte le guardie</SelectItem>
<SelectItem value="">Tutte le guardie</SelectItem>
{availableGuards?.map((guard) => (
<SelectItem key={guard.id} value={guard.id}>
{guard.firstName} {guard.lastName} - #{guard.badgeNumber} ({guard.availableHours}h disponibili)

View File

@ -1,13 +1,7 @@
{
"version": "1.0.39",
"lastUpdate": "2025-10-23T10:18:17.289Z",
"version": "1.0.38",
"lastUpdate": "2025-10-23T09:53:14.636Z",
"changelog": [
{
"version": "1.0.39",
"date": "2025-10-23",
"type": "patch",
"description": "Deployment automatico v1.0.39"
},
{
"version": "1.0.38",
"date": "2025-10-23",