Compare commits

...

4 Commits

Author SHA1 Message Date
HugoRCD
a62bf25519 Merge remote-tracking branch 'origin/v3' into feat/update-showcase 2025-04-04 17:12:11 +02:00
HugoRCD
9dc972a2a1 up 2025-04-03 13:47:03 +02:00
HugoRCD
dc89c6afed Merge remote-tracking branch 'origin/v3' into feat/update-showcase 2025-04-03 13:13:10 +02:00
HugoRCD
70d0de432e feat(showcase): add more items 2025-04-03 12:17:57 +02:00
5 changed files with 11 additions and 5 deletions

View File

@@ -56,14 +56,14 @@ useSeoMeta({
:modifiers="{
position: 'top'
}"
class="aspect-[16/9] size-full opacity-75 group-hover:opacity-100 group-hover:scale-110 duration-200 transition-[scale,opacity] pointer-events-none"
class="aspect-[16/9] size-full opacity-100 group-hover:opacity-70 group-hover:scale-110 duration-200 transition-[scale,opacity] pointer-events-none"
/>
<div class="absolute flex items-center px-2.5 py-0.75 gap-1 opacity-0 group-hover:opacity-100 transition-opacity duration-200 pointer-events-none bg-black/90 rounded-full">
<span class="text-sm text-white font-medium">
<div class="absolute flex items-center px-2.5 py-0.75 gap-1 opacity-0 group-hover:opacity-100 transition-opacity duration-200 pointer-events-none bg-white rounded-full">
<span class="text-sm font-medium text-black">
{{ item.name }}
</span>
<UIcon name="i-lucide-arrow-up-right" class="size-4 shrink-0 text-white" />
<UIcon name="i-lucide-arrow-up-right" class="size-4 shrink-0 text-black" />
</div>
</li>
</ul>

View File

@@ -69,6 +69,7 @@ export const collections = {
items: z.array(z.object({
name: z.string(),
url: z.string(),
github: z.string().optional(),
screenshotUrl: z.string().optional(),
screenshotOptions: z.object({
delay: z.number()

View File

@@ -8,7 +8,8 @@ items:
- name: Ovatu
url: https://ovatu.com/
- name: Shelve
url: https://shelve.cloud/
url: https://shelve.cloud
github: https://github.com/hugorcd/shelve
- name: Uneed
url: https://uneed.best/
- name: Details
@@ -29,3 +30,7 @@ items:
url: https://www.juno.one/
- name: Pallyy
url: https://pallyy.com/
- name: Readyy
url: https://readyy.app/
- name: CareerDeck
url: https://careerdeck.ai

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 282 KiB