-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/calendar implement navigation to & from the screen (#108)
* feat(calendar): add CalendarScreen Added a calendar and it's view for activity tracking * fix(firestore): CalendarScreen now updates The calendar now takes data from firestore and displays activities * fix(firestore): CalendarScreen now updates The calendar now takes data from firestore and displays activities * test: add UI tests * test: add UI tests * test(coverage): improve coverage * test(coverage): improve coverage * chore(refactor): separate composables in files * chore(refactor): make activities val again Made ActivityViewModel.activities back into a val, as opposed to a var * chore(refactor): refactor LaunchedEffect Moved the LaunchedEffect in the CalendarScreen to a separate file * chore(formatting): moved files to UI * feat(navigation): implement navigation * feat(navigation): implement navigation * tests(navigation): refactor tests for navigation * tests(navigation): refactor tests for navigation * tests(coverage): improve coverage
- Loading branch information
1 parent
778df3f
commit c3b731a
Showing
7 changed files
with
166 additions
and
7 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
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