Commit 38926d6
feat(web): add hover-reveal links for VS pages and use cases in footer (#2134)
* feat(web): add dropdown menus for Compare and Platforms in footer Resources column
- Add hover-based dropdown for VS comparison pages (Otter, Granola, Fireflies, etc.)
- Add hover-based dropdown for platform-specific download pages (macOS, Windows, Linux)
- Include accessibility improvements: ARIA attributes, keyboard support, touch/click support
- Follow existing header dropdown pattern for consistency
Co-Authored-By: [email protected] <[email protected]>
* refactor(web): simplify footer links to hover-reveal pattern
- Replace dropdown menus with simpler hover-reveal links
- 'Versus ???' reveals random competitor name on hover, links to VS page
- 'Hyprnote for ???' reveals random use case on hover, links to solution page
- Cleaner, less cluttered footer design
Co-Authored-By: [email protected] <[email protected]>
* feat(web): shuffle random item on each hover
- Each hover picks a different random item from the list
- Uses getNextRandomIndex helper to avoid showing same item twice in a row
- Versus ??? and Hyprnote for ??? now shuffle on repeated hovers
Co-Authored-By: [email protected] <[email protected]>
* chore(web): change 'Hyprnote for ???' to 'For ???'
Co-Authored-By: [email protected] <[email protected]>
* feat(web): replace ??? with blurred text that reveals on hover
- Remove hover boolean states (no longer needed)
- Use Tailwind blur-sm and group-hover:blur-none for reveal effect
- Only blur the dynamic part (competitor name / use case label)
- Add smooth transition with duration-150
Co-Authored-By: [email protected] <[email protected]>
* feat(footer): improve accessibility and interaction for links
* feat(web): add research solution page for Hyprnote
* feat(footer): update footer links and navigation structure
---------
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>1 parent ae4c416 commit 38926d6
File tree
6 files changed
+1167
-18
lines changed- apps/web/src
- components
- routes/_view/solution
6 files changed
+1167
-18
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
3 | 33 | | |
4 | 34 | | |
5 | 35 | | |
| |||
30 | 60 | | |
31 | 61 | | |
32 | 62 | | |
33 | | - | |
| 63 | + | |
34 | 64 | | |
35 | 65 | | |
36 | 66 | | |
| |||
146 | 176 | | |
147 | 177 | | |
148 | 178 | | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
149 | 189 | | |
150 | 190 | | |
151 | 191 | | |
152 | 192 | | |
153 | 193 | | |
154 | 194 | | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
155 | 203 | | |
156 | 204 | | |
157 | 205 | | |
| |||
161 | 209 | | |
162 | 210 | | |
163 | 211 | | |
164 | | - | |
165 | | - | |
166 | | - | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
167 | 215 | | |
168 | | - | |
169 | | - | |
170 | | - | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
171 | 226 | | |
172 | 227 | | |
173 | 228 | | |
| |||
181 | 236 | | |
182 | 237 | | |
183 | 238 | | |
184 | | - | |
185 | | - | |
186 | | - | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
187 | 242 | | |
188 | | - | |
189 | | - | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
190 | 246 | | |
191 | 247 | | |
192 | 248 | | |
193 | | - | |
194 | | - | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
195 | 262 | | |
196 | | - | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
197 | 267 | | |
198 | 268 | | |
199 | 269 | | |
200 | 270 | | |
201 | | - | |
202 | | - | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
203 | 281 | | |
204 | | - | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
205 | 293 | | |
206 | 294 | | |
207 | 295 | | |
| |||
0 commit comments