Update data

This commit is contained in:
Andras Schmelczer 2026-05-14 08:17:10 +01:00
parent a4103b0896
commit 273d7a83ee
15 changed files with 716 additions and 316 deletions

View file

@ -94,6 +94,7 @@ export function useSavedProperties(userId: string | null) {
} catch (err) {
const msg = err instanceof Error ? err.message : 'Failed to save property';
setError(msg);
throw err;
}
},
[userId, fetchProperties]

View file

@ -23,6 +23,11 @@ html.dark {
color-scheme: dark;
}
button:not(:disabled),
[role='button']:not([aria-disabled='true']) {
cursor: pointer;
}
/* Smooth theme transitions (scoped to avoid map performance issues) */
body,
div,