-
Notifications
You must be signed in to change notification settings - Fork 787
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
Allow for editing and deleting issue comments #24
Comments
I have to options how it looks possible and smooth to me:
What do you think @housseindjirdeh |
Does this include adding labels and or assignees / reviewers? That would be really helpful as well. |
@FlorianTaut I think both options are amazing. I think having both would be awesome 😍 I think we can start with the 3 small dots approach and when tapped - it opens an action sheet with all the options (Edit/Delete comment). We'll need to make sure that people with admin access on a repo can I'm definitely okay with just being able to edit/delete the current user's comment and then deciding if we should expand to other user comments as well. Still think it's quite weird that we have the ability to edit other user's comments. Once that's done, we can close this ticket and then explore adding hold functionality (I think that would just be awesome). I don't know how things will work here however with the different platforms but still think it would be great to have if we could only add it to iOS for example. What do you think @FlorianTaut ? I have an iOS device so happy to test alongside with you 🕺 |
@RolfKoenders GitPoint already has that functionality for issues in a repository you have access to :) Little cog icon top right of the issue screen! |
@housseindjirdeh wow, i didn't even notice 😅 oops. |
@housseindjirdeh sounds good for me! I would take a look at it when I come back from my holidays on Wednesday if that's not to late yet |
@RolfKoenders haha that's a little surprise for you :) @FlorianTaut Enjoy your vacations and take as long as you need my friend, will never be too late |
Hey, has someone working on this issue? If not, I would like to work in it :) |
Not at the moment!! Will love it if you can take it on :) @FlorianTaut please let us know if you're still interested in taking it however! |
Cool, I started yesterday, I will create a pull request in a couple days. :D |
Hey @housseindjirdeh, Do you have ideas for how we should do this edit flow? Should we open a new screen? Or maybe show a prompt with a text field? I already did the delete action in this branch, then as soon we I finish the edit option I will open a pull request 😄 |
What would the prompt with a text field look like? |
- Add translation keys for each language. - Show issue name in edit-issue-comment.screen. - Code style minor improvements
- Add translation keys for each language. - Show issue name in edit-issue-comment.screen. - Code style minor improvements
- Move action button to bottom. - Add long press to open action menu.
* feat(issue-comment): Add delete action * feat(issue_comment): Add edit action (#24) * feat(issue_comment): Improve issue comment action feature (#24) - Add translation keys for each language. - Show issue name in edit-issue-comment.screen. - Code style minor improvements * feat(issue_comment): Improve usability #24 - Move action button to bottom. - Add long press to open action menu. * feat(issue_comment): Use TouchableOpacity for longPress * feat(issue_comment): Improve minor UX issues * feat(issue_comment): use bindActionCreators on edit screen * feat(issue_comment): Set fixed height to TextInput
* fix(md): Add key everywhere and silence warnings * fix(md): Make sure @Someone at the start of a line gets catched * fix(md): Numeric entities () were processed as issues * feat(markdown): Use GitHub rendering instead of marked() * fix(md): Make images work again, checkboxes * feat(md): Add support for cross-repository linking * chore(md): clean up * fix(md): Fix emojis & code highlight * feat(md): adaptive images thanks to react-native-fit-image * feat(md): rollback to zoomimage, fix resizeMode and ui * fix(md): broken jsx * fix(md): Fix new issue posting. Get rid of comment.body * fix(md): Use Platform.select() * fix(md): Fix cell align
Would definitely be awesome to have the ability to edit and delete issue comments!
The text was updated successfully, but these errors were encountered: