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 24277e0104 - Show all commits

View File

@@ -139,7 +139,7 @@ const StatPage = () => {
if (loading) { if (loading) {
return ( return (
<div style={styles.loadingPage}> <div style={styles.loadingPage}>
<div style={styles.loadingCard}> <div style={{ ...styles.loadingCard, transform: "translateY(-100px)" }}>
<div style={styles.loadingHeader}> <div style={styles.loadingHeader}>
<div style={styles.loadingSpinner} /> <div style={styles.loadingSpinner} />
<div> <div>