|
1 | 1 | # Pull-Requests |
2 | 2 |
|
3 | | -<img width="408" alt="image" src="https://github.com/user-attachments/assets/8750fc86-cbde-46ef-9392-9d6810340b52" /> |
| 3 | +<img width="300" src="https://github.com/user-attachments/assets/8750fc86-cbde-46ef-9392-9d6810340b52" /> |
4 | 4 |
|
5 | 5 |
|
6 | | -MoonBase has made a number of commits which are general purpose and are candidates to be added to upstream [ESP32 SvelteKit](https://github.com/theelims/ESP32-sveltekit). |
| 6 | +MoonBase has made a number of commits which are general purpose and could be added to upstream [ESP32 SvelteKit](https://github.com/theelims/ESP32-sveltekit). Pending changes are ready to add in pull-requests as they are branched from the upstream repo. |
7 | 7 | Below lists are ordered in terms of likelyhood to be accepted: |
8 | 8 |
|
9 | | -## Pending |
10 | | - |
11 | | -* All screens |
12 | | - * Help link to github.io docs e.g. [animations](https://ewowi.github.io/MoonBase/moonbase/module/animations) |
13 | | -* File Manager |
14 | | - * Later - WIP |
15 | | -* Instances |
16 | | - * Later - WIP |
17 | | -* System metrics |
18 | | - * Performance |
19 | | -* System Analytics |
20 | | - * Performance |
21 | | -* MoonBase-Modules |
22 | | - * Later - WIP |
| 9 | +## Pending - Ready to PR |
| 10 | + |
| 11 | +* [bug-metadata-parent-wifi](https://github.com/theelims/ESP32-sveltekit/commit/8573d90784f4fbf28de1d30be24b7421e965d0b4): avoid console.log errors |
| 12 | +* [components-small-fixes](https://github.com/theelims/ESP32-sveltekit/commit/da2c641eea81799f683bbc452d708d4d159e357e): avoid console.log errors |
| 13 | +* [compile-warnings](https://github.com/theelims/ESP32-sveltekit/commit/8a4dc4171c37d04754744f76513c2d2a08b0662d): role and tab index |
| 14 | +* [system-status-metrics](https://github.com/theelims/ESP32-sveltekit/commit/352cfe3e376b25f7470ad4f764cdf54f7069c645): use max instead of first |
| 15 | +* [help-to-docs](https://github.com/theelims/ESP32-sveltekit/commit/2c2d2fae5c37b220bc61dfb1ba6655485de6547f): Help link to github.io docs e.g. [animations](https://ewowi.github.io/MoonBase/moonbase/module/animations) |
| 16 | +* [System metrics](https://ewowi.github.io/MoonBase/system/metrics/) |
| 17 | + * Loops per second (performance) |
| 18 | +* [System status](https://ewowi.github.io/MoonBase/system/status/) |
| 19 | + * Loops per second (performance) |
| 20 | +* [service-name-string](https://github.com/theelims/ESP32-sveltekit/commit/05a7bd9a12999e087d0b05a62859d263679cc76a): Allow service names to be non string literals (e.g. done in MoonBase-Modules) |
| 21 | +* [menu-href-unique](https://github.com/theelims/ESP32-sveltekit/commit/92acbd046e478bccf7eec469e0dab5dcda53c0ae): Allow multiple modules using same Module.svelte |
| 22 | +* [measure-battery-pin](https://github.com/theelims/ESP32-sveltekit/commit/bcd3abd1f981d48d7a76c5ee71fc99f4fe54eb08) |
| 23 | + |
| 24 | +## Pending - WIP |
| 25 | + |
| 26 | +* [File Manager](https://ewowi.github.io/MoonBase/moonbase/files/) |
| 27 | +* [Instances](https://ewowi.github.io/MoonBase/moonbase/module/instances/) |
| 28 | +* [MoonBase-Modules](https://ewowi.github.io/MoonBase/moonbase/modules/) |
23 | 29 |
|
24 | 30 | ## Submitted |
25 | 31 |
|
26 | | -* System metrics |
27 | | - * reordering: dynamic on top, static below |
28 | | -* System Analytics |
29 | | - * PSRAM added |
| 32 | +* [Refactor System Status and Metrics](https://github.com/theelims/ESP32-sveltekit/pull/78) |
| 33 | +* [Wifi: Multiple edits bug resolved](https://github.com/theelims/ESP32-sveltekit/pull/81) |
| 34 | +* [ESPD_LOGx: replace first argument with TAG and define TAG as 🐼](https://github.com/theelims/ESP32-sveltekit/pull/85) |
30 | 35 |
|
31 | 36 | ## Accepted |
32 | 37 |
|
| 38 | +* [Expands menu on selected subitem](https://github.com/theelims/ESP32-sveltekit/pull/77) |
| 39 | +* [Add file.close in fileHandler handleRequest](https://github.com/theelims/ESP32-sveltekit/pull/73) |
| 40 | + |
0 commit comments