• 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
名称
最后提交
最后更新
..
LoadingBar.tsx 正在载入提交数据...
accordion.tsx 正在载入提交数据...
alert-dialog.tsx 正在载入提交数据...
alert.tsx 正在载入提交数据...
badge.tsx 正在载入提交数据...
button.tsx 正在载入提交数据...
card.tsx 正在载入提交数据...
checkbox.tsx 正在载入提交数据...
command.tsx 正在载入提交数据...
dialog.tsx 正在载入提交数据...
dropdown-menu.tsx 正在载入提交数据...
input.tsx 正在载入提交数据...
label.tsx 正在载入提交数据...
popover.tsx 正在载入提交数据...
scroll-area.tsx 正在载入提交数据...
select.tsx 正在载入提交数据...
separator.tsx 正在载入提交数据...
sheet.tsx 正在载入提交数据...
sidebar.tsx 正在载入提交数据...
skeleton.tsx 正在载入提交数据...
switch.tsx 正在载入提交数据...
textarea.tsx 正在载入提交数据...
toggle-group.tsx 正在载入提交数据...
toggle.tsx 正在载入提交数据...
tooltip.tsx 正在载入提交数据...