You are browsing as a guest. Sign up (or log in) to start making projects!

1h 25m 42s logged

before it was just a blank dashed wireframe box but now i actually mapped out the 6-slot hardware grid in the dom to match the physical deck

  • the major update this time is the local storage logic bczz losing data n every refresh was getting annoying. wrote simple loadState() and saveState() functions using localStorage.setItem and JSON.stringify(), so now when u hit the +new profile button it actually pushes to the state array and saves it permanetly and also added the third panel on the right for the action editor. hoked up basic click events so if u tap a button like slot 05 it gets an active class and the right panel dynamically updates to show u are editing that specific slot. getting the dom elements to talk to each other and sync state purely in vanilla js is actually working out perfectly
0
10

Comments 0

No comments yet. Be the first!