We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b60c07 commit 88ddf89Copy full SHA for 88ddf89
1 file changed
app/components/PackageListToolbar.vue
@@ -180,8 +180,9 @@ function getSortKeyLabelKey(key: SortKey): string {
180
</div>
181
182
183
- <!-- Sort direction toggle -->
+ <!-- Sort direction toggle (hidden in search context) -->
184
<button
185
+ v-if="!searchContext"
186
type="button"
187
class="p-1.5 rounded border border-border bg-bg-subtle text-fg-muted hover:text-fg hover:border-border-hover transition-colors duration-200 focus-visible:ring-2 focus-visible:ring-fg focus-visible:ring-offset-2 focus-visible:ring-offset-bg"
188
:aria-label="$t('filters.sort.toggle_direction')"
0 commit comments