Commit 154dfa7
committed
🎨 style: enhance NavBar UX with visual cues and accessibility improvements
Improved the NavBar component's user experience and accessibility by adding visual cues and enhancing interactive elements' responsiveness.
- Integrated the `ExternalLink` icon from `lucide-react` to visually indicate external links, making it clearer to users when a link will take them outside of the application.
- Added `select-none` and `cursor-pointer` classes to improve the interactive elements' usability. These changes prevent text selection for labels, making the UI feel more app-like, and change the cursor to a pointer on hover to better indicate clickable items.
- These modifications aim to make the navigation bar more intuitive and user-friendly, encouraging easier navigation and interaction within the application.1 parent 83f7ea8 commit 154dfa7
1 file changed
Lines changed: 10 additions & 4 deletions
File tree
- apps/desktop/src/components
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
85 | 86 | | |
86 | 87 | | |
87 | 88 | | |
88 | | - | |
| 89 | + | |
89 | 90 | | |
90 | 91 | | |
91 | 92 | | |
| |||
101 | 102 | | |
102 | 103 | | |
103 | 104 | | |
| 105 | + | |
104 | 106 | | |
105 | | - | |
| 107 | + | |
106 | 108 | | |
107 | 109 | | |
108 | | - | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
109 | 113 | | |
110 | 114 | | |
111 | 115 | | |
112 | | - | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
113 | 119 | | |
114 | 120 | | |
115 | 121 | | |
| |||
0 commit comments