Skip to content

Fix the bug where the add to collection modal does not display correctly#86

Merged
Saterz merged 1 commit into
developerfrom
fix/add-to-collection-modal-does-not-display-correctly
Aug 16, 2025
Merged

Fix the bug where the add to collection modal does not display correctly#86
Saterz merged 1 commit into
developerfrom
fix/add-to-collection-modal-does-not-display-correctly

Conversation

@Saterz

@Saterz Saterz commented Aug 16, 2025

Copy link
Copy Markdown
Member

This pull request fixes the bug where the add to collection and rate cube modal didn't display correctly on the cube explore page.

This bug was caused by the page transitions by Ssgoi that changed the parent container style in a way that made the modal appear below all the other cube cards and made the blur not apply correctly.

This pull request fixes it by making the modal appear after the Ssgoi transition container for it not to be impacted by it's styling.

…eCube components

- Added Portal component to both addCube.svelte and rateCube.svelte for improved modal handling.
- Refactored the structure of modal dialogs to enhance user experience and maintainability.
- Ensured consistent styling and functionality across both components while preserving existing features.
@netlify

netlify Bot commented Aug 16, 2025

Copy link
Copy Markdown

Deploy Preview for cubeindexbeta canceled.

Name Link
🔨 Latest commit 0cfc714
🔍 Latest deploy log https://app.netlify.com/projects/cubeindexbeta/deploys/68a0c2aee42a050008d729e3

@Saterz Saterz linked an issue Aug 16, 2025 that may be closed by this pull request
@Saterz Saterz added the bug Something isn't working label Aug 16, 2025
@Saterz Saterz merged commit eda0ffa into developer Aug 16, 2025
4 checks passed
@Saterz Saterz deleted the fix/add-to-collection-modal-does-not-display-correctly branch August 16, 2025 17:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] "Add to collection" modal does not display correctly

1 participant