so moving away from the hardware headache for a bit and starting the actual web app configurator for Adeck decided to keep it completely vanilla with just html css and js instead of bloating it with react or anything heavy. first goal was just getting the basic ui skeleton ready so it doesn’t look like a blank screen
- built the main dashboard using a standard css grid layout to divide it into zone-a for the profiles list and zone-b for the hardware preview
- set up basic css variables for the themes and threw in the doto font which is heavily Nothing inspired so the whole interface feels raw and industrial right from the start
- wrote the initial js boilerplate with a simple state object tracking things like activeProfileId and activeSlotIndex and hooked up some basic dom refs using document.getElementById() just to make sure the base is solid
btw right now this is just a super basic placeholder layout… still got a ton of work left to do on this page
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.