-
Notifications
You must be signed in to change notification settings - Fork 107
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
Issue Context Menu #47
Comments
👍 |
Looking at context_menu.js (see Issues tab), we'll need to change the following:
|
I implemented a basic working version in branch: Everything works, except for editing of multiple selected cards. TODO:
Disclaimer: I have no real Javascript, Ruby or HAML experience. |
Woa. I'm overwhelmed by all your ongoing contributions. How about opening Pull Request for these features and keep the discussions and changes in one place? |
Hey, The primary reason why I haven't done that is because of the "quality" of code, and I'd prefer a review before a PR. Especially as you indicated that you are thinking on fundamentally changing several aspects, I thought it wise to hear your input on the feature before doing a PR. |
I understand your reasoning but a PR allows to keep track of discussion including comments attached to the code, easier review on changes, even easier pulling the changes locally. I've also added you as a collaborator so feel to move the changes to a local branch. First look at your code doesn't look bad. I just need to test them some more. |
If I recall correctly, this issue was integrated so it can be closed? |
Currently, a custom dropdown menu is shown upon clicking on the context button.
Maybe it would be more interesting to display the default redmine context menu?
Or even better, incorporate the items of the redmine context menu into the menu?
The text was updated successfully, but these errors were encountered: