Replies: 1 comment
-
Добавил в задачи |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Предлагаю добавить отдельный декор элемент прогресс бар или расширить стилями.
Сейчас есть эта возможность но выводится цифрами, можно сделать как bootstrap ввиде виджета https://getbootstrap.com/docs/5.3/components/progress/
ValueMetric::make('Open tasks')
->value(Task::opened()->count())
->progress(200) // Конечная цель
Beta Was this translation helpful? Give feedback.
All reactions