fix: Simple timeless icon, favicon, correct BatchStage enums
- Replace tech circuit icon with simple clean leaf silhouette - Add favicon.png and link in index.html - Install icon to all mipmap directories including ic_launcher_foreground - Fix BatchStage enums: FLOWERING, VEGETATIVE, DRYING (not FLOWER/VEG/DRY)
|
|
@ -299,7 +299,7 @@ async function main() {
|
||||||
status: 'ACTIVE',
|
status: 'ACTIVE',
|
||||||
plantCount: 48,
|
plantCount: 48,
|
||||||
source: 'CLONE',
|
source: 'CLONE',
|
||||||
stage: 'FLOWER',
|
stage: 'FLOWERING',
|
||||||
roomId: flowerRoom?.id
|
roomId: flowerRoom?.id
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -310,7 +310,7 @@ async function main() {
|
||||||
status: 'HARVESTED',
|
status: 'HARVESTED',
|
||||||
plantCount: 36,
|
plantCount: 36,
|
||||||
source: 'CLONE',
|
source: 'CLONE',
|
||||||
stage: 'DRY'
|
stage: 'DRYING'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'B-2026-01-GDP',
|
name: 'B-2026-01-GDP',
|
||||||
|
|
@ -319,7 +319,7 @@ async function main() {
|
||||||
status: 'ACTIVE',
|
status: 'ACTIVE',
|
||||||
plantCount: 24,
|
plantCount: 24,
|
||||||
source: 'SEED',
|
source: 'SEED',
|
||||||
stage: 'VEG',
|
stage: 'VEGETATIVE',
|
||||||
roomId: vegRoom?.id
|
roomId: vegRoom?.id
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 426 KiB After Width: | Height: | Size: 307 KiB |
|
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 307 KiB |
|
Before Width: | Height: | Size: 426 KiB After Width: | Height: | Size: 307 KiB |
|
Before Width: | Height: | Size: 426 KiB After Width: | Height: | Size: 307 KiB |
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 307 KiB |
|
Before Width: | Height: | Size: 426 KiB After Width: | Height: | Size: 307 KiB |
|
Before Width: | Height: | Size: 426 KiB After Width: | Height: | Size: 307 KiB |
|
Before Width: | Height: | Size: 4.9 KiB After Width: | Height: | Size: 307 KiB |
|
Before Width: | Height: | Size: 426 KiB After Width: | Height: | Size: 307 KiB |
|
Before Width: | Height: | Size: 426 KiB After Width: | Height: | Size: 307 KiB |
|
Before Width: | Height: | Size: 9.6 KiB After Width: | Height: | Size: 307 KiB |
|
Before Width: | Height: | Size: 426 KiB After Width: | Height: | Size: 307 KiB |
|
Before Width: | Height: | Size: 426 KiB After Width: | Height: | Size: 307 KiB |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 307 KiB |
|
Before Width: | Height: | Size: 426 KiB After Width: | Height: | Size: 307 KiB |
|
|
@ -14,6 +14,7 @@
|
||||||
<meta name="apple-mobile-web-app-title" content="Veridian" />
|
<meta name="apple-mobile-web-app-title" content="Veridian" />
|
||||||
<link rel="manifest" href="/manifest.json" />
|
<link rel="manifest" href="/manifest.json" />
|
||||||
<link rel="apple-touch-icon" href="/icons/icon-192.png" />
|
<link rel="apple-touch-icon" href="/icons/icon-192.png" />
|
||||||
|
<link rel="icon" type="image/png" href="/favicon.png" />
|
||||||
<title>Veridian - Cultivation Platform</title>
|
<title>Veridian - Cultivation Platform</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
|
||||||
BIN
frontend/public/favicon.png
Normal file
|
After Width: | Height: | Size: 307 KiB |
|
Before Width: | Height: | Size: 385 KiB After Width: | Height: | Size: 307 KiB |
|
Before Width: | Height: | Size: 426 KiB After Width: | Height: | Size: 307 KiB |