From 18887935ba601bcdc569264e9a10ffde92ea68c5 Mon Sep 17 00:00:00 2001 From: David Zwart Date: Fri, 13 Dec 2024 14:20:07 +0100 Subject: [PATCH] feat: add tooltips to printer list actions, fix: printer quick stop alert typo --- RELEASE_NOTES.MD | 9 ++++- package.json | 2 +- .../Actions/PrinterConnectionAction.vue | 33 +++++++++++-------- .../Generic/Actions/PrinterDeleteAction.vue | 11 +++++-- .../Actions/PrinterQuickStopAction.vue | 21 +++++++----- .../Generic/Actions/PrinterSettingsAction.vue | 11 +++++-- .../Generic/Actions/PrinterUrlAction.vue | 18 ++++++++-- src/components/PrinterList/PrintersView.vue | 2 +- 8 files changed, 74 insertions(+), 33 deletions(-) diff --git a/RELEASE_NOTES.MD b/RELEASE_NOTES.MD index d0e40632..5f63f143 100644 --- a/RELEASE_NOTES.MD +++ b/RELEASE_NOTES.MD @@ -1,7 +1,14 @@ # Release notes +## Client 13/12/2024 1.8.4 + +Features + +- Printer list: add tooltips to printer list actions + Fixes +- Printer list - quick stop action: quick stop showed delete in alert, typo fixed - YAML dialog wouldn't reset error after re-opening ## Client 07/12/2024 1.8.3 @@ -50,7 +57,7 @@ Fixes Fixes - First-time setup: background was appearing above first-time-setup, not fixed and below - + ## Client 14/11/2024 1.7.0 Features diff --git a/package.json b/package.json index 30f7c833..28723095 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fdm-monster/client", - "version": "1.8.3", + "version": "1.8.4", "author": "David Zwart", "license": "AGPL-3.0-or-later", "repository": { diff --git a/src/components/Generic/Actions/PrinterConnectionAction.vue b/src/components/Generic/Actions/PrinterConnectionAction.vue index bf625f7c..4842d9c6 100644 --- a/src/components/Generic/Actions/PrinterConnectionAction.vue +++ b/src/components/Generic/Actions/PrinterConnectionAction.vue @@ -1,18 +1,25 @@