20240829-1541
github-actions
released this
29 Aug 15:41
·
250 commits
to main
since this release
Bug fixes for menu navigation (#44) * Fix menu navigation Menu navigation was broken and had following issues: - selecting any option in submenu drops to main menu after operation finishes - there was a broken implementation of having a submenu within a submenu that doesn't work due to buggy implementation - there was a broken implementation of having conditions in json file to dynamically show and hide options but that doesn't work due to buggy implementation - also main menu supported conditions while sub menu didn't which shows lack of consistency in design Signed-off-by: Gunjan Gupta <[email protected]> * migrate conditions to json file Signed-off-by: Gunjan Gupta <[email protected]> * Remove dead code Signed-off-by: Gunjan Gupta <[email protected]> * Update readme Signed-off-by: Gunjan Gupta <[email protected]> --------- Signed-off-by: Gunjan Gupta <[email protected]>