feat: redesign search dialog UI with a custom input layout and OS-aware keyboard shortcuts

This commit is contained in:
jxxghp
2026-04-08 08:28:42 +08:00
parent 4a66aaadad
commit 6bbaf43671
5 changed files with 422 additions and 525 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "moviepilot", "name": "moviepilot",
"version": "2.9.26", "version": "2.9.27",
"private": true, "private": true,
"type": "module", "type": "module",
"bin": "dist/service.js", "bin": "dist/service.js",
File diff suppressed because it is too large Load Diff
+4 -1
View File
@@ -2008,7 +2008,7 @@ export default {
}, },
searchBar: { searchBar: {
search: 'Search', search: 'Search',
searchPlaceholder: 'Search features, subscriptions, settings...', searchPlaceholder: 'Search movies and TV shows...',
recentSearches: 'Recent Searches', recentSearches: 'Recent Searches',
noRecentSearches: 'No recent search history', noRecentSearches: 'No recent search history',
functions: 'Functions', functions: 'Functions',
@@ -2028,6 +2028,9 @@ export default {
searchInSites: 'Search for torrent resources in sites', searchInSites: 'Search for torrent resources in sites',
relatedResources: 'Related Resources', relatedResources: 'Related Resources',
searchTip: 'You can search for movies, TV shows, actors, resources, etc.', searchTip: 'You can search for movies, TV shows, actors, resources, etc.',
emptySearchHint: 'Enter keywords to search',
escClose: 'Close',
openSearch: 'Open search',
}, },
searchSite: { searchSite: {
selectSites: 'Select Sites', selectSites: 'Select Sites',
+4 -1
View File
@@ -1980,7 +1980,7 @@ export default {
}, },
searchBar: { searchBar: {
search: '搜索', search: '搜索',
searchPlaceholder: '搜索功能、订阅、设置...', searchPlaceholder: '搜索电影和剧集...',
recentSearches: '最近搜索', recentSearches: '最近搜索',
noRecentSearches: '没有最近搜索记录', noRecentSearches: '没有最近搜索记录',
functions: '功能', functions: '功能',
@@ -2000,6 +2000,9 @@ export default {
searchInSites: '在站点中搜索种子资源', searchInSites: '在站点中搜索种子资源',
relatedResources: '相关资源', relatedResources: '相关资源',
searchTip: '可搜索电影、电视剧、演员、资源等', searchTip: '可搜索电影、电视剧、演员、资源等',
emptySearchHint: '输入关键字开始搜索',
escClose: '关闭',
openSearch: '打开搜索',
}, },
searchSite: { searchSite: {
selectSites: '选择站点', selectSites: '选择站点',
+4 -1
View File
@@ -1981,7 +1981,7 @@ export default {
}, },
searchBar: { searchBar: {
search: '搜索', search: '搜索',
searchPlaceholder: '搜索功能、訂閱、設置...', searchPlaceholder: '搜索電影和劇集...',
recentSearches: '最近搜索', recentSearches: '最近搜索',
noRecentSearches: '沒有最近搜索記錄', noRecentSearches: '沒有最近搜索記錄',
functions: '功能', functions: '功能',
@@ -2001,6 +2001,9 @@ export default {
searchInSites: '在站點中搜索種子資源', searchInSites: '在站點中搜索種子資源',
relatedResources: '相關資源', relatedResources: '相關資源',
searchTip: '可搜索電影、電視劇、演員、資源等', searchTip: '可搜索電影、電視劇、演員、資源等',
emptySearchHint: '輸入關鍵字開始搜索',
escClose: '關閉',
openSearch: '打開搜索',
}, },
searchSite: { searchSite: {
selectSites: '選擇站點', selectSites: '選擇站點',