Skip to content
New issue

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

[DEFECT]: Align Chips with design #221

Open
Xazin opened this issue May 4, 2022 · 1 comment
Open

[DEFECT]: Align Chips with design #221

Xazin opened this issue May 4, 2022 · 1 comment
Assignees
Labels
good first issue Good for newcomers

Comments

@Xazin
Copy link
Member

Xazin commented May 4, 2022

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:

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.

@Xazin Xazin added the good first issue Good for newcomers label Sep 12, 2022
@Xazin
Copy link
Member Author

Xazin commented Sep 12, 2022

This is ready, it should be rather easy.

isOpen ? "Now open" : (isEnded ? "Finished" : "Currently running")

@developer-rachit developer-rachit self-assigned this Sep 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants