Looking forward to it.
Good reminder, gonna get on this!
Thanks for the app. Our app is much cleaner then other apps and I think it is the correct way to do.
*Your
This is the reason of this issue.
Made some progress on this. Now have original markdown String and viewerCanUpdate for each item. Also wired up "..." and action menu on each comment. Plan is to:
viewerCanUpdate == trueIssueViewControllerediting = true and reload IssueCommentSectionControllerrawMarkdown in Slack text field, becomes first responderediting = false and reload section controllerPretty complex, but chipping away.
Scratch that on using Slack TV... too complicated. Instead:
IssueEditCommentViewController that is just a UITextView w/ the actions barIssueCommentModel (or something) w/ new markdown and overwrites its view models.Ya, I think this should work and be a _lot_ easier than trying to handle inline editing.
Made more progress on this on my flight home:
viewerCanUpdateNetworking and UI updating is next.
Giving this a test on TestFlight and then ready to go!
Most helpful comment
Made some progress on this. Now have original markdown
StringandviewerCanUpdatefor each item. Also wired up "..." and action menu on each comment. Plan is to:viewerCanUpdate == trueIssueViewControllerediting = trueand reloadIssueCommentSectionControllerrawMarkdownin Slack text field, becomes first responderediting = falseand reload section controllerPretty complex, but chipping away.