calendar progress

Suggest An Edit

I’ve been working on the calendar maker the last two days. You can see the current progress here. It’s still has a long way to go. I’ve been working on componentizing and getting image uploading to work. I originally tried using filepond as the image uploading component, but after a lot of issues, I realized that was better suited for uploading to a remote server. Now, I’m using a svelte version of dropzone. It seems to work alright, although the css styling of the component gives me some trouble.

I still need to get the loading and saving events worked out. Then I’m going to used indexedDB, or more likely dexie which is a wrapper for indexedDB. IndexedDB is like localStorage in the browser; it persists between sessions. It’s supposed to be better for larger data like images. For now, I’m still using base64 strings to store the images, but I may move to blobs, since indexedDB supports that too.

Copyright © 2022 IHTFY