There should be some way for users to submit bug reports or suggest features from within neon. It could be as simple as adding in a link to the GH issue creation page in settings....
@comountainclimber, FYI I am working on this issue.
@comountainclimber ,
Something like this, is fine?

I like what you have done here @dauTT perhaps instead of adding an additional "link" to the settings page we can update the panel header from Community Support => Need Help? which will then render the page you set up. I also think that this page would look better using our modal component rather than having it be its own route
I got the first part:
perhaps instead of adding an additional "link" to the settings page we can update the panel header from Community Support => Need Help? which will then render the page you set up
In regards to the second part:
I also think that this page would look better using our modal component rather than having it be its own route
, we should render this new github issue page in a similar fashion as we do when we press the Add Token button. Is my understanding correct?
renderHeaderBarRightContent = () => (
<div
onClick={() => this.openTokenModal()}
className={styles.headerButtonContainer}
>
<AddIcon className={styles.add} />
<span>Add Token</span>
</div>
)

Sorry I should have been more clear I meant here:

Ok. What about this?

@dauTT that looks great! I think we can drop the "Community support =>" part but other than that looks good
Closing this out due to inactivity and to focus on unrelated issues/feature work