Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@HugoCLSC
Copy link
Member

What Changed?

The babystep page was completly bare, only had the functionality but was lacking styling.

With this the babystep page now looks more appealing to the user, maintining the previous functionality.

image

@HugoCLSC HugoCLSC self-assigned this Aug 24, 2025
@HugoCLSC HugoCLSC merged commit e74f790 into main Aug 24, 2025
@HugoCLSC HugoCLSC deleted the work-babystep-page branch August 24, 2025 16:23
@HugoCLSC HugoCLSC restored the work-babystep-page branch August 24, 2025 16:23
@HugoCLSC HugoCLSC deleted the work-babystep-page branch August 24, 2025 17:04
@HugoCLSC HugoCLSC added the UI/UX User Interface what changed with this code label Aug 24, 2025
HugoCLSC added a commit that referenced this pull request Aug 25, 2025
* Add: group button widget

* Add: added babystepPage functionality to handle Z offset changes and design updates

* FIX: fixed an problem where the variable _z_offset was getting the value of the text

* ADD: added an label with the first z value before changing it

* Fixed bug due to incorrect run gcode signal name

* Refactor: babystep page, run gcode signal nameing

---------

Co-authored-by: Roberto Martins <[email protected]>
HugoCLSC added a commit that referenced this pull request Aug 25, 2025
* Add: list_button and blocks_Scrollbar , re-do of filePage Ui and its code

* BUG FIX: centered thumbnail position

* Refactor: Deleted unused dev debt code

* Refactor: prepare for pull request

