alpha
Login
or
Join now
flo-bit.dev
/
skywatched
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
[READ-ONLY] Mirror of https://github.com/flo-bit/skywatched. review movies and tv shows, based on at proto
skywatched.app
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
get that perfect pagespeed score
author
Florian
date
2 years ago
(Dec 23, 2024, 3:54 PM +0100)
commit
c0989416
c0989416402c7739962f74e8b187cd620d628e59
parent
6b019e61
6b019e61885881e30239aca3e050017eeb03ef6f
+1
-1
1 changed file
Expand all
Collapse all
Unified
Split
src
lib
Components
ReviewCard.svelte
+1
-1
src/lib/Components/ReviewCard.svelte
View file
Reviewed
···
52
52
{data.author.displayName || data.author.handle}
53
53
</div>
54
54
</div>
55
55
-
<div class="shrink-0 pr-2 text-sm text-base-500">
55
55
+
<div class="shrink-0 pr-2 text-sm text-base-400 font-normal">
56
56
<RelativeTime date={new Date(data.updatedAt)} locale="en-US" />
57
57
</div>
58
58
</a>