chore: update version to 1.5.0

This commit is contained in:
Linus Rath
2026-04-23 00:07:34 +02:00
parent 7494fc1776
commit c30c38a7af
13 changed files with 145 additions and 42 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ export default function ContactsPage() {
const [isListResizing, setIsListResizing] = useState(false);
const listDragStartWidth = useRef(384);
// Check auth on mount skip when already authenticated so that navigating
// Check auth on mount skip when already authenticated so that navigating
// between routes doesn't retrigger checkAuth's transient `{ client: null,
// isLoading: true }` reset, which was flashing the spinner on every nav.
useEffect(() => {