Commit 749b6fb
authored
Frontend cursor movement (#187)
* restyled most components for better visuals
* added light and dark mode functionality for some components
* added mobile responsive layout for smaller screens and removed redundant props
* added ScrollView in replacement of regular div to remove unecessary horizontal bar
* added animations for smoother light and dark mode transitions
* removed border from buttons and added shadow instead
* made score display on mobile reponsive with horizontal scrolling and removed the scroll bar indicators
* adjusted header and footer styles to stick on top / bottom when scrolling happens
* cleaned up code structure and removed themestyles
* adjusted small screen breakpoint to include landscape mode devices
* added function to generate and store session token on load within the frontend alone
* replaced logic used to display score sheet from app.py to score.ts
* added basic cursor movement logic based on step and speed input
* removed node modules from being tracked
* updated comments and formatted code1 parent f42bc44 commit 749b6fb
File tree
5 files changed
+7509
-139
lines changed- frontend/companion-app
- components
- musicxml
5 files changed
+7509
-139
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
49 | 57 | | |
50 | | - | |
51 | | - | |
| 58 | + | |
52 | 59 | | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
| 60 | + | |
| 61 | + | |
65 | 62 | | |
66 | 63 | | |
67 | 64 | | |
| |||
229 | 226 | | |
230 | 227 | | |
231 | 228 | | |
232 | | - | |
233 | | - | |
234 | | - | |
235 | | - | |
236 | | - | |
237 | | - | |
238 | 229 | | |
239 | 230 | | |
240 | 231 | | |
| |||
255 | 246 | | |
256 | 247 | | |
257 | 248 | | |
258 | | - | |
259 | | - | |
260 | | - | |
261 | | - | |
262 | | - | |
263 | 249 | | |
264 | 250 | | |
265 | 251 | | |
266 | 252 | | |
267 | 253 | | |
268 | 254 | | |
269 | 255 | | |
270 | | - | |
| 256 | + | |
271 | 257 | | |
272 | 258 | | |
273 | 259 | | |
| |||
276 | 262 | | |
277 | 263 | | |
278 | 264 | | |
279 | | - | |
280 | | - | |
| 265 | + | |
| 266 | + | |
281 | 267 | | |
282 | | - | |
| 268 | + | |
283 | 269 | | |
284 | 270 | | |
285 | 271 | | |
| |||
392 | 378 | | |
393 | 379 | | |
394 | 380 | | |
395 | | - | |
| 381 | + | |
396 | 382 | | |
397 | 383 | | |
398 | 384 | | |
399 | 385 | | |
400 | 386 | | |
401 | 387 | | |
402 | 388 | | |
403 | | - | |
404 | 389 | | |
405 | 390 | | |
406 | 391 | | |
| |||
481 | 466 | | |
482 | 467 | | |
483 | 468 | | |
484 | | - | |
| 469 | + | |
0 commit comments