mollersuite / monofile

File sharing over the Discord CDN
https://fyle.uk
The Unlicense
18 stars 2 forks source link

New client #65

Open nbitzz opened 5 months ago

nbitzz commented 5 months ago

New client (because v1.3's is terrible to work with.)

Plan is to, with this, solve:

I'll convert this to a PR once I publish the client-v2 branch.

A few ideas I want to implement:

nbitzz commented 5 months ago

I have ideas for the panels; but I'm not sure what to make the uploader look like.. I feel like a progress ring might look better than a bar in this situation? Should we just rewrite monofile 1.3's upload window, or create a new design of sorts? What do we do?

Also: just make the entire page a file drag&drop zone by default, maybe /shrug

nbitzz commented 5 months ago

@Jack5079 any ideas ???

Jack5079 commented 5 months ago

It should be a PWA and implement the share target api

nbitzz commented 5 months ago

^ oh, right I meant for fitting a progress indicator in the file uploader, though... Maybe pick out some examples from other services, and we can try and see what might work..?

nbitzz commented 5 months ago

@Jack5079 I was thinking of using Fusejs for file search, but if we're doing it on the client... Originally, I was thinking of having monofile almost lazy-load files; but I might just have it gradually get all of them instead so that we can use Fuse what do you think?

nbitzz commented 5 months ago

not sure if I should finish api-v1 first or develop client-v2 beside it