Closed b-j-roberts closed 6 months ago
Would love to work on this :D
Hi @b-j-roberts can I be assigned this?
Thank you for assigning me @b-j-roberts,
I have started working on it. I will be quick to complete the issue.
Hey @b-j-roberts,
I wanted to know if there is any TG group for the project. I wanted to communicate and discussing on GH will just fill it up ig.
let me hop on the quest progress bar
On the quest's frontend tab, the button to claim a quest is either red if not claimed or green if claimed. It'd be cool to have the button act like a progress bar aswell. So given 2 values
progress
andneeded
, sayneeded=4
for example:progress = 0
-> full red button how it is nowprogress = 1
-> 1/4 full dark orange-ishprogress = 2
-> 1/2 full orange-ishprogress = 3
-> 3/4 full orange-yellow-ishprogress = 4
-> full yellow and pulsing button indicating claimableThen the button will be green after claiming like it is now. Make the colors be a steady transition based on the % of progress/needed. You can use hardcoded values for progress and needed for now.
References