You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(files-list): fix sort icon visibility in scoped slot and add accessibility improvements
- Replace scoped &-icon with :deep() to reach slot content in Vue 3
- Set :size="24" on NcIconSvgWrapper to match Files app icon size
- Simplify template to single NcIconSvgWrapper with computed isAscending
- Add :title="name" to NcButton for tooltip and screen reader hint
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
0 commit comments