Changeset 958bc89 for database/drizzle


Ignore:
Timestamp:
12/29/25 04:34:44 (6 months ago)
Author:
Mihail <mihail2.naumov@…>
Branches:
main
Children:
41a2f81
Parents:
f46bf5c
Message:

Added add component button, fixed several things

File:
1 edited

Legend:

Unmodified
Added
Removed
  • database/drizzle/util/componentFieldConfig.ts

    rf46bf5c r958bc89  
    6666
    6767export const requiredFields: Record<ComponentType, string[]> = {
    68     cpu: ['socket', 'cores', 'threads', 'baseClock', 'tdp'],
    69     gpu: ['vram', 'tdp', 'chipset', 'length'],
     68    cpu: ['socket', 'cores', 'threads', 'baseClock', 'boostClock', 'tdp'],
     69    gpu: ['vram', 'baseClock', 'boostClock', 'tdp', 'chipset', 'length'],
    7070    memory: ['type', 'speed', 'capacity', 'modules'],
    7171    storage: ['type', 'capacity', 'formFactor'],
Note: See TracChangeset for help on using the changeset viewer.