#8448 - devToTest #1254

Merged
alexm merged 365 commits from 8448-devToTest into test 2025-01-21 10:44:46 +00:00
1 changed files with 9 additions and 1 deletions
Showing only changes of commit e08f718975 - Show all commits

View File

@ -152,7 +152,9 @@ async function search() {
class="cursor-pointer" class="cursor-pointer"
name="search" name="search"
size="sm" size="sm"
/> >
<QTooltip>{{ t('link') }}</QTooltip>
</QIcon>
</RouterLink> </RouterLink>
<VnInput <VnInput
id="searchbar" id="searchbar"
@ -226,3 +228,9 @@ async function search() {
color: var(--vn-label-color); color: var(--vn-label-color);
} }
</style> </style>
<i18n>
en:
link: click to search, ctrl + click to open in a new tab, shift + click to open in a new window
es:
link: clic para buscar, ctrl + clic para abrir en una nueva pestaña, shift + clic para abrir en una nueva ventana
</i18n>