feat: Add Activity & Tasks section to Tracker Dawer#215
Merged
victoriatran17 merged 2 commits intoBobaTalks:mainfrom Sep 18, 2025
Merged
feat: Add Activity & Tasks section to Tracker Dawer#215victoriatran17 merged 2 commits intoBobaTalks:mainfrom
victoriatran17 merged 2 commits intoBobaTalks:mainfrom
Conversation
JennaXiao3
commented
Aug 17, 2025
| strategy: | ||
| matrix: | ||
| node-version: [14.x, 16.x, 18.x] | ||
| node-version: [18.x, 20.x] |
Collaborator
Author
There was a problem hiding this comment.
Updated the node version of frontendtests Github Action since I'm using "@mui/lab" and "@mui/x-date-pickers", which require at least node v16. Although they use the same MUI version (v5), they have stricter deps than "@mui/materal", so the node version used to run the tests needs to be updated
razlze
reviewed
Aug 19, 2025
razlze
reviewed
Aug 19, 2025
razlze
reviewed
Aug 19, 2025
razlze
reviewed
Aug 19, 2025
afc84b8 to
a1f910f
Compare
victoriatran17
approved these changes
Sep 18, 2025
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #173
Description
What is the purpose of your change?
TrackedActivitythat displays a timeline of activity & tasks on the TrackerDrawer, where each activity is handled by aTrackedActivityRowcomponentWhat areas of the application does this change impact? (changes API, folder structure, etc)
What features/fixes are deferred/not handled in this PR?
Screen.Recording.2025-08-16.at.10.51.02.PM.mov
Checklist