edited tones, added vibrate

This commit is contained in:
Joshua Burman
2025-02-11 10:32:40 -05:00
parent 23663f484b
commit 9f5fb0d1ad
10 changed files with 31 additions and 15 deletions

View File

@ -254,8 +254,8 @@ class _ActivityActionEditorState extends State<ActivityActionEditor> {
// create action
await ActionsDao(db)
.createOrUpdate(ActionsCompanion(
title: Value('title'),
description: Value('description'),
title: Value('rep'),
description: Value('exercise action'),
totalSets: Value(int.parse(
actionEditController['sets']!
.text)),

View File

@ -80,7 +80,7 @@ class _ActivityViewState extends State<ActivityView> {
distance: 70,
type: ExpandableFabType.up,
overlayStyle: ExpandableFabOverlayStyle(
color: Colors.black.withOpacity(0.5),
color: Colors.black.withValues(alpha: 0.5),
blur: 10,
),
onOpen: () {