Fix the frontend API calls and implement logins on frontend #7

Merged
dylan merged 24 commits from feat/update-frontend-api-calls into main 2026-03-04 20:20:50 +00:00
Showing only changes of commit f9bc9cf9c9 - Show all commits

View File

@@ -95,13 +95,13 @@ const AppLayout = () => {
</div>
<div style={styles.controlsWrapped}>
<button
{isSignedIn && <button
type="button"
style={location.pathname === "/datasets" ? styles.buttonPrimary : styles.buttonSecondary}
onClick={() => navigate("/datasets")}
>
My datasets
</button>
</button>}
<button
type="button"