new: VersionRelated

This commit is contained in:
lollipopkit
2024-03-20 20:26:22 -06:00
parent d5ce11c788
commit fae3a20a9e
12 changed files with 166 additions and 95 deletions

View File

@@ -1,39 +1,7 @@
import 'dart:ui';
import 'package:toolbox/data/model/ssh/virtual_key.dart';
abstract final class Defaults {
// default server details page cards order
static const detailCardOrder = [
'about',
'cpu',
'mem',
'swap',
'gpu',
'disk',
'net',
'sensor',
'temp',
'battery'
];
static const sshVirtKeys = [
VirtKey.esc,
VirtKey.alt,
VirtKey.home,
VirtKey.up,
VirtKey.end,
VirtKey.sftp,
VirtKey.snippet,
VirtKey.tab,
VirtKey.ctrl,
VirtKey.left,
VirtKey.down,
VirtKey.right,
VirtKey.clipboard,
VirtKey.ime,
];
static const primaryColor = Color.fromARGB(255, 145, 58, 31);
static const launchPageIdx = 0;