ICIJ / prophecies

An ICIJ app to conduct data validation and cleaning.
https://icij.gitbook.io/prophecies
GNU Affero General Public License v3.0
19 stars 4 forks source link

I select/unselect the items of the current page or all of them #20

Closed Soliine closed 3 years ago

Soliine commented 3 years ago

I select all of the items or filtered items (current results):

Screenshot 2021-06-23 at 11 12 06

I select/unselect the items of the current page:

Screenshot 2021-06-23 at 11 14 12
Soliine commented 3 years ago

In the current version, the check box is green after I select and then unselect 'Select all 10 items' while it should be grey. How to reproduce:

  1. See normal state: Screenshot 2021-09-01 at 11 37 14
  2. Tick 'Select all 10 items': Screenshot 2021-09-01 at 11 37 19
  3. Untick and see the green rectangle: Screenshot 2021-09-01 at 11 37 23

My environment:

pirhoo commented 3 years ago

The green rectangle is just an accessibility feature which shows that the checkbox is active (it can be update with the keyboard for instance).

Soliine commented 3 years ago

Nice feature! I didn't know, thank you. I put this ticket in Done and we will open a new ticket for selecting all results regardless the page, when we will need it.