Add imperial volume conversions

This commit is contained in:
Codex Agent
2026-03-08 07:53:59 +00:00
parent ba6b791362
commit b7e0a52e9a
3 changed files with 121 additions and 44 deletions

View File

@@ -423,7 +423,7 @@ export const categories: Record<string, { label: string; icon: string }> = {
temperature: { label: 'Temperature', icon: '🌡️' },
volume: { label: 'Volume', icon: '🧪' },
fluids: { label: 'Fluids', icon: '💧' },
area: { label: 'Area', icon: '🟦' },
area: { label: 'Area', icon: '🔳' },
speed: { label: 'Speed / Velocity', icon: '💨' },
pressure: { label: 'Pressure', icon: '🔽' },
energy: { label: 'Energy', icon: '' },