pixlmint / journal

A minimalist, easy to use, single-user journaling platform

Home Page:https://2024-demo.pixlmint.ch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve Media Upload Status

pixlmint opened this issue · comments

The upload status of media should be better visible. Right now I always have to check the network monitor to know whether or not they're all uploaded

It might be worth looking into abstracting all API calls for this. Right now I'm just using axios, sometimes not even just inside stores, but also right inside of components, which feels like very bad practice.

This is related to #5