Skip to content
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.

Beagle standardization - Color #99

Closed
3 tasks done
matheusribeirozup opened this issue May 5, 2020 · 0 comments · Fixed by #234
Closed
3 tasks done

Beagle standardization - Color #99

matheusribeirozup opened this issue May 5, 2020 · 0 comments · Fixed by #234
Assignees
Labels
android This issue directly affects structure and logic of Android project enhancement New feature or request iOS This issue directly affects structure and logic of iOS project

Comments

@matheusribeirozup
Copy link
Contributor

matheusribeirozup commented May 5, 2020

Problem description
Currently Beagle supports colors with or without sending #, which configures a lack of standardization.

Expected behavior
Color values (backgroundColor and textColor) must have the # in front of the hexadecimal and the Alpha component must be at the end. Valid formats: #RGB, #RGBA, #RRGGBB, #RRGGBBAA.

Android checklist

  • Add support to hexadecimal

iOS checklist

  • Add support to hexadecimal

Backend checklist

  • Add support to hexadecimal
@matheusribeirozup matheusribeirozup added android This issue directly affects structure and logic of Android project iOS This issue directly affects structure and logic of iOS project enhancement New feature or request labels May 5, 2020
@lucasaraujo lucasaraujo self-assigned this May 5, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
android This issue directly affects structure and logic of Android project enhancement New feature or request iOS This issue directly affects structure and logic of iOS project
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants