1. use the status reference instead of regex matching (this was coded before the status existed)
2. change icons to reflect the rotation direction
3. change icon to reflect that the adjustment is good enough (according to klipper docs below 6 minutes)
4. auto open the panel when screws_tilt_calculate finished
close#1231
* feat: macro prompts close#1216
now the user can have confirmation on macros using this feature close#835
* prompt: remove separator and remove the header and close button if windowed
* prompt: wakeup screen
* prompt: slightly larger close icon
font used in colorized and z-bolt themes is liberation-sans bold 22pt (18pt for double numbers)
they are converted to paths to avoid renderers misbehaviours
Refactor post_requrest
Switching to TreeView
More spool info
redesign toggle buttons
Allow spoolman while printing
Styling checkbox as switch
render Toggle switch-like
Fixed wrong timezones
Filtering spools
Removed translations of Spoolman
Spool image can be overided in theme
Added switch-on/off symbols to toggle
rename iter to i to avoid shadowing built-in function
remove redundant parenthesis
convert spoolcompare to static
merge check and treeview shared props
reduce spacing of buttons very useful for vertical/portrait
fix issue with remainings
add spoolman shortcut to extrude
Using backports.zoneinfo for python < 3.9
use decorators for properties
extract format_date function
change top row
last used sort
rebase on upstream
Fix for never used spools
Co-authored-by: alfrix <alfredomonclus@gmail.com>
* Graph in temp panel, combine preheat and temp
* Fix target not working properly
* Fix initial preselect
* Add the ability to change in delta temps
* Make the label translatable
* Add Unit to the label
* Add de/select button to popover
* Warn the user if nothing was selected
* Fix templabel
* Fix to comply with pep8
* Fix colors, thanks Jordan
* Fix popover selection
* Update docs image
* Gain horizontal space
* Gain even more horizontal space (remove target)
* Fix temperature_fan
* Add icon and style to temperature_fan
* List preheat deprecation in breaking changes
* Use the printer maximum temperature
* Cleanup target and fix popover select
* Fix codestyle
* Add extra preheat presets
* Change Class name
* Update docs image
* Improve Maximum temperature handling and Temperature fans
* Use a base CSS for styles
* Fix updater dialogs too close to buttons and updater too close to the edge
* Fix blurry Dropdown and dialog buttons
* minor tweaks and fixes
* Solarized restyle
* more vertical clearance between items
* workaround colorized bar at high res.
* colorized pressed state
* screen/printer_select/splash_screen: Updates to allow changing between moonraker instances
* Updates to multiple printers
* settings: Display printer endpoints
* Update macros to be on a per-printer basis
* files: Changes to clear out file cache on printer switch
* job_status: Redo page for action bar
* splash_screen: Change icon
* websocket: Actually close the websocket
* printer: Fix error case
* splash_screen: show buttons update
* readme update