Closed hansl closed 1 year ago
Name | Link |
---|---|
Latest commit | 15930d5abcc22b891c8e6c254bf6d6fccf678e0a |
Latest deploy log | https://app.netlify.com/sites/lifted-alberto/deploys/6408e619b66c0f0008e711fc |
Deploy Preview | https://deploy-preview-112--lifted-alberto.netlify.app/ |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site settings.
Is this ready for review? I see some console logging still in there.
The bug happened because the account was selected, causing the Home page to transfer to listing the account assets, causing the Modal component to be garbage collected. Instead of waiting for the modal to be completed before choosing the account (which would have moved a lot of logic outside the modal), moving the modal ownership to the top-level app was the least amount of change to fix the bug.
This code needs a good overhaul at some point. But this wont be the time nor the place.
Fixes https://github.com/liftedinit/alberto/issues/111