Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: 5428 - page dedicated to prices #5730

Merged
merged 3 commits into from
Oct 25, 2024

Commits on Oct 24, 2024

  1. feat: 5428 - page dedicated to prices

    New file:
    * `prices_home_page.dart`: Home page of Prices
    
    Impacted file:
    * `user_preferences_account.dart`: replaced the whole prices items with a single item linking to new page `PricesHomePage`
    monsieurtanuki committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    a8651c5 View commit details
    Browse the repository at this point in the history
  2. minor fix

    monsieurtanuki committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    fe80cc0 View commit details
    Browse the repository at this point in the history
  3. Moved to top page Prices and Donation

    New files:
    * `user_preferences_donation.dart`: Display of "Donation" for the preferences page.
    * `user_preferences_prices.dart`: Display of "Prices" for the preferences page.
    
    Deleted file:
    * `prices_home_page.dart`
    
    Impacted files:
    * `app_en.arb`: added a short label for "donation"
    * `user_preferences_account.dart`: removed link to `PricesHomePage`
    * `user_preferences_contribute.dart`: removed the "donation" item
    * `user_preferences_page.dart`: added "donation" and "prices" as preferences
    monsieurtanuki committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    92ca3b3 View commit details
    Browse the repository at this point in the history