Nope this has never existed. I think there鈥檚 an issue already for it. More a design issue than anything, I鈥檓 not sure how we鈥檇 do this yet. Maybe in the manage button menu?
Sent with GitHawk
That works. Another possibility could be a pencil like icon across from the title only visible to the user.
Sent with GitHawk
You know what, I am actually going to close that other, old issue.
If we could settle on a UI, could PR this. Seems important that if we let users create issue titles, they should be able to edit them too.
@BrianLitwin how about:
UIAlertController with a text fieldAnybody have a strong opinion on light or dark background for this? I'm thinking try to make it work with a dark bg since every other ContextMenu in the Manage menu is dark.
Actually think light would be better for text editing, but def open to see it as light (hopefully not hard to change either way)
Sent with GitHawk
I'm all ears if anybody has UI suggestions! This is what is currently looks like:


I'm trying to get it to scroll to the top after the contextMenu dismisses; it looks a little weird doing it w/ feed.collectionView.scrollToTop(animated: true).
also, this is all what I'm doing w/ the UITextView right now:
textView.frame = CGRect(
x: 0,
y: 0,
width: 200,
height: 200
)
textView.contentInset = UIEdgeInsets(
top: 8,
left: 8,
bottom: 8,
right: 8
)
Open to suggestions!
Amazing!! Small feedback: can it be shorter? Like 120 points or something
And to inset the text view use textContainerInset
Sent with GitHawk
will all users have access to edit title functionality, assuming they created the post.
I set that to collaborators being allowed to edit - I probably need a viewerCanUpdate flag as well
video doesn鈥檛 load in githawk, does fine in codehub. Is that a githawk issue? (loads now that was weird)
my screen recording to .gif workflow is weak, taking suggestions, the gifs are always choppy when I look at them on the app. Are there better ways to share video in comments?
Would be cool if GitHub did video ~> Gif for you .. but that鈥檚 a unrelated to GitHub feature
Sent with GitHawk
@BrianLitwin would I be considered a contributor or a collaborator. IMO, if I create an issue, I should be able to edit a title of that self-created post regardless of my role.
As it鈥檚 semi related, I feel the same for post labels as well. I believe in codehub I can create posts in certain repos and apply a post label from the start (should be able to modify for your own posts as well) but I鈥檝e never had post label setting access in githawk. Would you agree that might make sense to revisit as well?
I don鈥檛 think GitHub will allow you to change labels on an issue if you don鈥檛 have push access to the repository. However, it will let you change the title of your issue.
Most helpful comment
@BrianLitwin how about:
UIAlertControllerwith a text field