OpenVoiceOS / ovos-installer

Open Voice OS and/or HiveMind installer using Ansible with an intuitive and easy Text-based User Interface
https://www.openvoiceos.org
48 stars 12 forks source link

[FEATURE] Back button in TUI #64

Closed mikejgray closed 2 months ago

mikejgray commented 3 months ago

While the TUI menu isn't that long, if you make a mistake you currently have to go all the way to the end, cancel, and start over to fix it. A back button would be great!

suvanbanerjee commented 2 months ago

can i work on this issue?

goldyfruit commented 2 months ago

can i work on this issue?

Sure, give it a try. :+1:

suvanbanerjee commented 2 months ago

From user's point of view i expect a back button on the bottom of menu besides the OK and Cancel buttons.

But however, Whiptail does not provide a way to add a back button. So, i have to create a Back button inside the menu itself.

Check the image below to see how it looks like image If if's ok with you, i will go ahead and implement this feature.

goldyfruit commented 2 months ago

From user's point of view i expect a back button on the bottom of menu besides the OK and Cancel buttons.

But however, Whiptail does not provide a way to add a back button. So, i have to create a Back button inside the menu itself.

Check the image below to see how it looks like image If if's ok with you, i will go ahead and implement this feature.

Sure go for it, we can try and adjust if required.