tangled
alpha
login
or
join now
rocksky.app
/
rocksky
96
fork
atom
A decentralized music tracking and discovery platform built on AT Protocol 🎵
rocksky.app
spotify
atproto
lastfm
musicbrainz
scrobbling
listenbrainz
96
fork
atom
overview
issues
7
pulls
pipelines
[web-mobile] update feed page
tsiry-sandratraina.com
7 months ago
ac67fd06
90e44943
+2
-1
2 changed files
expand all
collapse all
unified
split
apps
web-mobile
src
pages
home
feed
Feed.tsx
package.json
+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
53
-
<LabelMedium>is listening to this song</LabelMedium>
53
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
33
+
"apps/web-mobile",
33
34
"apps/app-proxy",
34
35
"apps/cli",
35
36
"apps/doc",