Mehdi Achour
Mehdi Achour
If you scroll down, you should see a green submit button (well, more like a link). Is it there?
This screen needs a lot of love indeed, updating this issue title to remember that.
😅 Started looking at solutions for this issue yesterday. My plan is to integrate a nice Markdown editor while revamping the screen. Came across https://github.com/wix/react-native-zss-rich-text-editor which seems really nice (but...
Looks slick, but it's meant for React, not React Native. Maybe https://github.com/globocom/react-native-draftjs-render could help
Agreeing with @housseindjirdeh, for now this revamping could be as simple as putting the submit button on the top right corner. @meetmangukiya reached out on gitter to start helping with...
@samdark shouldn't we have tests in this extension, including & comparing outputs ? That would make it easier to track changes
Great! Just to avoid confusion giving the prior conversation, the idea is to give the ability to the end-user to subscribe/unsubscribe from an issue thread.
As far as I understand, here are the involved endpoints: - Check subscription status: https://developer.github.com/v3/activity/notifications/#get-a-thread-subscription - Change subscription status: https://developer.github.com/v3/activity/notifications/#set-a-thread-subscription - The thread ID would be the `id` property returned...
Are you authenticated?
Interesting.. so how would someone get a working thread id? 🤔