Enhance UI with dark mode support and update README with TODO list. Added PCB components to BOM and improved styling for various components to support dark mode. Updated Tailwind configuration to enable dark mode.
Some checks failed
Build and Publish Docker Image / build-and-push (push) Has been cancelled
Some checks failed
Build and Publish Docker Image / build-and-push (push) Has been cancelled
This commit is contained in:
@@ -18,7 +18,8 @@
|
||||
"colour": "primary",
|
||||
"required": true,
|
||||
"filePath": "OSSM - Stand - Pivot Plate.stl",
|
||||
"url": "https://github.com/KinkyMakers/OSSM-hardware/blob/main/Printed%20Parts/Stand/OSSM%20-%20Stand%20-%203030%20Extrusion%20Base%20-%20Pivot%20Plate%20Left.stl?raw=true"
|
||||
"url": "https://github.com/KinkyMakers/OSSM-hardware/blob/main/Printed%20Parts/Stand/OSSM%20-%20Stand%20-%203030%20Extrusion%20Base%20-%20Pivot%20Plate%20Left.stl?raw=true",
|
||||
"quantity": 1
|
||||
},
|
||||
{
|
||||
"id": "pivot-plate-right",
|
||||
@@ -28,7 +29,19 @@
|
||||
"colour": "primary",
|
||||
"required": true,
|
||||
"filePath": "OSSM - Stand - Pivot Plate.stl",
|
||||
"url": "https://github.com/KinkyMakers/OSSM-hardware/blob/main/Printed%20Parts/Stand/OSSM%20-%20Stand%20-%203030%20Extrusion%20Base%20-%20Pivot%20Plate%20Right.stl?raw=true"
|
||||
"url": "https://github.com/KinkyMakers/OSSM-hardware/blob/main/Printed%20Parts/Stand/OSSM%20-%20Stand%20-%203030%20Extrusion%20Base%20-%20Pivot%20Plate%20Right.stl?raw=true",
|
||||
"quantity": 1
|
||||
},
|
||||
{
|
||||
"id": "handle-spacer",
|
||||
"name": "Handle Spacer",
|
||||
"description": "Handle spacer for the stand",
|
||||
"filamentEstimate": 20,
|
||||
"colour": "primary",
|
||||
"required": true,
|
||||
"filePath": "OSSM - Stand - Pivot Spacer.stl",
|
||||
"url": "https://github.com/KinkyMakers/OSSM-hardware/blob/main/Printed%20Parts/Stand/OSSM%20-%20Stand%20-%203030%20Extrusion%20Base%20-%20Handle%20Spacer.stl?raw=true",
|
||||
"quantity": 8
|
||||
}
|
||||
],
|
||||
"hardwareParts": [
|
||||
@@ -67,7 +80,8 @@
|
||||
"description": "Reinforced 3030 hinges for PitClamp",
|
||||
"filamentEstimate": 200,
|
||||
"colour": "primary",
|
||||
"required": true
|
||||
"required": true,
|
||||
"quantity": 1
|
||||
}
|
||||
],
|
||||
"hardwareParts": [
|
||||
|
||||
Reference in New Issue
Block a user