Skip to content

overview-page: Replace the 3rd-party infobar by a dialog

This was implemented as an infobar rather than a dialog because of the "Want to go shopping?" dialog, which is now gone. This drops the infobar and reimplement it as a message dialog, which not only works better but allows us to get rid of the deprecated GtkInfoBar, using AdwMessageDialog instead.

CC @aday

Before

Capture_20d_E2_80_99_C3_A9cran_20du_202022-12-01_2012-41-06

After

Capture_d_écran_du_2022-12-05_12-59-42

Merge request reports