internote icon indicating copy to clipboard operation
internote copied to clipboard

Reduce number of unnecessary API calls

Open josephluck opened this issue 5 years ago • 0 comments

Whenever a note is updated, a call to GET /tags is made which is unecessary, since the UI can derive the list of tags from the notes stored in memory.

Of course, if pagination is introduced then this will need to change.

josephluck avatar Aug 13 '19 08:08 josephluck