Skip to content

Commit 28e0897

Browse files
committed
Update pull-requests doc
esp32dev: RAM: [=== ] 28.5% (used 93552 bytes from 327680 bytes) Flash: [==========] 96.0% (used 1888105 bytes from 1966080 bytes)
1 parent 2c2d2fa commit 28e0897

File tree

2 files changed

+29
-20
lines changed

2 files changed

+29
-20
lines changed

docs/general/pull-requests.md

Lines changed: 28 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,40 @@
11
# Pull-Requests
22

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" />
44

55

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.
77
Below lists are ordered in terms of likelyhood to be accepted:
88

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/)
2329

2430
## Submitted
2531

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)
3035

3136
## Accepted
3237

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+

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ nav:
55
- General:
66
- general/gettingstarted.md
77
- general/customizingsveltekit.md
8+
- general/pull-requests.md
89
- "MoonLight":
910
- moonbase/module/animations.md
1011
- "MoonBase":

0 commit comments

Comments
 (0)