Page MenuHomePhabricator

simplify download UI for the donor data delivery tool
Closed, ResolvedPublic2 Estimated Story Points

Description

As a donor I would like a stripped down download page so that I only have the option of downloading my data.

I hear the UI can be stripped down and adjusted fairly easily. I would like to make the following edits:

image.png (932×2 px, 226 KB)

Event Timeline

One thing to note, the UI can be driven by templates (https://github.com/PrivateBin/PrivateBin/wiki/Configuration#template). Our current config can set a different template for the read only vs read write sides so that gives us a good bit of flexibility in how we can style it.

DStrine set the point value for this task to 2.Aug 31 2021, 8:27 PM
DStrine moved this task from Sprint +1 to Current Sprint on the Fundraising-Backlog board.
DStrine triaged this task as Medium priority.Sep 2 2021, 4:59 PM

This hides the top buttons and footer:

.navbar-nav, footer {
  display: none;
}

The image is loaded via an <img src> tag rather than CSS so the easiest thing to do there might just overwrite /theme/img/icon.svg with a mediawiki icon resized to fit. I'll try to get this running locally to see if there are other options in the config.

Change 720092 had a related patch set uploaded (by Ejegg; author: Ejegg):

[wikimedia/fundraising/dev@master] Add PrivateBin to services

https://gerrit.wikimedia.org/r/720092

Change 720832 had a related patch set uploaded (by Ejegg; author: Ejegg):

[wikimedia/fundraising/privatebin@master] Extra CSS to hide buttons

https://gerrit.wikimedia.org/r/720832

Change 720839 had a related patch set uploaded (by Ejegg; author: Ejegg):

[wikimedia/fundraising/privatebin@master] Swap PrivateBin logo for WMF logo

https://gerrit.wikimedia.org/r/720839

Change 720832 merged by Ejegg:

[wikimedia/fundraising/privatebin@master] Extra CSS to hide buttons

https://gerrit.wikimedia.org/r/720832

Change 720839 merged by Ejegg:

[wikimedia/fundraising/privatebin@master] Swap PrivateBin logo for WMF logo

https://gerrit.wikimedia.org/r/720839

Change 720092 merged by Ejegg:

[wikimedia/fundraising/dev@master] Add PrivateBin to services

https://gerrit.wikimedia.org/r/720092