Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
dd4fc15
feat(search): add attachments type filter to global search
victor-ferro Jul 23, 2026
04906d6
feat(search): add remaining file categories to attachments filter
victor-ferro Jul 24, 2026
0d2bb8f
feat(search): add date modified filter to global search
victor-ferro Jul 23, 2026
0fc1863
feat(search): add size filter to global search
victor-ferro Jul 24, 2026
99a1a51
refactor(search): share filter radio list and close panels on enter
victor-ferro Jul 24, 2026
8673153
Merge branch 'PB-6258-search-filters-sdk' into PB-6258-search-type-fi…
victor-ferro Jul 29, 2026
076197e
[PB-6258] refactor: import SearchFileCategory from local search service
victor-ferro Jul 29, 2026
755d696
Merge branch 'PB-6258-search-type-filter' into PB-6258-search-date-fi…
victor-ferro Jul 29, 2026
d6186c6
Merge branch 'PB-6258-search-date-filter' into PB-6258-search-size-fi…
victor-ferro Jul 29, 2026
c420428
[PB-6258] fix: allow conflicting custom size range so the search show…
victor-ferro Jul 29, 2026
65c0d5a
Revert "[PB-6258] fix: allow conflicting custom size range so the sea…
victor-ferro Jul 29, 2026
89fb69e
[PB-6258] fix: make type filter rows fully clickable via shared Searc…
victor-ferro Jul 31, 2026
2e10b17
Merge branch 'PB-6258-search-type-filter' into PB-6258-search-date-fi…
victor-ferro Jul 31, 2026
e0ace0a
[PB-6258] fix: make date filter rows fully clickable via shared Searc…
victor-ferro Jul 31, 2026
5c942a9
Merge branch 'PB-6258-search-date-filter' into PB-6258-search-size-fi…
victor-ferro Jul 31, 2026
27113b6
[PB-6258] fix: make size and date radio rows fully clickable via shar…
victor-ferro Jul 31, 2026
78af36e
[PB-6258] fix: disable future days in date calendar
victor-ferro Jul 31, 2026
8c56bc8
Merge branch 'PB-6258-search-date-filter' into PB-6258-search-size-fi…
victor-ferro Jul 31, 2026
f08684a
[PB-6258] fix: reject future dates typed into the specific date inputs
victor-ferro Jul 31, 2026
2db17e6
Merge branch 'PB-6258-search-date-filter' into PB-6258-search-size-fi…
victor-ferro Jul 31, 2026
1c5dc43
[PB-6258] test: document calendar locale mapping including the zh-TW …
victor-ferro Jul 31, 2026
5bd958b
Merge branch 'PB-6258-search-date-filter' into PB-6258-search-size-fi…
victor-ferro Jul 31, 2026
167b3d0
[PB-6258] fix: make any type a real toggle in the search type filter
victor-ferro Aug 3, 2026
74bb655
Merge branch 'PB-6258-search-type-filter' into PB-6258-search-date-fi…
victor-ferro Aug 3, 2026
3fabc52
Merge branch 'PB-6258-search-date-filter' into PB-6258-search-size-fi…
victor-ferro Aug 3, 2026
10b5408
[PB-6258] fix: make the date filter clear control a real button
victor-ferro Aug 3, 2026
74e3c1f
Merge branch 'PB-6258-search-date-filter' into PB-6258-search-size-fi…
victor-ferro Aug 3, 2026
0440644
[PB-6258] fix: make the size filter clear control a real button
victor-ferro Aug 3, 2026
7208f3f
[PB-6258] fix: keep the search filter pills inside the results panel
victor-ferro Aug 4, 2026
0dd9b8e
[PB-6258] feat: show a spinner while the global search is loading
victor-ferro Aug 4, 2026
6f96c31
[PB-6258] fix: only mark the date and size filters as applied when th…
victor-ferro Aug 4, 2026
4c29b88
[PB-6258] fix: accept only digits in the specific date inputs
victor-ferro Aug 4, 2026
04388a6
[PB-6258] fix: switch between search filter dropdowns with a single c…
victor-ferro Aug 4, 2026
a4fde62
[PB-6258] fix: keep custom size values within the exact integer range
victor-ferro Aug 4, 2026
2cb5abc
Merge remote-tracking branch 'origin/PB-6258-search-filters-sdk' into…
victor-ferro Aug 6, 2026
d9a75b6
Merge remote-tracking branch 'origin/PB-6258-search-type-filter' into…
victor-ferro Aug 6, 2026
e82cc3e
Merge remote-tracking branch 'origin/PB-6258-search-date-filter' into…
victor-ferro Aug 6, 2026
d49bb0a
Merge branch 'PB-6258-search-filters-sdk' into PB-6258-search-type-fi…
victor-ferro Aug 13, 2026
18e6d58
Merge branch 'PB-6258-search-type-filter' into PB-6258-search-date-fi…
victor-ferro Aug 13, 2026
314f7df
Merge branch 'PB-6258-search-date-filter' into PB-6258-search-size-fi…
victor-ferro Aug 13, 2026
8305c04
Merge pull request #2073 from internxt/PB-6258-search-size-filter
victor-ferro Aug 13, 2026
52ebb08
Merge pull request #2071 from internxt/PB-6258-search-date-filter
victor-ferro Aug 13, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 41 additions & 1 deletion src/app/i18n/locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,47 @@
"image": "Bild",
"video": "Video",
"audio": "Audio",
"clear": "Löschen"
"attachments": "Anhänge",
"anyType": "Beliebiger Typ",
"zip": "Archiv (zip)",
"document": "Dokument",
"powerpoint": "Powerpoint",
"excel": "Excel",
"text": "Text (txt)",
"code": "Code",
"csv": "CSV",
"xml": "XML",
"figma": "Figma",
"date": {
"dateModified": "Änderungsdatum",
"anyDate": "Beliebiges Datum",
"today": "Heute",
"last7days": "Letzte 7 Tage",
"last30days": "Letzte 30 Tage",
"thisYear": "Dieses Jahr ({{year}})",
"lastYear": "Letztes Jahr ({{year}})",
"specificDate": "Bestimmtes Datum",
"after": "Nach",
"before": "Vor",
"selectToday": "Heute auswählen"
},
"size": {
"size": "Größe",
"anySize": "Beliebige Größe",
"less5mb": "Weniger als 5 MB",
"less100mb": "Weniger als 100 MB",
"less1gb": "Weniger als 1 GB",
"more1gb": "Mehr als 1 GB",
"customRange": "Benutzerdefinierter Größenbereich",
"biggerThan": "Größer als",
"smallerThan": "Kleiner als",
"unit": "Einheit",
"bytes": "Bytes",
"kilobytes": "Kilobytes",
"megabytes": "Megabytes",
"gigabytes": "Gigabytes",
"terabytes": "Terabytes"
}
},
"emptyState": {
"title": "Dateien und Ordner finden",
Expand Down
42 changes: 41 additions & 1 deletion src/app/i18n/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,47 @@
"image": "Image",
"video": "Video",
"audio": "Audio",
"clear": "Clear"
"attachments": "Attachments",
"anyType": "Any type",
"zip": "Archive (zip)",
"document": "Document",
"powerpoint": "Powerpoint",
"excel": "Excel",
"text": "Text (txt)",
"code": "Code",
"csv": "CSV",
"xml": "XML",
"figma": "Figma",
"date": {
"dateModified": "Date modified",
"anyDate": "Any date",
"today": "Today",
"last7days": "Last 7 days",
"last30days": "Last 30 days",
"thisYear": "This year ({{year}})",
"lastYear": "Last year ({{year}})",
"specificDate": "Specific date",
"after": "After",
"before": "Before",
"selectToday": "Select today"
},
"size": {
"size": "Size",
"anySize": "Any size",
"less5mb": "Less than 5 MB",
"less100mb": "Less than 100 MB",
"less1gb": "Less than 1 GB",
"more1gb": "More than 1 GB",
"customRange": "Custom size range",
"biggerThan": "Bigger than",
"smallerThan": "Smaller than",
"unit": "Unit",
"bytes": "Bytes",
"kilobytes": "Kilobytes",
"megabytes": "Megabytes",
"gigabytes": "Gigabytes",
"terabytes": "Terabytes"
}
},
"emptyState": {
"title": "Find files and folders",
Expand Down
42 changes: 41 additions & 1 deletion src/app/i18n/locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,47 @@
"image": "Imagen",
"video": "Video",
"audio": "Audio",
"clear": "Borrar"
"attachments": "Adjuntos",
"anyType": "Cualquier tipo",
"zip": "Archivo (zip)",
"document": "Documento",
"powerpoint": "Powerpoint",
"excel": "Excel",
"text": "Texto (txt)",
"code": "Código",
"csv": "CSV",
"xml": "XML",
"figma": "Figma",
"date": {
"dateModified": "Fecha de modificación",
"anyDate": "Cualquier fecha",
"today": "Hoy",
"last7days": "Últimos 7 días",
"last30days": "Últimos 30 días",
"thisYear": "Este año ({{year}})",
"lastYear": "El año pasado ({{year}})",
"specificDate": "Fecha específica",
"after": "Después de",
"before": "Antes de",
"selectToday": "Seleccionar hoy"
},
"size": {
"size": "Tamaño",
"anySize": "Cualquier tamaño",
"less5mb": "Menos de 5 MB",
"less100mb": "Menos de 100 MB",
"less1gb": "Menos de 1 GB",
"more1gb": "Más de 1 GB",
"customRange": "Rango de tamaño personalizado",
"biggerThan": "Mayor que",
"smallerThan": "Menor que",
"unit": "Unidad",
"bytes": "Bytes",
"kilobytes": "Kilobytes",
"megabytes": "Megabytes",
"gigabytes": "Gigabytes",
"terabytes": "Terabytes"
}
},
"emptyState": {
"title": "Buscar archivos y carpetas",
Expand Down
42 changes: 41 additions & 1 deletion src/app/i18n/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,47 @@
"image": "Image",
"video": "Vidéo",
"audio": "Audio",
"clear": "Clair"
"attachments": "Pièces jointes",
"anyType": "Tout type",
"zip": "Archive (zip)",
"document": "Document",
"powerpoint": "Powerpoint",
"excel": "Excel",
"text": "Texte (txt)",
"code": "Code",
"csv": "CSV",
"xml": "XML",
"figma": "Figma",
"date": {
"dateModified": "Date de modification",
"anyDate": "Toute date",
"today": "Aujourd'hui",
"last7days": "7 derniers jours",
"last30days": "30 derniers jours",
"thisYear": "Cette année ({{year}})",
"lastYear": "L'année dernière ({{year}})",
"specificDate": "Date spécifique",
"after": "Après",
"before": "Avant",
"selectToday": "Sélectionner aujourd'hui"
},
"size": {
"size": "Taille",
"anySize": "Toute taille",
"less5mb": "Moins de 5 MB",
"less100mb": "Moins de 100 MB",
"less1gb": "Moins de 1 GB",
"more1gb": "Plus de 1 GB",
"customRange": "Plage de taille personnalisée",
"biggerThan": "Supérieur à",
"smallerThan": "Inférieur à",
"unit": "Unité",
"bytes": "Octets",
"kilobytes": "Kilo-octets",
"megabytes": "Méga-octets",
"gigabytes": "Giga-octets",
"terabytes": "Téra-octets"
}
},
"emptyState": {
"title": "Rechercher des fichiers et des dossiers",
Expand Down
42 changes: 41 additions & 1 deletion src/app/i18n/locales/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,47 @@
"image": "Immagine",
"video": "Video",
"audio": "Audio",
"clear": "Libero"
"attachments": "Allegati",
"anyType": "Qualsiasi tipo",
"zip": "Archivio (zip)",
"document": "Documento",
"powerpoint": "Powerpoint",
"excel": "Excel",
"text": "Testo (txt)",
"code": "Codice",
"csv": "CSV",
"xml": "XML",
"figma": "Figma",
"date": {
"dateModified": "Data di modifica",
"anyDate": "Qualsiasi data",
"today": "Oggi",
"last7days": "Ultimi 7 giorni",
"last30days": "Ultimi 30 giorni",
"thisYear": "Quest'anno ({{year}})",
"lastYear": "L'anno scorso ({{year}})",
"specificDate": "Data specifica",
"after": "Dopo",
"before": "Prima",
"selectToday": "Seleziona oggi"
},
"size": {
"size": "Dimensione",
"anySize": "Qualsiasi dimensione",
"less5mb": "Meno di 5 MB",
"less100mb": "Meno di 100 MB",
"less1gb": "Meno di 1 GB",
"more1gb": "Più di 1 GB",
"customRange": "Intervallo di dimensioni personalizzato",
"biggerThan": "Maggiore di",
"smallerThan": "Minore di",
"unit": "Unità",
"bytes": "Byte",
"kilobytes": "Kilobyte",
"megabytes": "Megabyte",
"gigabytes": "Gigabyte",
"terabytes": "Terabyte"
}
},
"emptyState": {
"title": "Trovare file e cartelle",
Expand Down
42 changes: 41 additions & 1 deletion src/app/i18n/locales/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,47 @@
"image": "Изображение",
"video": "Видео",
"audio": "Аудио",
"clear": "Очистить"
"attachments": "Вложения",
"anyType": "Любой тип",
"zip": "Архив (zip)",
"document": "Документ",
"powerpoint": "Powerpoint",
"excel": "Excel",
"text": "Текст (txt)",
"code": "Код",
"csv": "CSV",
"xml": "XML",
"figma": "Figma",
"date": {
"dateModified": "Дата изменения",
"anyDate": "Любая дата",
"today": "Сегодня",
"last7days": "Последние 7 дней",
"last30days": "Последние 30 дней",
"thisYear": "Этот год ({{year}})",
"lastYear": "Прошлый год ({{year}})",
"specificDate": "Конкретная дата",
"after": "После",
"before": "До",
"selectToday": "Выбрать сегодня"
},
"size": {
"size": "Размер",
"anySize": "Любой размер",
"less5mb": "Менее 5 MB",
"less100mb": "Менее 100 MB",
"less1gb": "Менее 1 GB",
"more1gb": "Более 1 GB",
"customRange": "Пользовательский диапазон размера",
"biggerThan": "Больше чем",
"smallerThan": "Меньше чем",
"unit": "Единица",
"bytes": "Байты",
"kilobytes": "Килобайты",
"megabytes": "Мегабайты",
"gigabytes": "Гигабайты",
"terabytes": "Терабайты"
}
},
"emptyState": {
"title": "Поиск файлов и папок",
Expand Down
42 changes: 41 additions & 1 deletion src/app/i18n/locales/tw.json
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,47 @@
"image": "圖片",
"video": "視頻",
"audio": "音頻",
"clear": "清除"
"attachments": "附件",
"anyType": "任何類型",
"zip": "壓縮檔 (zip)",
"document": "文件",
"powerpoint": "Powerpoint",
"excel": "Excel",
"text": "文字 (txt)",
"code": "程式碼",
"csv": "CSV",
"xml": "XML",
"figma": "Figma",
"date": {
"dateModified": "修改日期",
"anyDate": "任何日期",
"today": "今天",
"last7days": "最近 7 天",
"last30days": "最近 30 天",
"thisYear": "今年({{year}})",
"lastYear": "去年({{year}})",
"specificDate": "特定日期",
"after": "之後",
"before": "之前",
"selectToday": "選擇今天"
},
"size": {
"size": "大小",
"anySize": "任何大小",
"less5mb": "小於 5 MB",
"less100mb": "小於 100 MB",
"less1gb": "小於 1 GB",
"more1gb": "大於 1 GB",
"customRange": "自訂大小範圍",
"biggerThan": "大於",
"smallerThan": "小於",
"unit": "單位",
"bytes": "位元組",
"kilobytes": "KB",
"megabytes": "MB",
"gigabytes": "GB",
"terabytes": "TB"
}
},
"emptyState": {
"title": "尋找檔案和資料夾",
Expand Down
42 changes: 41 additions & 1 deletion src/app/i18n/locales/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,47 @@
"image": "图片",
"video": "视频",
"audio": "语音",
"clear": "清除"
"attachments": "附件",
"anyType": "任何类型",
"zip": "压缩文件 (zip)",
"document": "文档",
"powerpoint": "Powerpoint",
"excel": "Excel",
"text": "文本 (txt)",
"code": "代码",
"csv": "CSV",
"xml": "XML",
"figma": "Figma",
"date": {
"dateModified": "修改日期",
"anyDate": "任何日期",
"today": "今天",
"last7days": "最近 7 天",
"last30days": "最近 30 天",
"thisYear": "今年({{year}})",
"lastYear": "去年({{year}})",
"specificDate": "特定日期",
"after": "之后",
"before": "之前",
"selectToday": "选择今天"
},
"size": {
"size": "大小",
"anySize": "任何大小",
"less5mb": "小于 5 MB",
"less100mb": "小于 100 MB",
"less1gb": "小于 1 GB",
"more1gb": "大于 1 GB",
"customRange": "自定义大小范围",
"biggerThan": "大于",
"smallerThan": "小于",
"unit": "单位",
"bytes": "字节",
"kilobytes": "KB",
"megabytes": "MB",
"gigabytes": "GB",
"terabytes": "TB"
}
},
"emptyState": {
"title": "查找文件和文件夹",
Expand Down
Loading
Loading