Weekend project sorted! I'll need a grid with a minimum of 6 columns, Dexie.js to do IndexedDB stuff (never done it before, I hear Dexie makes it painless?), and possibly GSAP for a bit of whimsy.
I want to build my own weekly planner 🥺
Weekend project sorted! I'll need a grid with a minimum of 6 columns, Dexie.js to do IndexedDB stuff (never done it before, I hear Dexie makes it painless?), and possibly GSAP for a bit of whimsy.
I want to build my own weekly planner 🥺
Maybe this will be turn out to be day project instead of the whole weekend (at least for my desired MVP), the HTML Drag and Drop API is working great so far 🥳
After lunch, time to play around with Dexie.js
@hejchristian Oooh, I have a use for that! Where was that 15 years ago when I needed it?
Point me at the docs?
@ericphelps Here you are ☺️
https://developer.mozilla.org/en-US/docs/Web/API/HTML_Drag_and_Drop_API
The kanban example covers dragging elements within a page well :)