feat(dashboard): add dashboard list item component#494
Merged
BrianDangDev merged 5 commits intoMay 16, 2026
Conversation
owens-hub-git
approved these changes
May 12, 2026
owens-hub-git
left a comment
There was a problem hiding this comment.
Looks good, after testing on my own it shows all units and tasks accurately with respective colours. Great starting point for the dashboard
My only question is would it be good to have the list item in subfolder as it's inside the dashboard component?
|
Tested the changes locally and everything looks good. The dashboard items display correctly with the appropriate task details and colours, and navigation to the task view is working as expected. |
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.
Description
Creates the dashboard list item component and link it to the dashboard page.
On click, these items will redirect straight to the task view in its respective project. This will be changed in the upcoming expanded task item, which moves this behaviour into a separate "more info" button according to the design specs.
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Tested by using docker-compose containers in
development/of doubtfire-deploy to verify layout changes.Optionally thoth-tech/doubtfire-api#100 can be used for far more efficient data fetching. This PR includes the changes necessary to support this new endpoint capability.
Testing Checklist:
Checklist: