Compare commits

..

2 Commits

Author SHA1 Message Date
Egor Savkin 58fe2eebfb Optimize preview with pngquant 256
Signed-off-by: Egor Savkin <es@m-labs.hk>
2023-10-17 12:46:03 +08:00
Egor Savkin 2149b08f4d Add photos for Thermostat EEM (@mwojcik)
Signed-off-by: Egor Savkin <es@m-labs.hk>
2023-10-17 12:38:01 +08:00
4 changed files with 6 additions and 14 deletions

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 38 KiB

File diff suppressed because one or more lines are too long

View File

@ -1954,7 +1954,7 @@ class Shop extends React.PureComponent {
source.indexes.forEach((card_index, _) => {
dragged_items.push(itemsUnfoldedList[card_index]);
})
} else if (source.index >= 0) {
} else if (source.index) {
dragged_items.push(itemsUnfoldedList[source.index]);
}

View File

@ -881,7 +881,7 @@ const shop_data = {
'~15MHz default analog bandwidth.',
'AD9117 DACs (14 bits @ 125 MSPS, <1 LSB DNL).',
'Differential analog output via mini-SAS HD with shielded impedance-matched pairs.',
'Included remote analog front-end (AFE) board converts differential signals to ±10V single-ended at the point of use, with additional gain and filtering.',
'Included remote analog front-end (AFE) board converts differential signals to +/- 10V single-ended at the point of use, with additional gain and filtering.',
],
size: 'big',
type: null,
@ -889,16 +889,8 @@ const shop_data = {
nbrSlotMin: 0,
nbrSlotMax: 0,
nbrClockMax: 0,
slotOccupied: 1,
clockOccupied: 1,
rules: {
resources: {
type: 'shuttler',
icon: '/shop/icon-warning.svg',
name: 'Shuttler',
message: 'This card needs a card that provides a EEM connector (e.g. Kasli) at its left.',
},
}
slotOccupied: 0,
clockOccupied: 0,
},
'pounder': {
id: 'pounder',