Skip to content

Conversation

@oliverkuchies
Copy link
Contributor

@oliverkuchies oliverkuchies commented Oct 31, 2025

Expanded tile variants will allow user to select between horizontal and vertical expanded tile.
Skeleton loader will improve loading experience of components.

Copilot AI review requested due to automatic review settings October 31, 2025 00:15
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR refactors widget components to support new skeleton loader functionality and expanded tile variants. The changes transition from a concrete Sdk type to an ISdk interface throughout the codebase and rename components to support both horizontal and vertical tile layouts.

  • Replaces Sdk type with ISdk interface across all widget components
  • Renames StoryExpandedTile to VerticalExpandedTile to support new tile variant system
  • Adds skeleton loader styles and functionality for improved loading experience

Reviewed Changes

Copilot reviewed 32 out of 33 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
widgets/waterfall/widget.tsx Updates SDK type from Sdk to ISdk
widgets/utils/inline-swiper.loader.ts Updates SDK type references throughout swiper utility
widgets/styles/templates/products.scss Removes unused border-active variable and styling
widgets/styles/templates/expanded-tiles/_index.scss Adds width constraint for media content
widgets/styles/loading/skeleton-loader.scss Adds new skeleton loader mixin and animations
widgets/storyline/* Updates SDK types and refactors to use common widget styles
widgets/shortvideo/* Updates SDK types and simplifies widget configuration
widgets/libs/vertical-expanded-tiles/* Renames components and updates SDK types for tile variant support
types/index.ts Updates exported SDK type from Sdk to ISdk
tests/fixtures/widget.options.ts Adds expanded_tile_variant configuration option

@olivernosto olivernosto merged commit 2fc499e into master Oct 31, 2025
3 of 6 checks passed
@olivernosto olivernosto deleted the feat/add-support-for-expanded-tile-variation branch October 31, 2025 03:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

4 participants