spotify web setup is done
This commit is contained in:
5
app/views/spotify/connect.html.erb
Normal file
5
app/views/spotify/connect.html.erb
Normal 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>
|
||||
5
app/views/spotify/index.html.erb
Normal file
5
app/views/spotify/index.html.erb
Normal 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>
|
||||
Reference in New Issue
Block a user