byte-foundry / inyo

Smart Project Manager for Freelancer
https://inyo.me
Other
20 stars 10 forks source link

Debounce button #287

Open yannickmathey opened 5 years ago

yannickmathey commented 5 years ago

Is your feature request related to a problem? Please describe. If the loading is lazy and we double click on the comment button, the comment is posted twice

unsolicited result: capture d ecran 2019-02-12 a 14 48 16

Additional context I had this error message in the console. Dunno if it's related:


 query getAllProjectsQuery {
  me {
    id
    company {
      id
      projects {
        id
        name
        viewedByCustomer
        customer {
          id
          name
          __typename
        }
        issuedAt
        createdAt
        status
        total
        __typename
      }
      __typename
    }
    __typename
  }
}

Cannot read property 'me' of undefined```
yannickmathey commented 5 years ago

up