feat(dashboard): Added dashboard page layout with task selection modal#26
Merged
feat(dashboard): Added dashboard page layout with task selection modal#26
Conversation
✅ Deploy Preview for mint-chip ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
CMolinaBetancourt
approved these changes
Nov 9, 2025
Collaborator
|
Great job! ready to merge |
…ashboardTile component with tailwind variants and props
…ages in component, updated imported tiles in dashboard with props and imgs
… the image by the size of the container tile, adjusted flex properties and padding for consistent text spacing
…e with data, added temp dummy data for testing
…n button logic and close button, added temp route to journal page
17b62aa to
dadf6fa
Compare
nkabembo
approved these changes
Nov 9, 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.
🎯Type of Change:
This PR...
Adds the
Dashboardpage layout and the start a task modal with selection logic📝 What I Did:
Dashboard.jsxDashboardTilecomponent with Tailwind Variants size, column & props for inner contenttypeprop to render data tile or regular tile contentTaskModalcomponent and props to toggle the modal and state based logic for user selections🧪 How to Test:
pull origin feat/dashboard, adjust the variable data to check that pluralization logic works for the data tile content🤔 What I learned:
Learned more features of Tailwind Variants and how having one size variant can automatically apply to other properties without having to add another prop. Learned how to style modals with semitransparent backrounds.