UI elements using the new structs #8

Merged
remoll merged 37 commits from feature/unify-api-frontend into main 2024-06-23 19:21:50 +00:00
Showing only changes of commit ebaec40d6b - Show all commits

View File

@ -55,8 +55,8 @@ class _ImportanceSlidersState extends State<ImportanceSliders> {
@override
void initState() {
super.initState();
_prefs.load();
super.initState();
}
List<Card> _createSliders() {