openfoodfacts/smooth-app

More verbose proof display

Open

#6,588 opened on May 9, 2025

View on GitHub
 (7 comments) (0 reactions) (1 assignee)Dart (459 forks)auto 404
PricesPrices - Proofsgood first issue

Repository metrics

Stars
 (1,372 stars)
PR merge metrics
 (PR metrics pending)

Description

We recently changed the display of proof lists, from grid to list.

We therefore have more space, and can display more data, as on the website:

  • type (receipt, price tag, ...)
  • number of prices
  • location
  • date (that's the only data we used to display)
  • currency
  • timestamp

That new display would look like the price display (same kind of chips).

Could be extended to proof page, where displaying additional data would make sense.

  • cf. #6479

Contributor guide