Neon-wallet: feature suggestion: ability to submit a feature request / issue report from Neon

Created on 28 Mar 2019  路  8Comments  路  Source: CityOfZion/neon-wallet

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....

All 8 comments

@comountainclimber, FYI I am working on this issue.

@comountainclimber ,

Something like this, is fine?

Screencast-from-04 07 2019-23_58_32

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>
  )

image

Sorry I should have been more clear I meant here:
Screen Shot 2019-07-08 at 4 09 04 PM

Ok. What about this?

Screencast-from-09 07 2019-01_13_24

@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

Was this page helpful?
0 / 5 - 0 ratings