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
feat: add filter functionality and upgrade indicators for plugins #4356 #build
- Added filter placeholder and "Not Installed" text in multiple language files.
- Introduced `IsUpgradable` field in `PluginDto` and `PluginDetail` to indicate if a plugin can be upgraded.
- Implemented logic to determine if a plugin is upgradable in the plugin store handler.
- Enhanced the plugin settings view to include upgrade buttons for upgradable plugins.
- Added filtering options for installed and uninstalled plugins, as well as for upgradable plugins in the settings controller.
- Updated dropdown button to support custom filter hint text.
Copy file name to clipboardExpand all lines: wox.core/resource/lang/en_US.json
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -119,6 +119,11 @@
119
119
"ui_query_hotkeys_silent": "Silent",
120
120
"ui_query_hotkeys_silent_tooltip": "When selected, if the count of query result is 1, Wox will execute the query directly without showing the result list.\n\nThis is useful when you have a query that always return one result and you want to execute it directly.\nNote: This option is only available when the query result count is 1. Otherwise it will be ignored and notify a warning.",
Copy file name to clipboardExpand all lines: wox.core/resource/lang/pt_BR.json
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -116,6 +116,11 @@
116
116
"ui_query_hotkeys_silent": "Silencioso",
117
117
"ui_query_hotkeys_silent_tooltip": "Quando selecionado, se o número de resultados da consulta for 1, o Wox executar a consulta diretamente sem mostrar a lista de resultados.\n\nIssotil quando você tem uma consulta que sempre retorna um resultado e deseja execut-la diretamente.\nNota: Esta opção s est disponível quando o número de resultados da consulta 1. Caso contrário, ser ignorado e notificar um aviso.",
Copy file name to clipboardExpand all lines: wox.core/resource/lang/ru_RU.json
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -116,6 +116,11 @@
116
116
"ui_query_hotkeys_silent": "Сильный",
117
117
"ui_query_hotkeys_silent_tooltip": "Если выбран, и количество результатов запроса равно 1, Wox выполнит запрос непосредственно без отображения списка результатов.\n\nЭто полезно, когда у вас есть запрос, который всегда возвращает один результат, и вы хотите выполнить его непосредственно.\nПримечание: Эта опция доступна только в том случае, если количество результатов запроса равно 1. В противном случае она будет проигнорирована и будет выведено предупреждение.",
0 commit comments