• Mohamed Aziz Mejri's avatar
    Implementing app search feature (#1302) · a547aa3a
    Mohamed Aziz Mejri 提交于
    This PR implements app search feature and addresses the issue #1182.
        
    <!-- This is an auto-generated description by cubic. -->
    ---
    
    ## Summary by cubic
    Adds a fast app search with a command-style dialog so users can find
    apps by name or chat content and jump to them quickly. Implements the
    search experience requested in #1182.
    
    - New Features
    - Search dialog (Ctrl+K or “Search Apps” button) with result snippets
    from matching chat titles/messages.
    - Searches across app names, chat titles, and message content;
    case-insensitive; supports partial matches; empty query lists all apps.
      - Selecting a result navigates to the app and closes the dialog.
    - New IPC endpoint search-app with Zod-validated results, debounced
    React Query hook, and preload allowlist update.
    - Added E2E tests for dialog open/close, shortcuts, matching behavior,
    empty state, and navigation.
    
    <!-- End of auto-generated description by cubic. -->
    a547aa3a
名称
最后提交
最后更新
..
app_env_vars_handlers.ts 正在载入提交数据...
app_handlers.ts 正在载入提交数据...
app_upgrade_handlers.ts 正在载入提交数据...
capacitor_handlers.ts 正在载入提交数据...
chat_handlers.ts 正在载入提交数据...
chat_stream_handlers.ts 正在载入提交数据...
context_paths_handlers.ts 正在载入提交数据...
createFromTemplate.ts 正在载入提交数据...
debug_handlers.ts 正在载入提交数据...
dependency_handlers.ts 正在载入提交数据...
github_handlers.ts 正在载入提交数据...
help_bot_handlers.ts 正在载入提交数据...
import_handlers.ts 正在载入提交数据...
language_model_handlers.ts 正在载入提交数据...
local_model_handlers.ts 正在载入提交数据...
local_model_lmstudio_handler.ts 正在载入提交数据...
local_model_ollama_handler.ts 正在载入提交数据...
neon_handlers.ts 正在载入提交数据...
node_handlers.ts 正在载入提交数据...
portal_handlers.ts 正在载入提交数据...
pro_handlers.ts 正在载入提交数据...
problems_handlers.ts 正在载入提交数据...
prompt_handlers.ts 正在载入提交数据...
proposal_handlers.ts 正在载入提交数据...
release_note_handlers.ts 正在载入提交数据...
safe_handle.ts 正在载入提交数据...
session_handlers.ts 正在载入提交数据...
settings_handlers.ts 正在载入提交数据...
shell_handler.ts 正在载入提交数据...
supabase_handlers.ts 正在载入提交数据...
template_handlers.ts 正在载入提交数据...
testing_chat_handlers.ts 正在载入提交数据...
token_count_handlers.ts 正在载入提交数据...
upload_handlers.ts 正在载入提交数据...
vercel_handlers.ts 正在载入提交数据...
version_handlers.ts 正在载入提交数据...
window_handlers.ts 正在载入提交数据...