Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR renames range components to slider components throughout the codebase to improve naming consistency and clarity. The change affects both React and HTML implementations along with their underlying core components.
- Renames
TimeRangetoTimeSlideracross all packages - Renames
VolumeRangetoVolumeSlideracross all packages - Updates corresponding CSS classes, custom element names, and state definitions
Reviewed Changes
Copilot reviewed 17 out of 17 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| packages/react/react/src/skins/toasted/MediaSkinToasted.tsx | Updates component usage from TimeRange to TimeSlider |
| packages/react/react/src/skins/default/styles.module.css | Renames CSS classes from TimeRange/VolumeRange to TimeSlider/VolumeSlider |
| packages/react/react/src/skins/default/MediaSkinDefault.tsx | Updates component usage from TimeRange/VolumeRange to TimeSlider/VolumeSlider |
| packages/react/react/src/index.ts | Updates public exports from VolumeRange to VolumeSlider |
| packages/react/react/src/components/VolumeSlider.tsx | Complete component rename with state, props, and function updates |
| packages/react/react/src/components/TimeSlider.tsx | Complete component rename with state, props, and function updates |
| packages/html/html/src/skins/media-skin-default.ts | Updates custom element names and CSS selectors |
| packages/html/html/src/index.ts | Updates public exports from VolumeRange to VolumeSlider |
| packages/html/html/src/components/media-volume-slider.ts | Complete component rename with classes and custom element registration |
| packages/html/html/src/components/media-time-slider.ts | Complete component rename with classes and custom element registration |
| packages/core/media-store/src/index.ts | Updates exports from range to slider state definitions |
| packages/core/media-store/src/component-state-definitions/volume-slider.ts | Renames interfaces and exports from VolumeRange to VolumeSlider |
| packages/core/media-store/src/component-state-definitions/time-slider.ts | Renames interfaces and exports from TimeRange to TimeSlider |
| packages/core/core/src/index.ts | Updates exports from Range to Slider components |
| packages/core/core/src/components/volume-slider.ts | Renames class and interface from VolumeRange to VolumeSlider |
| packages/core/core/src/components/time-slider.ts | Renames class and interface from TimeRange to TimeSlider |
| packages/core/core/src/components/slider.ts | Renames base interface and class from Range to Slider |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.