Crayon Bits Blog

User Experience, Frontend, Code and Life

Day 79 - Sitemap drag/drop attempt + better delete

life UserBit entrepreneurship

Drag & Drop in sitemaps

I want to add the ability to drag and drop sitemap nodes. This turned out to be much more difficult than I initially thought because of absolutely positioned nodes. I’ll tackle this again at some later point.

Delete improvements

The cold start for delete functions takes a bit too much time. I made some improvements on the client side to respond to requests faster.