feat: add constant messages

This commit is contained in:
RadoslavDimchev 2023-08-08 13:57:33 +03:00
parent 6b788018ad
commit 0947232fa1

View File

@ -1,5 +1,9 @@
import { YStack } from 'tamagui'
const BAD_STORAGE_TEXT = 'Your storage is running low as required for additional node services.'
const CPU_CLOCK_RATE_TEXT = '2.4GHz is recommended for CPU.'
const GOOD_RAM_MEMORY_TEXT = 'There is sufficient ram required for selected services.'
const NETWORK_TEXT = 'Network Latency is low.'
type HealthInfoSectionProps = {
usedStorage: number
maxStorage: number