-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stopwatch during workout logging (#1166)
* refactor(frontend): change variable names * refactor(frontend): change order of imports * feat(frontend): start displaying stop watch details * feat(frontend): make the loading screen for current workout better * feat(frontend): reset values of timer and stopwatch when it is reset * feat(frontend): get stopwatch functionality working * feat(frontend): allow cancelling stopwatch * chore(utils/dependent): remove useless unwrap * chore(frontend): remove stale time for query * fix(frontend): display items * feat(frontend): remove dependency on exercise name to be stored in the atom * feat(frontend): close the drawer on cancel * ci: Run CI * build(frontend): upgrade mantine deps * build(typescript): upgrade most deps * build(typescript): upgrade other deps too * fix(frontend): use internal methods instead of remix utils * ci: Run CI
- Loading branch information
Showing
16 changed files
with
1,185 additions
and
650 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.