* Work babystep page (#9)

* Add: group button widget

* Add: added babystepPage functionality to handle Z offset changes and design updates

* pull request changes

---------

Co-authored-by: Roberto Martins <[email protected]>

* del: Unused files

* Fix: wrong signal name for runnign gcode on babystep

* Work babystep page (#10)

* Add: group button widget

* Add: added babystepPage functionality to handle Z offset changes and design updates

* FIX: fixed an problem where the variable _z_offset was getting the value of the text

* ADD: added an label with the first z value before changing it

* Fixed bug due to incorrect run gcode signal name

* Refactor: babystep page, run gcode signal nameing

---------

Co-authored-by: Roberto Martins <[email protected]>

* Work loading screen (#11)

* ADD: added loading screen widget

* UPD: updated loadpage with the popup system (appear on top)

* ADDED: added the option to load an gif into loadpage widget instead of an circle animation

* ADD: enum onto LoadScreen like "LoadScreen.AnimationGIF.BEDMESH" , added the ability to use differents gifs by editing config [loading]

* Refactor address for websocket and rest connections

* Refactor unused imports, code, deleted print methods used for debugging

* Refacto: fix the default animation type when instantiating the class

---------

Co-authored-by: Roberto Martins <[email protected]>

* Work network styling (#12)

* add: networks sytle first version

* ADD: add line edit , list button (new version) and ScrollBar (new version) widgets

* update: updated network (small changes like remove some prints, and removing some network from the dummy list) , updated the ui from network page and added some funcionailty (W.I.P) to it

* Fix: Toggle button animation bug

The button's state animation was not playing when the state was changed by code. This is fixed by removing an unnecessary check for the mouse position in the animation method.

* add: added funcionality and logic for network panels (bug fixes needed)

* Added method for retrieving active connection ssid name, refactored some code, fixed the rescan method

* Refactor: deleted unusedcode, inheritance QObject to integrate into the application

* Refactor: UI button types

---------

Co-authored-by: Roberto Martins <[email protected]>

* Work cancel popup (#13)

* ADD: added dialog page in this case to comfirmate if the user want to cancel the print

* Refactor unused imports

---------

Co-authored-by: Roberto Martins <[email protected]>

* Add: list_button and blocks_Scrollbar , re-do of filePage Ui and its code

* BUG FIX: centered thumbnail position

* fix merging issues

* last-fix merging issues

* fix ListCustomButton inheritance parent

* Refactor: ListCustomButton instantiation to remove parent argument and newer version of itself

---------

Co-authored-by: Roberto Martins <[email protected]>
HugoCLSC added a commit that referenced this pull request Aug 25, 2025
* Add: group button widget

* Add: added babystepPage functionality to handle Z offset changes and design updates

* FIX: fixed an problem where the variable _z_offset was getting the value of the text

* ADD: added an label with the first z value before changing it

* Fixed bug due to incorrect run gcode signal name

* Refactor: babystep page, run gcode signal nameing

---------

Co-authored-by: Roberto Martins <[email protected]>
HugoCLSC added a commit that referenced this pull request Aug 25, 2025
* Add: list_button and blocks_Scrollbar , re-do of filePage Ui and its code

* BUG FIX: centered thumbnail position

* Refactor: Deleted unused dev debt code

* Refactor: prepare for pull request

* Work babystep page (#9)

* Add: group button widget

* Add: added babystepPage functionality to handle Z offset changes and design updates

* pull request changes

---------

Co-authored-by: Roberto Martins <[email protected]>

* del: Unused files

* Fix: wrong signal name for runnign gcode on babystep

* Work babystep page (#10)

* Add: group button widget

* Add: added babystepPage functionality to handle Z offset changes and design updates

* FIX: fixed an problem where the variable _z_offset was getting the value of the text

* ADD: added an label with the first z value before changing it

* Fixed bug due to incorrect run gcode signal name

* Refactor: babystep page, run gcode signal nameing

---------

Co-authored-by: Roberto Martins <[email protected]>

* Work loading screen (#11)

* ADD: added loading screen widget

* UPD: updated loadpage with the popup system (appear on top)

* ADDED: added the option to load an gif into loadpage widget instead of an circle animation

* ADD: enum onto LoadScreen like "LoadScreen.AnimationGIF.BEDMESH" , added the ability to use differents gifs by editing config [loading]

* Refactor address for websocket and rest connections

* Refactor unused imports, code, deleted print methods used for debugging

* Refacto: fix the default animation type when instantiating the class

---------

Co-authored-by: Roberto Martins <[email protected]>

* Work network styling (#12)

* add: networks sytle first version

* ADD: add line edit , list button (new version) and ScrollBar (new version) widgets

* update: updated network (small changes like remove some prints, and removing some network from the dummy list) , updated the ui from network page and added some funcionailty (W.I.P) to it

* Fix: Toggle button animation bug

The button's state animation was not playing when the state was changed by code. This is fixed by removing an unnecessary check for the mouse position in the animation method.

* add: added funcionality and logic for network panels (bug fixes needed)

* Added method for retrieving active connection ssid name, refactored some code, fixed the rescan method

* Refactor: deleted unusedcode, inheritance QObject to integrate into the application

* Refactor: UI button types

---------

Co-authored-by: Roberto Martins <[email protected]>

* Work cancel popup (#13)

* ADD: added dialog page in this case to comfirmate if the user want to cancel the print

* Refactor unused imports

---------

Co-authored-by: Roberto Martins <[email protected]>

* Add: list_button and blocks_Scrollbar , re-do of filePage Ui and its code

* BUG FIX: centered thumbnail position

* fix merging issues

* last-fix merging issues

* fix ListCustomButton inheritance parent

* Refactor: ListCustomButton instantiation to remove parent argument and newer version of itself

---------

Co-authored-by: Roberto Martins <[email protected]>
HugoCLSC added a commit that referenced this pull request Aug 26, 2025
* Add: list_button and blocks_Scrollbar , re-do of filePage Ui and its code

* BUG FIX: centered thumbnail position

* Refactor: Deleted unused dev debt code

* Refactor: prepare for pull request

* Work babystep page (#9)

* Add: group button widget

* Add: added babystepPage functionality to handle Z offset changes and design updates

* pull request changes

---------

Co-authored-by: Roberto Martins <[email protected]>

* del: Unused files

* Fix: wrong signal name for runnign gcode on babystep

* Work babystep page (#10)

* Add: group button widget

* Add: added babystepPage functionality to handle Z offset changes and design updates

* FIX: fixed an problem where the variable _z_offset was getting the value of the text

* ADD: added an label with the first z value before changing it

* Fixed bug due to incorrect run gcode signal name

* Refactor: babystep page, run gcode signal nameing

---------

Co-authored-by: Roberto Martins <[email protected]>

* Work loading screen (#11)

* ADD: added loading screen widget

* UPD: updated loadpage with the popup system (appear on top)

* ADDED: added the option to load an gif into loadpage widget instead of an circle animation

* ADD: enum onto LoadScreen like "LoadScreen.AnimationGIF.BEDMESH" , added the ability to use differents gifs by editing config [loading]

* Refactor address for websocket and rest connections

* Refactor unused imports, code, deleted print methods used for debugging

* Refacto: fix the default animation type when instantiating the class

---------

Co-authored-by: Roberto Martins <[email protected]>

* Work network styling (#12)

* add: networks sytle first version

* ADD: add line edit , list button (new version) and ScrollBar (new version) widgets

* update: updated network (small changes like remove some prints, and removing some network from the dummy list) , updated the ui from network page and added some funcionailty (W.I.P) to it

* Fix: Toggle button animation bug

The button's state animation was not playing when the state was changed by code. This is fixed by removing an unnecessary check for the mouse position in the animation method.

* add: added funcionality and logic for network panels (bug fixes needed)

* Added method for retrieving active connection ssid name, refactored some code, fixed the rescan method

* Refactor: deleted unusedcode, inheritance QObject to integrate into the application

* Refactor: UI button types

---------

Co-authored-by: Roberto Martins <[email protected]>

* Work cancel popup (#13)

* ADD: added dialog page in this case to comfirmate if the user want to cancel the print

* Refactor unused imports

---------

Co-authored-by: Roberto Martins <[email protected]>

* Add: list_button and blocks_Scrollbar , re-do of filePage Ui and its code

* BUG FIX: centered thumbnail position

* fix merging issues

* last-fix merging issues

* fix ListCustomButton inheritance parent

* Refactor: ListCustomButton instantiation to remove parent argument and newer version of itself

---------

Co-authored-by: Roberto Martins <[email protected]>
HugoCLSC added a commit that referenced this pull request Aug 26, 2025
* Add: list_button and blocks_Scrollbar , re-do of filePage Ui and its code

* BUG FIX: centered thumbnail position

* Refactor: Deleted unused dev debt code

* Refactor: prepare for pull request

* Work babystep page (#9)

* Add: group button widget

* Add: added babystepPage functionality to handle Z offset changes and design updates

* pull request changes

---------

Co-authored-by: Roberto Martins <[email protected]>

* del: Unused files

* Fix: wrong signal name for runnign gcode on babystep

* Work babystep page (#10)

* Add: group button widget

* Add: added babystepPage functionality to handle Z offset changes and design updates

* FIX: fixed an problem where the variable _z_offset was getting the value of the text

* ADD: added an label with the first z value before changing it

* Fixed bug due to incorrect run gcode signal name

* Refactor: babystep page, run gcode signal nameing

---------

Co-authored-by: Roberto Martins <[email protected]>

* Work loading screen (#11)

* ADD: added loading screen widget

* UPD: updated loadpage with the popup system (appear on top)

* ADDED: added the option to load an gif into loadpage widget instead of an circle animation

* ADD: enum onto LoadScreen like "LoadScreen.AnimationGIF.BEDMESH" , added the ability to use differents gifs by editing config [loading]

* Refactor address for websocket and rest connections

* Refactor unused imports, code, deleted print methods used for debugging

* Refacto: fix the default animation type when instantiating the class

---------

Co-authored-by: Roberto Martins <[email protected]>

* Work network styling (#12)

* add: networks sytle first version

* ADD: add line edit , list button (new version) and ScrollBar (new version) widgets

* update: updated network (small changes like remove some prints, and removing some network from the dummy list) , updated the ui from network page and added some funcionailty (W.I.P) to it

* Fix: Toggle button animation bug

The button's state animation was not playing when the state was changed by code. This is fixed by removing an unnecessary check for the mouse position in the animation method.

* add: added funcionality and logic for network panels (bug fixes needed)

* Added method for retrieving active connection ssid name, refactored some code, fixed the rescan method

* Refactor: deleted unusedcode, inheritance QObject to integrate into the application

* Refactor: UI button types

---------

Co-authored-by: Roberto Martins <[email protected]>

* Work cancel popup (#13)

* ADD: added dialog page in this case to comfirmate if the user want to cancel the print

* Refactor unused imports

---------

Co-authored-by: Roberto Martins <[email protected]>

* Add: list_button and blocks_Scrollbar , re-do of filePage Ui and its code

* BUG FIX: centered thumbnail position

* fix merging issues

* last-fix merging issues

* fix ListCustomButton inheritance parent

* Refactor: ListCustomButton instantiation to remove parent argument and newer version of itself

---------

Co-authored-by: Roberto Martins <[email protected]>
HugoCLSC added a commit that referenced this pull request Sep 1, 2025
* Fix: fixed reload button not fetching files list

* Add: initial configfile support dev

* Add: get methods, with typing annotations

* Refactor: clarified copyright notice

* Refactor file parsing & loading

* Add: support for adding sections and options to configparser

* Fix: error on internal config tracking while adding new sections and options

* Added support for saving changed configurations to file, does not preserve comments

* Work babystep page (#10)

* Add: group button widget

* Add: added babystepPage functionality to handle Z offset changes and design updates

* FIX: fixed an problem where the variable _z_offset was getting the value of the text

* ADD: added an label with the first z value before changing it

* Fixed bug due to incorrect run gcode signal name

* Refactor: babystep page, run gcode signal nameing

---------

Co-authored-by: Roberto Martins <[email protected]>

* Work loading screen (#11)

* ADD: added loading screen widget

* UPD: updated loadpage with the popup system (appear on top)

* ADDED: added the option to load an gif into loadpage widget instead of an circle animation

* ADD: enum onto LoadScreen like "LoadScreen.AnimationGIF.BEDMESH" , added the ability to use differents gifs by editing config [loading]

* Refactor address for websocket and rest connections

* Refactor unused imports, code, deleted print methods used for debugging

* Refacto: fix the default animation type when instantiating the class

---------

Co-authored-by: Roberto Martins <[email protected]>

* Work network styling (#12)

* add: networks sytle first version

* ADD: add line edit , list button (new version) and ScrollBar (new version) widgets

* update: updated network (small changes like remove some prints, and removing some network from the dummy list) , updated the ui from network page and added some funcionailty (W.I.P) to it

* Fix: Toggle button animation bug

The button's state animation was not playing when the state was changed by code. This is fixed by removing an unnecessary check for the mouse position in the animation method.

* add: added funcionality and logic for network panels (bug fixes needed)

* Added method for retrieving active connection ssid name, refactored some code, fixed the rescan method

* Refactor: deleted unusedcode, inheritance QObject to integrate into the application

* Refactor: UI button types

---------

Co-authored-by: Roberto Martins <[email protected]>

* Work cancel popup (#13)

* ADD: added dialog page in this case to comfirmate if the user want to cancel the print

* Refactor unused imports

---------

Co-authored-by: Roberto Martins <[email protected]>

* Work filelist styling (#14)

* Add: list_button and blocks_Scrollbar , re-do of filePage Ui and its code

* BUG FIX: centered thumbnail position

* Refactor: Deleted unused dev debt code

* Refactor: prepare for pull request

* Work babystep page (#9)

* Add: group button widget

* Add: added babystepPage functionality to handle Z offset changes and design updates

* pull request changes

---------

Co-authored-by: Roberto Martins <[email protected]>

* del: Unused files

* Fix: wrong signal name for runnign gcode on babystep

* Work babystep page (#10)

* Add: group button widget

* Add: added babystepPage functionality to handle Z offset changes and design updates

* FIX: fixed an problem where the variable _z_offset was getting the value of the text

* ADD: added an label with the first z value before changing it

* Fixed bug due to incorrect run gcode signal name

* Refactor: babystep page, run gcode signal nameing

---------

Co-authored-by: Roberto Martins <[email protected]>

* Work loading screen (#11)

* ADD: added loading screen widget

* UPD: updated loadpage with the popup system (appear on top)

* ADDED: added the option to load an gif into loadpage widget instead of an circle animation

* ADD: enum onto LoadScreen like "LoadScreen.AnimationGIF.BEDMESH" , added the ability to use differents gifs by editing config [loading]

* Refactor address for websocket and rest connections

* Refactor unused imports, code, deleted print methods used for debugging

* Refacto: fix the default animation type when instantiating the class

---------

Co-authored-by: Roberto Martins <[email protected]>

* Work network styling (#12)

* add: networks sytle first version

* ADD: add line edit , list button (new version) and ScrollBar (new version) widgets

* update: updated network (small changes like remove some prints, and removing some network from the dummy list) , updated the ui from network page and added some funcionailty (W.I.P) to it

* Fix: Toggle button animation bug

The button's state animation was not playing when the state was changed by code. This is fixed by removing an unnecessary check for the mouse position in the animation method.

* add: added funcionality and logic for network panels (bug fixes needed)

* Added method for retrieving active connection ssid name, refactored some code, fixed the rescan method

* Refactor: deleted unusedcode, inheritance QObject to integrate into the application

* Refactor: UI button types

---------

Co-authored-by: Roberto Martins <[email protected]>

* Work cancel popup (#13)

* ADD: added dialog page in this case to comfirmate if the user want to cancel the print

* Refactor unused imports

---------

Co-authored-by: Roberto Martins <[email protected]>

* Add: list_button and blocks_Scrollbar , re-do of filePage Ui and its code

* BUG FIX: centered thumbnail position

* fix merging issues

* last-fix merging issues

* fix ListCustomButton inheritance parent

* Refactor: ListCustomButton instantiation to remove parent argument and newer version of itself

---------

Co-authored-by: Roberto Martins <[email protected]>

* Fix: fixed reload button not fetching files list

* fix rebase problems

* Work filelist styling (#14)

* Add: list_button and blocks_Scrollbar , re-do of filePage Ui and its code

* BUG FIX: centered thumbnail position

* Refactor: Deleted unused dev debt code

* Refactor: prepare for pull request

* Work babystep page (#9)

* Add: group button widget

* Add: added babystepPage functionality to handle Z offset changes and design updates

* pull request changes

---------

Co-authored-by: Roberto Martins <[email protected]>

* del: Unused files

* Fix: wrong signal name for runnign gcode on babystep

* Work babystep page (#10)

* Add: group button widget

* Add: added babystepPage functionality to handle Z offset changes and design updates

* FIX: fixed an problem where the variable _z_offset was getting the value of the text

* ADD: added an label with the first z value before changing it

* Fixed bug due to incorrect run gcode signal name

* Refactor: babystep page, run gcode signal nameing

---------

Co-authored-by: Roberto Martins <[email protected]>

* Work loading screen (#11)

* ADD: added loading screen widget

* UPD: updated loadpage with the popup system (appear on top)

* ADDED: added the option to load an gif into loadpage widget instead of an circle animation

* ADD: enum onto LoadScreen like "LoadScreen.AnimationGIF.BEDMESH" , added the ability to use differents gifs by editing config [loading]

* Refactor address for websocket and rest connections

* Refactor unused imports, code, deleted print methods used for debugging

* Refacto: fix the default animation type when instantiating the class

---------

Co-authored-by: Roberto Martins <[email protected]>

* Work network styling (#12)

* add: networks sytle first version

* ADD: add line edit , list button (new version) and ScrollBar (new version) widgets

* update: updated network (small changes like remove some prints, and removing some network from the dummy list) , updated the ui from network page and added some funcionailty (W.I.P) to it

* Fix: Toggle button animation bug

The button's state animation was not playing when the state was changed by code. This is fixed by removing an unnecessary check for the mouse position in the animation method.

* add: added funcionality and logic for network panels (bug fixes needed)

* Added method for retrieving active connection ssid name, refactored some code, fixed the rescan method

* Refactor: deleted unusedcode, inheritance QObject to integrate into the application

* Refactor: UI button types

---------

Co-authored-by: Roberto Martins <[email protected]>

* Work cancel popup (#13)

* ADD: added dialog page in this case to comfirmate if the user want to cancel the print

* Refactor unused imports

---------

Co-authored-by: Roberto Martins <[email protected]>

* Add: list_button and blocks_Scrollbar , re-do of filePage Ui and its code

* BUG FIX: centered thumbnail position

* fix merging issues

* last-fix merging issues

* fix ListCustomButton inheritance parent

* Refactor: ListCustomButton instantiation to remove parent argument and newer version of itself

---------

Co-authored-by: Roberto Martins <[email protected]>

* Revert file (deleted on merge #14)

* Fix merge problems from merge #14 where file content was lost

* Work filelist styling (#14)

* Add: list_button and blocks_Scrollbar , re-do of filePage Ui and its code

* BUG FIX: centered thumbnail position

* Refactor: Deleted unused dev debt code

* Refactor: prepare for pull request

* Work babystep page (#9)

* Add: group button widget

* Add: added babystepPage functionality to handle Z offset changes and design updates

* pull request changes

---------

Co-authored-by: Roberto Martins <[email protected]>

* del: Unused files

* Fix: wrong signal name for runnign gcode on babystep

* Work babystep page (#10)

* Add: group button widget

* Add: added babystepPage functionality to handle Z offset changes and design updates

* FIX: fixed an problem where the variable _z_offset was getting the value of the text

* ADD: added an label with the first z value before changing it

* Fixed bug due to incorrect run gcode signal name

* Refactor: babystep page, run gcode signal nameing

---------

Co-authored-by: Roberto Martins <[email protected]>

* Work loading screen (#11)

* ADD: added loading screen widget

* UPD: updated loadpage with the popup system (appear on top)

* ADDED: added the option to load an gif into loadpage widget instead of an circle animation

* ADD: enum onto LoadScreen like "LoadScreen.AnimationGIF.BEDMESH" , added the ability to use differents gifs by editing config [loading]

* Refactor address for websocket and rest connections

* Refactor unused imports, code, deleted print methods used for debugging

* Refacto: fix the default animation type when instantiating the class

---------

Co-authored-by: Roberto Martins <[email protected]>

* Work network styling (#12)

* add: networks sytle first version

* ADD: add line edit , list button (new version) and ScrollBar (new version) widgets

* update: updated network (small changes like remove some prints, and removing some network from the dummy list) , updated the ui from network page and added some funcionailty (W.I.P) to it

* Fix: Toggle button animation bug

The button's state animation was not playing when the state was changed by code. This is fixed by removing an unnecessary check for the mouse position in the animation method.

* add: added funcionality and logic for network panels (bug fixes needed)

* Added method for retrieving active connection ssid name, refactored some code, fixed the rescan method

* Refactor: deleted unusedcode, inheritance QObject to integrate into the application

* Refactor: UI button types

---------

Co-authored-by: Roberto Martins <[email protected]>

* Work cancel popup (#13)

* ADD: added dialog page in this case to comfirmate if the user want to cancel the print

* Refactor unused imports

---------

Co-authored-by: Roberto Martins <[email protected]>

* Add: list_button and blocks_Scrollbar , re-do of filePage Ui and its code

* BUG FIX: centered thumbnail position

* fix merging issues

* last-fix merging issues

* fix ListCustomButton inheritance parent

* Refactor: ListCustomButton instantiation to remove parent argument and newer version of itself

---------

Co-authored-by: Roberto Martins <[email protected]>

* Added config / gui integration, some cleanup on other files

* Added: default configuration file

* Clean prints

---------

Co-authored-by: Roberto Martins <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

UI/UX User Interface what changed with this code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants