CaliLuke smooths out the tabular-review setup flow
Creating a new project no longer means bouncing out of the review modal and back again.
CaliLuke spotted a friction point in the tabular-review workflow - the modal where you set up a new review - and fixed it in three quick passes. Users can now spin up a brand-new project from inside that modal via a 'New project' option and an inline name field, instead of leaving, creating the project elsewhere, and returning to start over.
The follow-ups are the interesting part. Once projects can be created from a side modal, the main projects list goes stale, so CaliLuke wired it to refresh whenever a user refocuses the browser tab. That introduced a subtle bug where the refresh fired before login finished and wiped the list - caught and fixed within the same half-hour. It's a small loop, but a visible one: a user-reported edge resolved in real time.
Spotted something wrong? Or know the PR text has fresher detail than the writeup above?