Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: report target layout in layout edit mode #1331

Merged
merged 6 commits into from
Mar 14, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'develop' into feat/report-current-layout
Signed-off-by: Pedro Lamas <pedrolamas@gmail.com>
pedrolamas authored Mar 7, 2025
commit 4193e0167b03ec1fce24ab06e314b66ce86eff16
1 change: 1 addition & 0 deletions src/components/layout/AppBar.vue
Original file line number Diff line number Diff line change
@@ -238,6 +238,7 @@ import BrowserMixin from '@/mixins/browser'
import { SocketActions } from '@/api/socketActions'
import type { KlipperPrinterConfig, OutputPin } from '@/store/printer/types'
import type { Device } from '@/store/power/types'
import { encodeGcodeParamValue } from '@/util/gcode-helpers'
import vuetify from '@/plugins/vuetify'

@Component({
4 changes: 4 additions & 0 deletions src/globals.ts
Original file line number Diff line number Diff line change
@@ -154,6 +154,10 @@ import {
mdiRotateLeft,
mdiRotateRight,
mdiToothbrush,
mdiUsb,
mdiMagnet,
mdiFileDocument,
mdiSineWave,
mdiContentSaveCogOutline,
mdiCogCounterclockwise,
mdiAccountCogOutline
4 changes: 2 additions & 2 deletions src/locales/de.yaml
Original file line number Diff line number Diff line change
@@ -526,9 +526,9 @@ app:
login: Anmeldung
tooltip:
browse_metrics: Verfügbare Metriken durchsuchen
estop: NOT-AUS
estop: Notaus
exit_layout: Layout-Modus verlassen
managed_by_moonraker: Verwaltet durch Ihre moonraker-Konfiguration
managed_by_moonraker: Verwaltet durch Ihre Moonraker-Konfiguration
notifications: Benachrichtigungen
reload_klipper: Lädt die Klipper-Konfiguration neu.
reload_restart_klipper: Lädt die Klipper-Konfiguration neu und startet die MCUs
You are viewing a condensed version of this merge commit. You can view the full changes here.