uhthomas / kipp

A flexible file storage server
https://kipp.6f.io
GNU General Public License v3.0
43 stars 9 forks source link

Upload history #20

Open camjac251 opened 4 years ago

camjac251 commented 4 years ago

Could it be possible to show your past uploads when loading the site again? Like a history of sorts for everything you've uploaded, maybe even expired stuff too?

SEAPUNK commented 4 years ago

If such a feature was implemented, I'd like to see it be stored exclusively client-side, via localStorage or similar. Part of the appeal of kipp (to me) is that data uploaded to the server is only temporarily stored on the server.

uhthomas commented 4 years ago

I'm not opposed to this as long as it's fully client-side. It should be easy as @SEAPUNK said to use local storage. Convenient, even. There would need to be some consideration though. What happens if there are two tabs with Kipp open?

It might be worthwhile to think about a proper front-end using react or something. Bazel means building it along-side go shouldn't be too difficult.