spotify web setup is done

This commit is contained in:
2025-06-22 10:01:32 +02:00
parent b368a750fe
commit 5eaad428ff
16 changed files with 365 additions and 15 deletions

View File

@@ -0,0 +1,5 @@
<div class="dashboard-widget dashboard-spotify-connect">
<h2 style="margin-top:0; font-size: 1.4em; color: #1DB954;">Connect to Spotify</h2>
<p>To get started, connect your Spotify account. This will allow Plays Hub to load your listening activity and statistics.</p>
<%= button_to "Connect with Spotify", spotify_connect_path, method: :post, class: "spotify-connect-btn" %>
</div>

View File

@@ -0,0 +1,5 @@
<div class="dashboard-widget dashboard-spotify-connect">
<h2 style="margin-top:0; font-size: 1.4em; color: #1DB954;">Connect to Spotify</h2>
<p>To use Plays Hub, you need to connect your Spotify account. This allows us to load your listening activity and generate your statistics dashboard.</p>
<%= button_to "Connect with Spotify", spotify_connect_path, method: :get, class: "spotify-connect-btn", style: "margin-top: 1.5em; background: #1DB954; color: #fff; border: none; border-radius: 12px; padding: 0.8em 2.2em; font-size: 1.1em; font-weight: 600; cursor: pointer;" %>
</div>