josephluck / internote

:heart: Beautiful web-based note editor with a focus on distraction-free content creation.
https://internote.app
28 stars 0 forks source link

Reduce number of unnecessary API calls #175

Open josephluck opened 5 years ago

josephluck commented 5 years ago

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.