Commit 28ae1ae
Dynamic console screen for PortaRF (#97)
* Enhance IScreen interface with screenDimensions
Added screenDimensions property to IScreen interface and updated canvas dimensions accordingly.
* Implement upload progress for file manager
Added upload progress handling for file manager and improved user feedback during uploads.
* Enhance IScreen interface with screenDimensions
Added screenDimensions property to IScreen interface and updated canvas dimensions accordingly.
* Update useScreenFrame.ts
---------
Co-authored-by: jLynx <admin@jlynx.net>1 parent 6ec5984 commit 28ae1ae
File tree
3 files changed
+64
-10
lines changed- src
- components
- Controller
- Screen
- hooks
3 files changed
+64
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
287 | 287 | | |
288 | 288 | | |
289 | 289 | | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
290 | 298 | | |
291 | 299 | | |
292 | 300 | | |
| |||
343 | 351 | | |
344 | 352 | | |
345 | 353 | | |
| 354 | + | |
346 | 355 | | |
347 | 356 | | |
348 | 357 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| 14 | + | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
17 | | - | |
18 | | - | |
| 19 | + | |
| 20 | + | |
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
5 | 8 | | |
6 | 9 | | |
7 | 10 | | |
| |||
11 | 14 | | |
12 | 15 | | |
13 | 16 | | |
14 | | - | |
15 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
16 | 56 | | |
17 | | - | |
| 57 | + | |
| 58 | + | |
18 | 59 | | |
19 | | - | |
| 60 | + | |
| 61 | + | |
20 | 62 | | |
21 | 63 | | |
22 | 64 | | |
23 | 65 | | |
24 | 66 | | |
25 | | - | |
| 67 | + | |
26 | 68 | | |
27 | 69 | | |
28 | 70 | | |
29 | 71 | | |
| 72 | + | |
30 | 73 | | |
31 | 74 | | |
32 | 75 | | |
33 | | - | |
| 76 | + | |
34 | 77 | | |
0 commit comments