kipp icon indicating copy to clipboard operation
kipp copied to clipboard

Upload history

Open camjac251 opened this issue 4 years ago • 2 comments

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?

camjac251 avatar May 17 '20 22:05 camjac251

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.

SEAPUNK avatar May 18 '20 18:05 SEAPUNK

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.

uhthomas avatar Jun 07 '20 16:06 uhthomas