Skip to content

Conversation

@Yeom-JinHo
Copy link
Contributor

Description

This PR focuses on fixing component registry issues and improving URL generation in the labs section.

Changes

  • Component Registry Cleanup
    Removed duplicate HORIZONTALSCROLL and CREATIVE_MASK_CLIPPATH entries from AllComponents array.
  • Component Reference Fix
    Fixed IMG_RIPPLE_EFFECT component name to SINGLE_IMG_RIPPLE_EFFECT for proper identification.
  • Component Mapping Update
    Replaced DUAL_RANGE_SLIDER with MOTION_NUMBER_SLIDER in the range-slider category.
  • Missing Component Key
    Added SINGLE_IMG_RIPPLE_EFFECT key to COMPONENT_KEYS for consistency.
  • URL Generation Fix
    Removed duplicate closing brace in href template literal that was causing malformed URLs.

Motivation

  • Data Integrity
    Clean up duplicate entries that could cause rendering conflicts and confusion.
  • Navigation Fix
    Resolve malformed URLs that were preventing proper component navigation.
  • Developer Experience
    Improve debugging capabilities for URL generation issues.
  • Registry Consistency
    Ensure all component references are properly mapped and accessible.

@naymurdev naymurdev merged commit 522eae8 into ui-layouts:main Oct 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants