Skip to content

feat: rename range to slider#46

Merged
luwes merged 1 commit intomainfrom
range-to-slider
Oct 9, 2025
Merged

feat: rename range to slider#46
luwes merged 1 commit intomainfrom
range-to-slider

Conversation

@luwes
Copy link
Copy Markdown
Collaborator

@luwes luwes commented Oct 9, 2025

No description provided.

@luwes luwes requested a review from Copilot October 9, 2025 17:54
@luwes luwes self-assigned this Oct 9, 2025
@vercel
Copy link
Copy Markdown

vercel bot commented Oct 9, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
vjs-10-demo-html Ready Ready Preview Comment Oct 9, 2025 5:54pm
vjs-10-demo-react Ready Ready Preview Comment Oct 9, 2025 5:54pm
vjs-10-website Ready Ready Preview Comment Oct 9, 2025 5:54pm

Copy link
Copy Markdown
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 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 TimeRange to TimeSlider across all packages
  • Renames VolumeRange to VolumeSlider across 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.

@luwes luwes merged commit 9c6eaef into main Oct 9, 2025
4 checks passed
@luwes luwes deleted the range-to-slider branch October 9, 2025 18:06
@github-actions github-actions bot mentioned this pull request Oct 24, 2025
@github-actions github-actions bot mentioned this pull request Feb 26, 2026
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