finished the mobile view for the field page and some minor functionality changes

This commit is contained in:
csawatzky 2025-10-16 16:20:30 -06:00
parent 06da0aad25
commit a2971c6e44
4 changed files with 246 additions and 43 deletions

View file

@ -42,11 +42,11 @@ const featureVersions: Map<string, FeatureVersionByPlatform> = new Map([
v2Cell: "N/A",
v2WifiS3: "N/A",
v2CellS3: "N/A",
v2CellBlack: "2.1.6",
v2CellBlack: "2.1.7",
v2CellGreen: "N/A",
v2WifiBlue: "2.1.6",
v2CellBlue: "2.1.6",
v2EthBlue: "2.1.6"
v2WifiBlue: "2.1.7",
v2CellBlue: "2.1.7",
v2EthBlue: "2.1.7"
}
]
]);