• Mohamed Aziz Mejri's avatar
    Component selection shortcut (#1139) · 6ee1a931
    Mohamed Aziz Mejri 提交于
    This PR introduces a new keyboard shortcut to improve the efficiency of
    selecting components in the app. Users can now quickly select components
    using Meta + Shift + C for Mac and Ctrl + Shift + C for Other devices
    (Windows/Linux)
    
        
    <!-- This is an auto-generated description by cubic. -->
    ---
    
    ## Summary by cubic
    Add a shortcut to quickly activate the component selector from the
    preview. Use Meta+Shift+C on macOS and Ctrl+Shift+C on Windows/Linux.
    
    - **New Features**
    - Added useShortcut hook to handle key combos and prevent default on
    match.
      - Wired shortcut in PreviewIframe with OS detection for Meta vs Ctrl.
    - Forwarded keydown events from the iframe to the parent via postMessage
    (dyad-shortcut-triggered) so the shortcut works inside preview content.
    
    <!-- End of auto-generated description by cubic. -->
    6ee1a931
名称
最后提交
最后更新
..
__tests__ 正在载入提交数据...
app 正在载入提交数据...
atoms 正在载入提交数据...
client_logic 正在载入提交数据...
components 正在载入提交数据...
constants 正在载入提交数据...
contexts 正在载入提交数据...
db 正在载入提交数据...
hooks 正在载入提交数据...
ipc 正在载入提交数据...
lib 正在载入提交数据...
main 正在载入提交数据...
neon_admin 正在载入提交数据...
pages 正在载入提交数据...
paths 正在载入提交数据...
prompts 正在载入提交数据...
routes 正在载入提交数据...
shared 正在载入提交数据...
store 正在载入提交数据...
styles 正在载入提交数据...
supabase_admin 正在载入提交数据...
utils 正在载入提交数据...
backup_manager.ts 正在载入提交数据...
main.ts 正在载入提交数据...
preload.ts 正在载入提交数据...
renderer.tsx 正在载入提交数据...
router.ts 正在载入提交数据...