I ran the following commands in the xen-orchestra folder and the first time it showed I was totally up to date.

git checkout .
git pull --ff-only
yarn
yarn build

I then tried it again a couple days later when I noticed a was a couple of commits behind and nothing changed, commits behind stayed the same.

Running git pull now says everything is up to date, but the UI shows I'm not.

Thoughts?