feat: refs #7957 open in new tab #1086

Merged
jorgep merged 28 commits from 7957-monitorChanges into dev 2025-01-07 14:38:56 +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"
name="search"
size="sm"
/>
>
<QTooltip>{{ t('link') }}</QTooltip>
</QIcon>
</RouterLink>
<VnInput
id="searchbar"
@ -226,3 +228,9 @@ async function search() {
color: var(--vn-label-color);
}
</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>