Skip to content

feat: Added archived badge #1078

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Apr 30, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
refactor: changed color for the bg
  • Loading branch information
EGAMAGZ committed Apr 26, 2025
commit ec6f17b74894c28a1aeb048106802b4ceecb630c
2 changes: 1 addition & 1 deletion frontend/components/PackageHit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export function PackageHit(pkg: OramaPackageHit | Package): ListDisplayItem {
</div>
)}
{(pkg as Package).isArchived && (
<div class="text-xs flex items-center gap-1 bg-red-500 text-white px-2 py-0.5 rounded-full">
<div class="text-xs flex items-center gap-1 bg-jsr-yellow-600 text-white px-2 py-0.5 rounded-full">
<TbArchive class="size-3" />
Archived
</div>
Expand Down
Loading