-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhance Terminal and File components with improved UX and accessibility
Terminal changes: 1. Implement constant-size cursor for consistent visual feedback 2. Add Vim-like navigation (h, j, k, l) for improved keyboard control 3. Introduce 'yy' shortcut to select whole lines, mimicking Vim functionality 4. Implement Esc key to close the terminal for quick exit 5. Apply consistent highlighting for selected lines File component changes: 1. Remove default focus outline for cleaner aesthetics 2. Add custom focus style for improved accessibility 3. Implement selected state styling for better visual feedback 4. Ensure full-width clickable area for easier interaction
- Loading branch information
Showing
3 changed files
with
47 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters