We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the defect The Chips Widgets used on CrowdAction Cards are not aligned with the design.
We will only display text inside the Chip, and the text style must be aligned with caption 2 (See Figma).
caption 2
Depending on the Status of the CrowdAction, the label should change accordingly:
CrowdActionStatus.joinable => "Now open" CrowdActionStatus.active => "Currently running" CrowdActionStatus.ended => "Finished"
This ticket is not in TO-DO at the moment, as the required logic has not been mapped.
The text was updated successfully, but these errors were encountered:
This is ready, it should be rather easy.
isOpen ? "Now open" : (isEnded ? "Finished" : "Currently running")
Sorry, something went wrong.
developer-rachit
No branches or pull requests
Describe the defect
The Chips Widgets used on CrowdAction Cards are not aligned with the design.
We will only display text inside the Chip, and the text style must be aligned with
caption 2
(See Figma).Depending on the Status of the CrowdAction, the label should change accordingly:
This ticket is not in TO-DO at the moment, as the required logic has not been mapped.The text was updated successfully, but these errors were encountered: