Commit 374b5ee
committed
feat: enhance ExtensionsPanel with mobile support and external link handling
- Added mobile detail view toggle in ExtensionsPanel.
- Implemented external link opening functionality using Tauri's openUrl.
- Refactored rendering of extension details and changelog to improve loading states.
- Introduced star rating display for extensions.
- Updated UI styles for better link visibility and hover effects.
- Improved category filtering UI in ExtensionsPanel.
- Added new color theme variables for link styling.
- Updated package version to 0.1.26 and added react-icons dependency.1 parent 881e2f2 commit 374b5ee
10 files changed
Lines changed: 707 additions & 471 deletions
File tree
- packages/ui
- lib
- components/Tabs
- features
- bridge
- extensions/ExtensionsPanel
- themes
- styles
- src
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
84 | 89 | | |
85 | 90 | | |
86 | 91 | | |
| |||
143 | 148 | | |
144 | 149 | | |
145 | 150 | | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | 151 | | |
155 | 152 | | |
156 | 153 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
| 207 | + | |
207 | 208 | | |
208 | 209 | | |
209 | 210 | | |
| |||
0 commit comments