cassidyjames / ephemeral

A private-by-default, always-incognito browser for elementary OS
https://cassidyjames.com
GNU General Public License v3.0
154 stars 22 forks source link

Implement downloads #201

Open alcinnz opened 4 years ago

alcinnz commented 4 years ago

Fixes #36

It matches your mockup, except it uses a ListBox for better keyboard input and nicer layout upon removing a download. And as requested it shows a Toast once the download has been completed.

cassidyjames commented 4 years ago

It looks like a lot of the margins and whatnot didn't get carried over from the prototype branch as well. I can work on cleaning those up, but I just thought I'd share here for posterity.

Prototype

Screenshot from 2019-10-17 23 44 31

This branch

Screenshot from 2019-10-17 23 43 45

alcinnz commented 4 years ago

I've gone over your feedback and incorporated it into my pull request.