-
Notifications
You must be signed in to change notification settings - Fork 52
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
Add shadow to keyboard keys #28
Comments
Hello There , I am new to open source and recently attended a Wikimedia hackathon and learnt about contributing to repos related to Wikimedia I would love to start contributing to a repository . I would start working on this issue |
Hey @angrezichatterbox 👋 Would be great to get some support here! As a community we're quite focused on Scribe-iOS and Scribe-Data right now, but if you do have interest in working on this I'd be happy to review the changes 😊 |
I would like to confirm before I create a pull request.By making a shadow I have added a border around each key and also I have added a little color a shade of white . Is this what is required ?? |
Hey @angrezichatterbox 👋 Is it a border or a shadow? We need it to be "beneath" the key and not just around the key :) As far as color, you can pick a middle grey value so it works on light and dark mode. I can edit it from there! |
I have created a pull request Please do check it and tell me if any changes are required. |
Is it a good practice to work on the other issues while this is getting resolved ?? |
You certainly could, @angrezichatterbox :) I'm in the midst of releasing both Scribe-Data and Scribe-iOS right now, and will have some more time for this once that's done. Apologies that your first experience is taking so long! These releases have been a long time coming :) |
I'd estimate that a check for the PR won't happen before early next week, just FYI. Again my apologies, but the other priorities are quite stacked up. If you would like to work on Scribe-Android a lot though, then I'd be happy to hop on a call at some point and we could map out some more issues. There's a LOT of interest in this project, including loads of Wikimedia Deutschland employees and members of the Wikidata community, but we just have a lot of things going on with the currently released applications. |
Plan is that some community members will switch over here in say the fall once Google Summer of Code for Scribe-iOS and Scribe-Data are done ☀️ Having some help laying the groundwork would be really great! |
I would continue working on the scribe-android and work on the other issues in the meanwhile . I would love to work on this project and work on any issue that arises in the future as well.I could also contribute to the scribe iOS right ? |
Thank you for giving me your time during your other projects |
More than happy to communicate on this, @angrezichatterbox! This is important work, and we will be focussing here eventually :) You'd also be welcome to contribute to Scribe-iOS if that'd be of interest :) |
Hey @angrezichatterbox 👋 Re #35, we now have the borders, which closes #24. It'd be great to also have shadows beneath the keys and make them white. So we don't actually need the border as described in #24 as that's an old design, but it'd be perfect if the same shapes that you have for the keys actually had small shadows under them, and that each of the keys was white. Would you have interest in working on that? I can explain more if it'd help! 😊 |
I would love to work on it . Could u describe it a little more so that I would be able to do the right job on it |
Yes sure, @angrezichatterbox. Basically we're trying to get the interface to be very similar to Scribe-iOS'. For any key we should have:
The shapes of the keys are great so far! Let me know if further explanation is needed 😊 |
So far so good, @angrezichatterbox! From here we should remove the borders and add a small shadow under each of the keys. Then we'll be good for a PR! |
Further notes on this, @angrezichatterbox: If we can reduce the corner radius to say 2/3 of it's current value, and also there's a bit too much horizontal space between the keys. We can then move on to another issue :) |
This is 100% ok, @angrezichatterbox :) We're good for a PR 😊 |
I have made the PR . Please do say if u have any suggestions on making my commit messages and branch naming style or Pull request naming better |
Looks good so far, @angrezichatterbox! I'd always use present tense in branch names, so |
How this would work would be that when you open a new PR, a template will tell you the information you need to put down :) |
Thanks for your suggestion , I would try to follow those while solving the next issue . It would be nice if there would be a template that gives direction on PR and commit message . |
I send that along tonight then after I review the PR 😊 |
Btw, @angrezichatterbox, it would be great to have you in the public Matrix chat rooms :) From there we can figure out a time for a call, or also feel free to email me at the email in my profile 😊 |
Closed via #37 :) Slowly coming along, @angrezichatterbox! Great to have all of this progress 😊 |
Terms
Description
Once #24 is finished, the next step will be to add shadows to all keyboard keys. These changes will likely happen in MyKeyboardView.kt.
Contribution
This will become a priority after #24 is finished, and I'd be happy to work on it with people :)
The text was updated successfully, but these errors were encountered: