When a logged-in user opens a popup, the latest data will be downloaded and tags are updated to prevent duplicate work, fix #505

This commit is contained in:
Pieter Vander Vennet 2021-10-10 00:53:14 +02:00
parent adf02af5fe
commit d4e63d90e4
4 changed files with 106 additions and 0 deletions

View file

@ -18,6 +18,8 @@ export interface ChangeDescription {
/**
* All changes to tags
* v = "" or v = undefined to erase this tag
*
* Note that this list will only contain the _changes_ to the tags, not the full set of tags
*/
tags?: { k: string, v: string }[],