When I locally rebase my stack on the main branch, e.g. main branch has some new commits which should be included in my stack, I have to force push my branch(es) to remote. I therefore perform the following actions:
git rebase main
stack-pr view
stack-pr submit
The force pushes arrive on the remote and the eventual result works. However, the 2nd step/view does not show any necessary action. What I would like is some indicator that the stack has to be submitted again because of a different/newer base.