Logic-gate / harbour-cargo

A Google Drive client for SailfishOS
3 stars 1 forks source link

Uploads #7

Open Logic-gate opened 1 year ago

Logic-gate commented 1 year ago

Added basic upload functionality @ https://github.com/Logic-gate/harbour-cargo/commit/ff754ae56d55ab562fdc48f85cfbf6e7c376fced release found https://github.com/Logic-gate/harbour-cargo/releases/tag/1.1-6

@attah mind checking it out...I honestly don't like how it looks.

Here's what I suggest:

Selecting upload reveals three options at the bottom of ListPage.qml...inspiration from SeaPrint 😉.

Options are:

Thoughts.

attah commented 1 year ago

The SeaPrint way is fine (obviously...) but to make things easy, why not just take the whole ContentPickerPage

Or at least i believe that is what they use for picking attachments in the email client. It is a page with 6 different picker options, similar to what you mention.

Logic-gate commented 1 year ago

Cheers, will use it or maybe keep the current one for the release on openrepos. My idea was to add a list of queues for multiple uploads with statuses on each element hence using pickers. BTW here's the latest commit https://github.com/Logic-gate/harbour-cargo/commit/0a2af5e39af801b074f6cb7bb71412aac3d2e707 adds the ability to upload to specific directories based on the folder your are on.