public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH pve_flutter_frontend] refactor: reformat code using `dart format` command
@ 2025-05-22 14:28 Shan Shaji
  2025-06-04 11:11 ` [pve-devel] applied: " Dominik Csapak
  0 siblings, 1 reply; 2+ messages in thread
From: Shan Shaji @ 2025-05-22 14:28 UTC (permalink / raw)
  To: pve-devel

This commit formats the entire code using the `dart format .` command.

Signed-off-by: Shan Shaji <s.shaji@proxmox.com>
---
 lib/widgets/pve_guest_migrate_widget.dart  | 6 ++++--
 lib/widgets/pve_guest_overview_header.dart | 6 ++++--
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/lib/widgets/pve_guest_migrate_widget.dart b/lib/widgets/pve_guest_migrate_widget.dart
index d467dd7..1471f96 100644
--- a/lib/widgets/pve_guest_migrate_widget.dart
+++ b/lib/widgets/pve_guest_migrate_widget.dart
@@ -63,7 +63,8 @@ class PveGuestMigrate extends StatelessWidget {
                           subtitle: Text(
                             migrateState.mode.name,
                             style: TextStyle(
-                                color: colorScheme.onPrimary.withValues(alpha: 0.66)),
+                                color: colorScheme.onPrimary
+                                    .withValues(alpha: 0.66)),
                           ),
                         ),
                         ListTile(
@@ -75,7 +76,8 @@ class PveGuestMigrate extends StatelessWidget {
                           subtitle: Text(
                             migrateState.nodeID,
                             style: TextStyle(
-                                color: colorScheme.onPrimary.withValues(alpha: 0.66)),
+                                color: colorScheme.onPrimary
+                                    .withValues(alpha: 0.66)),
                           ),
                         ),
                         Padding(
diff --git a/lib/widgets/pve_guest_overview_header.dart b/lib/widgets/pve_guest_overview_header.dart
index d9cc637..e4b5756 100644
--- a/lib/widgets/pve_guest_overview_header.dart
+++ b/lib/widgets/pve_guest_overview_header.dart
@@ -37,7 +37,8 @@ class PveGuestOverviewHeader extends StatelessWidget {
   @override
   Widget build(BuildContext context) {
     final haError = ha?.state == 'error';
-    final fgColor = Theme.of(context).colorScheme.onPrimary.withValues(alpha: 0.75);
+    final fgColor =
+        Theme.of(context).colorScheme.onPrimary.withValues(alpha: 0.75);
     return Container(
       height: 250,
       width: width,
@@ -175,7 +176,8 @@ class _PveGuestHeaderRRDPageViewState extends State<PveGuestHeaderRRDPageView> {
     }
     var rrdData = widget.rrdData! // safety: checked for null above...
         .where((e) => e.time != null);
-    final fgColor = Theme.of(context).colorScheme.onPrimary.withValues(alpha: 0.75);
+    final fgColor =
+        Theme.of(context).colorScheme.onPrimary.withValues(alpha: 0.75);
     return ScrollConfiguration(
       behavior: PVEScrollBehavior(),
       child: PageView.builder(
-- 
2.39.5



_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-06-04 11:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-05-22 14:28 [pve-devel] [PATCH pve_flutter_frontend] refactor: reformat code using `dart format` command Shan Shaji
2025-06-04 11:11 ` [pve-devel] applied: " Dominik Csapak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal