mirror of
https://github.com/sky-systems/sky_phone.git
synced 2026-09-04 17:23:25 +00:00
ENH - migrate garage to Sky UI
Replace the Garage screen's direct Konsta surface with the Sky-owned UI primitives. Remove the provider footer payload and Garage EasyShare support because neither belongs in the vehicle overview.
This commit is contained in:
@@ -9,7 +9,6 @@ vi.mock('@/utils/nui', () => ({ nuiCall: vi.fn() }))
|
||||
|
||||
const mockNuiCall = vi.mocked(nuiCall)
|
||||
const overview: GarageOverview = {
|
||||
system: 'esx',
|
||||
valet: {
|
||||
account: 'bank',
|
||||
enabled: true,
|
||||
|
||||
@@ -2031,7 +2031,7 @@ const defaultLocales: LocaleTree = {
|
||||
body: 'Body',
|
||||
vin: 'Vehicle Identification Number',
|
||||
notAvailable: '—',
|
||||
provider: 'Vehicle data · {system}',
|
||||
filtersLabel: 'Filter vehicles',
|
||||
valet: {
|
||||
title: 'Sky Valet',
|
||||
eyebrow: 'Premium delivery',
|
||||
|
||||
Reference in New Issue
Block a user