import/export data, nav layout change, auth state improvement, css corrections and improvements

This commit is contained in:
2025-03-17 21:26:28 -07:00
parent 098706a70e
commit e5e0751e8f
19 changed files with 184 additions and 43 deletions

View File

@@ -19,13 +19,9 @@
sizes="16x16"
href="%PUBLIC_URL%/favicon-16x16.png"
/>
<meta name="theme-color" content="#ffffff" />
<meta name="theme-color" content="#443c9c" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta
name="description"
content="Web site created using create-react-app"
/>
<meta name="description" content="Frontend for spotify-manager" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
@@ -40,7 +36,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>React App</title>
<title>Spotify Manager</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>