luc-github / ESP3D-WEBUI

A Web UI for ESP8266 or ESP32 based boards connected to 3D printers / CNC
GNU General Public License v3.0
733 stars 304 forks source link

[FEATURE REQUEST] Store terminal history in local storage #376

Closed dbuezas closed 6 months ago

dbuezas commented 7 months ago

Is your feature request related to a problem? Please describe. I miss a history like in the shell

Describe the solution you'd like That the history is stored in local storage so I can arrow up even after reloading the page. Ideally an extra popup that shows the history hidden under a button in the down caret

Here:

image

Additional context I think I'll give this a try myself in a couple of days :)

github-actions[bot] commented 7 months ago

Thank your for submiting, please be sure you followed template or your issue may be dismissed.

luc-github commented 7 months ago

Yes sorry all localstorage request are no my priority currently - also be sure it won't increase the final footprint package more than few bytes I want to keep the final size as small as possible

dbuezas commented 7 months ago

Sounds good I'll avoid libraries then. It will have a tiny footprint

luc-github commented 7 months ago

for localstorage you should not need any for sure

luc-github commented 6 months ago

I close issue as fixed then

github-actions[bot] commented 6 months ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.