Closed redxzeta closed 3 years ago
Hello sir, i had a few questions about this issue, so firstly how would you like to change the entire row to random colors? like should a button be added or such? or should clicking the top color change all the colors in the row? also could be possible for you to explain what the app does and perhaps add it in readme.md? as that may be very helpful. but overall i would like to work on this issue.
Each box has data
interface IColorBox {
id: number;
top: number;
left: number;
right: number;
bottom: number;
color: string;
}
I guess either do a while loop or something until the it reaches the end which would hold -1
maybe a button at the ends of the row or columns which would trigger color changes
I think u maybe have to fix the styling so probably add like a container
Good Evening sir, when i sat down to add the features i soon realized that with the current code it will not be possible to implement them without completely refactoring the project structure, and most of the code, and that is not feasible for me just yet as i am still learning and understanding. so seeing this i have unassigned myself from this project. Loved the app, and hopefully someone else can contribute.
@gamer-1478 its okay I can help out if u want
I can work on this
But I think this should be fixed first https://github.com/redxzeta/color-box/issues/4. I can work on that one too if you want
@mankinchi did you still want to work on this?
Sure. Assign me this
Kind regards, Tri Nguyen
IT Consultant | Unified Commerce
Level 9, 800 Collins Street, Docklands, VIC 3008
M: 0449 258 526 ( tel:0449%20258%20526 ) | @.***
On Fri, 08 Oct 2021 at 1:52 am Nathan < Nathan ( Nathan @.***> ) > wrote:
@mankinchi ( https://github.com/mankinchi ) did you still want to work on this?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub ( https://github.com/redxzeta/color-box/issues/1#issuecomment-937870445 ) , or unsubscribe ( https://github.com/notifications/unsubscribe-auth/AB6JFXYWDEIVUTYQ2EBCU73UFWX4HANCNFSM5FCPHMYA ). Triage notifications on the go with GitHub Mobile for iOS ( https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 ) or Android ( https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub ).
@redxzeta so how do you want to do this? Does this include clicking on a box should change everything on its column and row?
@mankinchi yea I was thinking maybe double click or right click wou8ld change the column and row
implement a way to change an entire row or column random colors