mirror of
https://github.com/bnair123/MusicAnalyser.git
synced 2026-02-25 11:46:07 +00:00
feat(frontend): add Archives, update Playlists with composition, add Navbar
This commit is contained in:
@@ -9,6 +9,7 @@ import {
|
||||
CustomerServiceOutlined
|
||||
} from '@ant-design/icons';
|
||||
import Tooltip from './Tooltip';
|
||||
import TrackList from './TrackList';
|
||||
|
||||
const { Title, Text, Paragraph } = Typography;
|
||||
|
||||
@@ -86,6 +87,8 @@ const PlaylistsSection = () => {
|
||||
<Paragraph className="text-gray-300 text-sm italic mb-0">
|
||||
"{playlists?.six_hour?.reasoning || 'Analyzing your recent listening patterns to find the perfect vibe.'}"
|
||||
</Paragraph>
|
||||
|
||||
<TrackList tracks={playlists?.six_hour?.composition} />
|
||||
</div>
|
||||
|
||||
<div className="flex items-center justify-between pt-2 border-t border-slate-700">
|
||||
@@ -132,6 +135,8 @@ const PlaylistsSection = () => {
|
||||
<Paragraph className="text-gray-300 text-sm mb-0">
|
||||
A blend of 30 all-time favorites and 20 recent discoveries to keep your rotation fresh but familiar.
|
||||
</Paragraph>
|
||||
|
||||
<TrackList tracks={playlists?.daily?.composition} />
|
||||
</div>
|
||||
|
||||
<div className="flex items-center justify-between pt-2 border-t border-slate-700">
|
||||
|
||||
Reference in New Issue
Block a user