Only show the progression bar for uncompleted trophies

This commit is contained in:
Roland Geider
2026-01-10 12:57:52 +01:00
parent 52892db9b1
commit 696b3333fb

View File

@@ -1,6 +1,6 @@
/*
* This file is part of wger Workout Manager <https://github.com/wger-project>.
* Copyright (c) 2025 wger Team
* Copyright (c) 2025 - 2026 wger Team
*
* wger Workout Manager is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -158,7 +158,7 @@ class _TrophyCardImage extends StatelessWidget {
),
const SizedBox(height: 8),
if (userProgression.trophy.isProgressive)
if (userProgression.trophy.isProgressive && !userProgression.isEarned)
Tooltip(
message: 'Progress: ${userProgression.progressDisplay}',
child: SizedBox(