pnpm prepr

This commit is contained in:
tdgao
2026-07-03 11:50:02 -07:00
parent 074ae3cb0b
commit 437c0d4598
3 changed files with 3 additions and 6 deletions
@@ -11,10 +11,10 @@
:no-options-message="formatMessage(messages.noGameVersionsFound)"
trigger-class="!rounded-xl !bg-button-bg !px-3 !py-2"
dropdown-class="!rounded-xl"
select-search-text-on-focus
@update:model-value="selectGameVersion"
@search-input="versionFilter = $event"
@close="versionFilter = ''"
select-search-text-on-focus
>
<template #option="{ item, isSelected }">
<div
@@ -4,8 +4,8 @@
<Avatar :src="project.icon_url" :alt="project.title" class="icon" size="32px" />
<div
ref="downloadTitleRef"
class="truncate text-lg font-extrabold text-contrast"
v-tooltip="truncatedTooltip(downloadTitleRef, downloadTitle)"
class="truncate text-lg font-extrabold text-contrast"
>
{{ downloadTitle }}
</div>