1
0
mirror of https://github.com/XFox111/TabsAsideExtension.git synced 2026-04-22 07:58:01 +03:00

feat: Minor 3.3.0 (#222)

* feat: add ability to hide collections #211 (#213)

* feat: add ability to hide collections #211

* fix: hide/unhide collection label is swapped

* fix: missing useCallback dependency

* fix: add selected tabs to existing collection adds all tabs in current window #215 (#216)

* fix: add selected tabs to existing collection adds all tabs in current window #215

* fix: force selected tabs only for adding tabs to groups

* feat: compact collection view (#214)

* feat: compact collection view #201

* loc: compact view localization

* fix(loc): missing "color" translation in edit dialog

* feat: add ability to edit saved tabs (#218)

* feat: adds option to edit saved tabs #217

* loc: translations for #217

* build(deps): Bump the react group with 2 updates (#221)

Bumps the react group with 2 updates: [react](https://github.com/facebook/react/tree/HEAD/packages/react) and [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom).


Updates `react` from 19.2.1 to 19.2.3
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.3/packages/react)

Updates `react-dom` from 19.2.1 to 19.2.3
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.3/packages/react-dom)

---
updated-dependencies:
- dependency-name: react
  dependency-version: 19.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: react
- dependency-name: react-dom
  dependency-version: 19.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: react
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build(deps): Bump the deps group with 4 updates (#220)

Bumps the deps group with 4 updates: [@fluentui/react-components](https://github.com/microsoft/fluentui), [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js), [eslint](https://github.com/eslint/eslint) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint).


Updates `@fluentui/react-components` from 9.72.8 to 9.72.9
- [Release notes](https://github.com/microsoft/fluentui/releases)
- [Commits](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.72.8...@fluentui/react-components_v9.72.9)

Updates `@eslint/js` from 9.39.1 to 9.39.2
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](https://github.com/eslint/eslint/commits/v9.39.2/packages/js)

Updates `eslint` from 9.39.1 to 9.39.2
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](https://github.com/eslint/eslint/compare/v9.39.1...v9.39.2)

Updates `typescript-eslint` from 8.49.0 to 8.51.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.51.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: "@fluentui/react-components"
  dependency-version: 9.72.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: "@eslint/js"
  dependency-version: 9.39.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: eslint
  dependency-version: 9.39.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: typescript-eslint
  dependency-version: 8.51.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore: Bump version from 3.2.3 to 3.3.0

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
2026-01-03 21:13:08 +03:00
committed by GitHub
parent fdac0c0766
commit 58d8e864e0
29 changed files with 961 additions and 667 deletions
+6
View File
@@ -184,6 +184,8 @@ collections:
add_group: "Add empty group"
export_bookmarks: "Export to bookmarks"
edit: "Edit collection"
hide: "Hide collection"
unhide: "Unhide collection"
groups:
title: "Group"
@@ -219,21 +221,25 @@ dialogs:
title:
edit_collection: "Edit collection"
edit_group: "Edit group"
edit_tab: "Edit tab"
new_group: "New group"
new_collection: "New collection"
collection_title: "Title"
color: "Color"
url_error: "URL is required"
main:
header:
create_collection: "Create new collection"
menu:
tiles_view: "Tiles view"
compact_view: "Compact view"
changelog: "What's new?"
list:
searchbar:
title: "Search"
filter: "Filter"
show_hidden: "Show hidden"
sort:
title: "Sort"
options:
+6
View File
@@ -184,6 +184,8 @@ collections:
add_group: "Agregar grupo vacío"
export_bookmarks: "Exportar a marcadores"
edit: "Editar colección"
hide: "Ocultar colección"
unhide: "Mostrar colección"
groups:
title: "Grupo"
@@ -219,21 +221,25 @@ dialogs:
title:
edit_collection: "Editar colección"
edit_group: "Editar grupo"
edit_tab: "Editar pestaña"
new_group: "Nuevo grupo"
new_collection: "Nueva colección"
collection_title: "Título"
color: "Color"
url_error: "La URL es obligatoria"
main:
header:
create_collection: "Crear nueva colección"
menu:
tiles_view: "Vista de mosaicos"
compact_view: "Vista compacta"
changelog: "¿Qué hay de nuevo?"
list:
searchbar:
title: "Buscar"
filter: "Filtrar"
show_hidden: "Mostrar ocultas"
sort:
title: "Ordenar"
options:
+6
View File
@@ -184,6 +184,8 @@ collections:
add_group: "Aggiungi gruppo vuoto"
export_bookmarks: "Esporta nei segnalibri"
edit: "Modifica collezione"
hide: "Nascondi collezione"
unhide: "Mostra collezione"
groups:
title: "Gruppo"
@@ -219,21 +221,25 @@ dialogs:
title:
edit_collection: "Modifica collezione"
edit_group: "Modifica gruppo"
edit_tab: "Modifica scheda"
new_group: "Nuovo gruppo"
new_collection: "Nuova collezione"
collection_title: "Titolo"
color: "Colore"
url_error: "L'URL è obbligatorio"
main:
header:
create_collection: "Crea nuova collezione"
menu:
tiles_view: "Vista a riquadri"
compact_view: "Vista compatta"
changelog: "Cosa c'è di nuovo?"
list:
searchbar:
title: "Cerca"
filter: "Filtra"
show_hidden: "Mostra nascoste"
sort:
title: "Ordina"
options:
+6
View File
@@ -184,6 +184,8 @@ collections:
add_group: "Dodaj pustą grupę"
export_bookmarks: "Eksportuj do zakładek"
edit: "Edytuj kolekcję"
hide: "Ukryj kolekcję"
unhide: "Pokaż kolekcję"
groups:
title: "Grupa"
@@ -219,21 +221,25 @@ dialogs:
title:
edit_collection: "Edytuj kolekcję"
edit_group: "Edytuj grupę"
edit_tab: "Edytuj zakładkę"
new_group: "Nowa grupa"
new_collection: "Nowa kolekcja"
collection_title: "Nazwij"
color: "Kolor"
url_error: "URL jest wymagany"
main:
header:
create_collection: "Utwórz nową kolekcję"
menu:
tiles_view: "Kafelki"
compact_view: "Widok kompaktowy"
changelog: "Co nowego?"
list:
searchbar:
title: "Szukaj"
filter: "Filtr"
show_hidden: "Pokaż ukryte"
sort:
title: "Sortowanie"
options:
+6
View File
@@ -184,6 +184,8 @@ collections:
add_group: "Adicionar grupo vazio"
export_bookmarks: "Exportar para favoritos"
edit: "Editar coleção"
hide: "Ocultar coleção"
unhide: "Mostrar coleção"
groups:
title: "Grupo"
@@ -219,21 +221,25 @@ dialogs:
title:
edit_collection: "Editar coleção"
edit_group: "Editar grupo"
edit_tab: "Editar aba"
new_group: "Novo grupo"
new_collection: "Nova coleção"
collection_title: "Título"
color: "Cor"
url_error: "A URL é obrigatória"
main:
header:
create_collection: "Criar nova coleção"
menu:
tiles_view: "Visualização em blocos"
compact_view: "Visualização compacta"
changelog: "O que há de novo?"
list:
searchbar:
title: "Pesquisar"
filter: "Filtrar"
show_hidden: "Mostrar ocultas"
sort:
title: "Ordenar"
options:
+6
View File
@@ -184,6 +184,8 @@ collections:
add_group: "Добавить пустую группу"
export_bookmarks: "Экспортировать в закладки"
edit: "Редактировать коллекцию"
hide: "Скрыть коллекцию"
unhide: "Показать коллекцию"
groups:
title: "Группа"
@@ -219,21 +221,25 @@ dialogs:
title:
edit_collection: "Редактировать коллекцию"
edit_group: "Редактировать группу"
edit_tab: "Редактировать вкладку"
new_group: "Новая группа"
new_collection: "Новая коллекция"
collection_title: "Название"
color: "Цвет"
url_error: "URL является обязательным"
main:
header:
create_collection: "Создать новую коллекцию"
menu:
tiles_view: "Плитки"
compact_view: "Компактный вид"
changelog: "Что нового?"
list:
searchbar:
title: "Поиск"
filter: "Фильтр"
show_hidden: "Показать скрытые"
sort:
title: "Сортировка"
options:
+6
View File
@@ -184,6 +184,8 @@ collections:
add_group: "Додати порожню групу"
export_bookmarks: "Експортувати в закладки"
edit: "Редагувати колекцію"
hide: "Приховати колекцію"
unhide: "Показати колекцію"
groups:
title: "Група"
@@ -219,21 +221,25 @@ dialogs:
title:
edit_collection: "Редагувати колекцію"
edit_group: "Редагувати групу"
edit_tab: "Редагувати вкладку"
new_group: "Нова група"
new_collection: "Нова колекція"
collection_title: "Назва"
color: "Колір"
url_error: "URL є обов'язковим"
main:
header:
create_collection: "Створити нову колекцію"
menu:
tiles_view: "Плитки"
compact_view: "Компактний вид"
changelog: "Що нового?"
list:
searchbar:
title: "Пошук"
filter: "Фільтр"
show_hidden: "Показати приховані"
sort:
title: "Сортування"
options:
+6
View File
@@ -184,6 +184,8 @@ collections:
add_group: "添加空分组"
export_bookmarks: "导出到书签"
edit: "编辑收藏"
hide: "隐藏收藏"
unhide: "显示收藏"
groups:
title: "分组"
@@ -219,21 +221,25 @@ dialogs:
title:
edit_collection: "编辑收藏"
edit_group: "编辑分组"
edit_tab: "编辑标签页"
new_group: "新分组"
new_collection: "新收藏"
collection_title: "标题"
color: "颜色"
url_error: "需要 URL"
main:
header:
create_collection: "创建新收藏"
menu:
tiles_view: "平铺视图"
compact_view: "紧凑视图"
changelog: "更新内容"
list:
searchbar:
title: "搜索"
filter: "筛选"
show_hidden: "显示隐藏项"
sort:
title: "排序"
options: