Bug Description
In the past we had a modal showing with a message when claiming was disabled across all networks.
Recent changes seem to have broken this UI and its no longer displayed as expected.
Steps to Reproduce (running the dapp locally)
- in
OldClaim.tsx uncomment the lines related to showDialog and useFeatureFlag 'claim-feature'
- add a temporary new useEffect which triggers showModal
- run the server and go to localhost to see the claim-page
Expected Behavior
The modal with the disabled message should cover the claim-button, should not be dismissable and should show as expected on both mobile and desktop screens. usually these modals are shown with an grey overlay in the background
Bug Description
In the past we had a modal showing with a message when claiming was disabled across all networks.
Recent changes seem to have broken this UI and its no longer displayed as expected.
Steps to Reproduce (running the dapp locally)
OldClaim.tsxuncomment the lines related to showDialog and useFeatureFlag 'claim-feature'Expected Behavior
The modal with the disabled message should cover the claim-button, should not be dismissable and should show as expected on both mobile and desktop screens. usually these modals are shown with an grey overlay in the background