mirror of
https://github.com/Xevion/xevion.dev.git
synced 2026-01-31 10:26:52 -06:00
add tag colors to seed data and reverse tag order in project cards
- Add color parameter to seed tags (Rust red, Python blue, etc.) - Reverse tag display order in ProjectCard (flex-row-reverse) - Enable release binary stripping in Cargo.toml - Increase Railway health check timeout to 120s - Remove backup favicon/icon files
This commit is contained in:
@@ -74,7 +74,7 @@
|
||||
</div>
|
||||
|
||||
<!-- TODO: Add link to project search with tag filtering -->
|
||||
<div class="mt-auto flex flex-wrap gap-1">
|
||||
<div class="mt-auto flex flex-row-reverse flex-wrap-reverse gap-1">
|
||||
{#each project.tags as tag (tag.name)}
|
||||
<TagChip name={tag.name} color={tag.color} iconSvg={tag.iconSvg} />
|
||||
{/each}
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.8 MiB |
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 1.2 MiB |
@@ -8,7 +8,7 @@ const config = {
|
||||
kit: {
|
||||
adapter: adapter({
|
||||
out: "build",
|
||||
precompress: true,
|
||||
precompress: false,
|
||||
serveAssets: false,
|
||||
}),
|
||||
alias: {
|
||||
|
||||
Reference in New Issue
Block a user