A decentralized music tracking and discovery platform built on AT Protocol 🎵 rocksky.app
spotify atproto lastfm musicbrainz scrobbling listenbrainz

[web-mobile] update feed page

+2 -1
+1 -1
apps/web-mobile/src/pages/home/feed/Feed.tsx
··· 50 50 > 51 51 <LabelMedium color={"#ff2876"}>@{song.user}</LabelMedium> 52 52 </Link> 53 - <LabelMedium>is listening to this song</LabelMedium> 53 + <LabelMedium>recently played this song</LabelMedium> 54 54 <StatefulTooltip 55 55 content={dayjs(song.date).format( 56 56 "MMMM D, YYYY [at] HH:mm A"
+1
package.json
··· 30 30 "workspaces": [ 31 31 "apps/api", 32 32 "apps/web", 33 + "apps/web-mobile", 33 34 "apps/app-proxy", 34 35 "apps/cli", 35 36 "apps/doc",