[gSender PR#239] Wizard Improvements

未分类 bolang 6个月前 (10-14) 45次浏览

Issue #239 | 状态: 已关闭 | 作者: sophiabeluli | 创建时间: 2022-12-08


– prevent other actions from being taken until current running action is complete
– feederCB used to run step finished code once gcode is finished running
– when gcode is being run, buttons are replaced with dynamic “Running…” text to show user that something is being run on the backend
– fixed flow of wizard
completeStep and completeSubStep variables now added to keep track of completed steps
– completed steps are whatever steps the user has finished running code for/have pressed continue on
– if the user has finished a step, it will stay marked as completed, even if they press back
– active step exists to show the current highlighted step. wizard auto scrolls to this step
– back button decrements active step only
– continue button marks the newly completed step and moves the active state up
– fixed some stylint errors

原始Issue: https://github.com/Sienci-Labs/gsender/pull/239

喜欢 (0)