Skip to content

Conversation

@arpandhakal
Copy link
Collaborator

@arpandhakal arpandhakal commented Dec 23, 2025

Changes

  • changed colors of list view headers. The colors are conditional to the workflowstate type.
  • showed assignee name on hover on all tooltips instead of "change assignee" for assignee selectors.

Testing Criteria

image

- changed colors of list view headers. The colors are conditional to the workflowstate type.
@linear
Copy link

linear bot commented Dec 23, 2025

@vercel
Copy link
Contributor

vercel bot commented Dec 23, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
tasks-app Ready Ready Preview, Comment Dec 24, 2025 8:51am

Comment on lines 39 to 45
export const WorkflowStateColorMaps: Record<StateType, string> = {
backlog: '#90959d0a',
unstarted: '#90959d0a',
started: '#8638050a',
completed: '#115b3b0a',
cancelled: '#90959d0a',
} //these colors are not yet added to the design system.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since this is related to styling can we put these in theme instead?

@arpandhakal arpandhakal changed the title OUT-2761 | Redesigned cards OUT-2761, OUT-2762 | Redesigned cards Dec 24, 2025
Copy link
Collaborator

@rrojan rrojan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🏆

@arpandhakal arpandhakal merged commit b50caf5 into OUT-2763 Dec 24, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants