VedantMadane commented on PR #60591:
URL: https://github.com/apache/airflow/pull/60591#issuecomment-3780859680

   ✅ **Changes pushed!**
   
   I've successfully added the shift+C hotkey shortcut to 
`ClearAllMappedTaskInstancesButton.tsx`.
   
   **Commit:** 
https://github.com/VedantMadane/airflow/commit/2c9292deda1af6e0901d389b2d35ae20045ddfc8
   
   **Changes made:**
   - ✅ Added `import { useHotkeys } from "react-hotkeys-hook"`
   - ✅ Added `readonly isHotkeyEnabled?: boolean` prop to Props type
   - ✅ Added `isHotkeyEnabled = false` parameter with default value
   - ✅ Implemented the `useHotkeys` hook with shift+c shortcut
   
   The implementation follows the same pattern as 
`ClearTaskInstanceButton.tsx`. The hotkey will be active when `isHotkeyEnabled` 
prop is set to `true`.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to