redhat-developer / vscode-wizard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add options to hide next/back buttons

robstryker opened this issue · comments

Some form pages or single-page wizard might only want an ok / finish type button, no next/back at all.

In vscode-kafka I would like to remove all button and add a Save icon on the right top of the form page.

In otherwise instead of having this UI:

image

I would like to have this UI (with a save icon):

image

@fbricon what do you think about this idea?

save icon on top right looks out of place IMO.
However,

  • hiding the prev/next buttons make sense when there are no other pages
  • being able to rename the finish button (to save) would be nice