1562 Commits

Author SHA1 Message Date
Stefan Dej
5a44322ac2 fix: close button in update manager commits to tile
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-17 23:17:45 +01:00
Stefan Dej
9069617de6 Merge remote-tracking branch 'origin/develop' into develop
# Conflicts:
#	src/locales/en.json
2021-11-17 23:04:40 +01:00
Stefan Dej
08b60c0072 feat: reset database namespaces and/or history jobs/totals
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-17 22:53:48 +01:00
th33xitus
6b8f56985a
feat: lockable sliders (#412)
* fix: replace tab characters by spaces

Signed-off-by: Dominik Willner <th33xitus@gmail.com>

* fix: replace tab characters by spaces

Signed-off-by: Dominik Willner <th33xitus@gmail.com>

* feature: add lockable sliders

Signed-off-by: Dominik Willner <th33xitus@gmail.com>

* feat: add lockable sliders

feat: add auto-lock sliders

Signed-off-by: Dominik Willner <th33xitus@gmail.com>

* locale: add EN locale for LockSlider and AutoLockSlider features.

Signed-off-by: Dominik Willner <th33xitus@gmail.com>

* chore: rename autoLockSliders to lockSliders

refactor: include startLockTimer method in sendCmd method

Signed-off-by: Dominik Willner <th33xitus@gmail.com>

* refactor: refactor startLockTimer method

Signed-off-by: Dominik Willner <th33xitus@gmail.com>

* refactor: lockSlidersChanged Watcher

Signed-off-by: Dominik Willner <th33xitus@gmail.com>

* refactor: remove helper, use new isTouchDevice BaseMixin method instead

Signed-off-by: Dominik Willner <th33xitus@gmail.com>

* feat: add lockable sliders to miscellaneous sliders

Signed-off-by: Dominik Willner <th33xitus@gmail.com>

* fix: every interaction with the slider resets timeout correctly

Signed-off-by: Dominik Willner <th33xitus@gmail.com>

* fix: fix typo

Signed-off-by: Dominik Willner <th33xitus@gmail.com>

* chore: remove unused import

Signed-off-by: Dominik Willner <th33xitus@gmail.com>

* chore: remove unused import

Signed-off-by: Dominik Willner <th33xitus@gmail.com>

* chore: replace tabs with spaces

Signed-off-by: Dominik Willner <th33xitus@gmail.com>

* chore: replace tabs with spaces / remove trailing newlines

Signed-off-by: Dominik Willner <th33xitus@gmail.com>

* refactor: rename name/value pairs to a more appropriate name

Signed-off-by: Dominik Willner <th33xitus@gmail.com>

* refactor(locale): update EN locale file

Signed-off-by: Dominik Willner <th33xitus@gmail.com>

* fix: get/set correct store name

Signed-off-by: Dominik Willner <th33xitus@gmail.com>

* refactor: use "Delay" instead of "Timeout"

Signed-off-by: Dominik Willner <th33xitus@gmail.com>

* refactor(locale): update EN locale file

Signed-off-by: Dominik Willner <th33xitus@gmail.com>

* refactor(locale): update DE locale file

Signed-off-by: Dominik Willner <th33xitus@gmail.com>

* refactor: rename menuStyle to navigationStyle

Signed-off-by: Dominik Willner <th33xitus@gmail.com>
2021-11-17 21:03:57 +01:00
Stefan Dej
de673810c3 fix: main scroll height (smaller topbar)
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-16 23:17:12 +01:00
Stefan Dej
5efbd50024 feat(editor): add webcam.conf as webcamd config
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-16 21:22:21 +01:00
steadyjaw
19928e3244
refactor: Minor changes to menu and settings tab (#411)
* refactor(appbar): change buttons to new design

* refactor(appbar): change height and add pritnername

* refactor: small sidebar

* refactor(vuetify): define parts of the mainsail theme and expose colors to css

Signed-off-by: steadyjaw <martin.keilaus@gmail.com>

* refactor: ui settings add missing divider

Signed-off-by: steadyjaw <martin.keilaus@gmail.com>

* refactor: add farm printer selection and menu to new top and sidebar, added icons to version-tooltip

Signed-off-by: steadyjaw <martin.keilaus@gmail.com>

* refactor: make topbar buttons hideable via ui settings

Signed-off-by: steadyjaw <martin.keilaus@gmail.com>

* refactor: move miniConsole buttons to toolbar and make'em collapsible

Signed-off-by: steadyjaw <martin.keilaus@gmail.com>

* refactor: set matching colors for buttons on console page

Signed-off-by: steadyjaw <martin.keilaus@gmail.com>

* refactor: use colornames from theme and set play/resume button to green

Signed-off-by: steadyjaw <martin.keilaus@gmail.com>

* fix: correct visibility of hide buttons on collapse

Signed-off-by: steadyjaw <martin.keilaus@gmail.com>

* feature: add virtual tab button to console-input on touch devices

Signed-off-by: steadyjaw <martin.keilaus@gmail.com>

* refactor: remove hide e-stop button setting

Signed-off-by: steadyjaw <martin.keilaus@gmail.com>

* fix: add reactivity to hide upload and print button functionality

Signed-off-by: steadyjaw <martin.keilaus@gmail.com>

* refactor: move logo to topbar and clip menu under topbar

Signed-off-by: steadyjaw <martin.keilaus@gmail.com>

* refactor: remove unused TheSidebarPrinterMenu

Signed-off-by: steadyjaw <martin.keilaus@gmail.com>

* feature: create and add about component to sidebar ...no dialog on click yet

Signed-off-by: steadyjaw <martin.keilaus@gmail.com>

* fix: correct appearance of the close icon from interface settings dialog

Signed-off-by: steadyjaw <martin.keilaus@gmail.com>

* Revert "fix: correct appearance of the close icon from interface settings dialog"

This reverts commit f66e29d4f2da5d576bc22c35adfcd26bd1670ff7.

* refactor: close ui settings on ESC and change close icon to tile

Signed-off-by: steadyjaw <martin.keilaus@gmail.com>

* refactor: change font style in wide sidebar and extend width of wide menu

Signed-off-by: steadyjaw <martin.keilaus@gmail.com>

* refactor: change menu style ui-settings-entry to dropdown

Signed-off-by: steadyjaw <martin.keilaus@gmail.com>

* refactor: correct variablenames in locales

Signed-off-by: steadyjaw <martin.keilaus@gmail.com>

* refactor: re-do menuStyle setting implementation

Signed-off-by: steadyjaw <martin.keilaus@gmail.com>
2021-11-14 22:47:25 +01:00
Stefan Dej
fb714fc904 refactor(locale): update FR locale file
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-13 23:53:37 +01:00
Stefan Dej
45a4113420 refactor: update klipper warings output
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-13 23:51:37 +01:00
Stefan Dej
09e92caa43 docs: updated all meteyou/mainsail urls to mainsail-crew/mainsail
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-13 21:48:08 +01:00
Stefan Dej
ceb4ff395c docs: update mainsailOS urls 2021-11-13 21:39:46 +01:00
Martin
ced16fbc1b
feat: new design of the web UI (#408)
* refactor(appbar): change buttons to new design

* refactor(appbar): change height and add pritnername

* refactor: small sidebar

* refactor(vuetify): define parts of the mainsail theme and expose colors to css

Signed-off-by: steadyjaw <martin.keilaus@gmail.com>

* refactor: ui settings add missing divider

Signed-off-by: steadyjaw <martin.keilaus@gmail.com>

* refactor: add farm printer selection and menu to new top and sidebar, added icons to version-tooltip

Signed-off-by: steadyjaw <martin.keilaus@gmail.com>

* refactor: make topbar buttons hideable via ui settings

Signed-off-by: steadyjaw <martin.keilaus@gmail.com>

* refactor: move miniConsole buttons to toolbar and make'em collapsible

Signed-off-by: steadyjaw <martin.keilaus@gmail.com>

* refactor: set matching colors for buttons on console page

Signed-off-by: steadyjaw <martin.keilaus@gmail.com>

* refactor: use colornames from theme and set play/resume button to green

Signed-off-by: steadyjaw <martin.keilaus@gmail.com>

* fix: correct visibility of hide buttons on collapse

Signed-off-by: steadyjaw <martin.keilaus@gmail.com>

* feature: add virtual tab button to console-input on touch devices

Signed-off-by: steadyjaw <martin.keilaus@gmail.com>

* refactor: remove hide e-stop button setting

Signed-off-by: steadyjaw <martin.keilaus@gmail.com>

* fix: add reactivity to hide upload and print button functionality

Signed-off-by: steadyjaw <martin.keilaus@gmail.com>

* refactor: move logo to topbar and clip menu under topbar

Signed-off-by: steadyjaw <martin.keilaus@gmail.com>

* refactor: remove unused TheSidebarPrinterMenu

Signed-off-by: steadyjaw <martin.keilaus@gmail.com>

* feature: create and add about component to sidebar ...no dialog on click yet

Signed-off-by: steadyjaw <martin.keilaus@gmail.com>

* fix: correct appearance of the close icon from interface settings dialog

Signed-off-by: steadyjaw <martin.keilaus@gmail.com>

* Revert "fix: correct appearance of the close icon from interface settings dialog"

This reverts commit f66e29d4f2da5d576bc22c35adfcd26bd1670ff7.
2021-11-13 16:07:15 +01:00
Stefan Dej
d6e4fc09d6 Merge remote-tracking branch 'origin/develop' into develop 2021-11-09 21:50:02 +01:00
Stefan Dej
f12d0dd89b fix: dont polling printer.info in klipper state disconnected
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-09 21:49:49 +01:00
lixxbox
4c681d5de1
docs: add 'command format mismatch' to faq (#406) 2021-11-09 13:06:11 +01:00
Stefan Dej
d161cf875c fix: wrong action names in settings webcam tab
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-08 22:32:16 +01:00
Stefan Dej
a9bb288407 refactor: cleanup gui/actions from old functions
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-08 22:28:25 +01:00
Stefan Dej
5495d53cd3 fix: remove macrogroup panel from dashboard when delete macrogroup
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-08 22:28:06 +01:00
Stefan Dej
bb9d10e00c fix: display standby macrogroup/macro when klipper state is cancelled
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-08 22:15:36 +01:00
Stefan Dej
6597c9cdc2 refactor: move macrogroups to own moonraker db namespace and create a sub module of gui store
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-08 00:28:02 +01:00
Stefan Dej
8ded071403 fix: fix typo from webcam panel logo in settings dashboard
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-08 00:27:33 +01:00
Stefan Dej
4fdd49fb27 refactor: remove old actions in farm module
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-07 23:24:48 +01:00
Stefan Dej
34f44a00b7 refactor: move remotePrinters to own moonraker db namespace and create a sub module of gui store
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-07 23:22:43 +01:00
Stefan Dej
8bc17d01b3 fix: remove replace space to underline in fileupload in topbar upload
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-07 21:09:44 +01:00
Stefan Dej
ec44294441 fix: remove replace space to underline in fileupload
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-07 21:08:48 +01:00
Stefan Dej
4cc9c90a30 fix: check existsPresetName update index to id
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-07 20:26:06 +01:00
Stefan Dej
645575ea31 refactor: move consolefilters to own moonraker db namespace and create a sub module of gui store
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-07 17:58:18 +01:00
Stefan Dej
d12f1cbb32 refactor: rename webcamTab to webcamsTab in settings menu
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-07 17:05:19 +01:00
Stefan Dej
877c7ee861 refactor: use Vue.set in addClosePanel and removeClosePanel mutations
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-07 16:29:38 +01:00
Stefan Dej
c6934d751f refactor: new order of init moonraker databases and printer
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-07 16:06:28 +01:00
Stefan Dej
9cb63ee193 fix: all gui/webcam requests
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-07 16:05:53 +01:00
Stefan Dej
a24c6bd90e refactor: rename gui/webcam to gui/webcams store
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-07 15:58:14 +01:00
Stefan Dej
b6fa2e3d83 fix: convert old presets to new namespace
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-07 15:50:32 +01:00
Stefan Dej
b7e58d98ff
refactor: move presets to own moonraker db namespace and create sub module of gui store (#405)
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-07 15:22:28 +01:00
Stefan Dej
6a9aef4785 fix: hide deleted macros on dashboard macro groups
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-07 12:11:07 +01:00
Stefan Dej
890d32c2cf fix: padding in simple macro panel
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-07 12:01:17 +01:00
Stefan Dej
16a09e006f refactor: modify dependencies text
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-07 11:52:25 +01:00
Stefan Dej
9a270c5054 fix: remove hide-overlay in settings menu dialog
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-06 18:59:40 +01:00
Stefan Dej
806ac9cd6a fix: update metadata and gcode thumbnail of farm printers
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-06 18:51:09 +01:00
Stefan Dej
bf3077d858 refactor: change icon position in top right corner navi
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-05 23:36:50 +01:00
Stefan Dej
2a85e8999f feat: add autofocus and action by press enter in crate/rename dialogs in gcode files
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-05 21:54:30 +01:00
Stefan Dej
875035f6f3 feat: add autofocus and action by press enter in crate/rename dialogs in config file manager
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-05 21:12:32 +01:00
Stefan Dej
60c218fe18 fix: fix spaces update manager panel
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-05 21:01:56 +01:00
Stefan Dej
89f2b2ce0b fix: update farm printers webcam to new webcam db namespace
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-05 20:45:11 +01:00
Stefan Dej
7e9a274ff7 fix: store databases in farm printer states
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-05 20:26:22 +01:00
Stefan Dej
d4cd31291d fix: don't display confirm changes dialog in editor for read-only files
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-02 23:29:20 +01:00
Stefan Dej
840d8c1c96 fix: wrong download link for load current file in g-code viewer
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-02 23:23:30 +01:00
Stefan Dej
4340b15ee0 fix: autoscroll function in console page doesn't work after switching to overlay scrollbar
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-02 23:12:10 +01:00
Stefan Dej
eb88bc703b fix: autoscroll function in update dialog doesn't work after switching to overlay scrollbar
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-02 23:10:13 +01:00
Stefan Dej
eecd24a8d6 fix: use repo_name instead of update_manager module name for creating github link
Signed-off-by: Stefan Dej <meteyou@gmail.com>
2021-11-02 23:06:46 +01:00