Skip to content

Conversation

@r-farkhutdinov
Copy link
Contributor

No description provided.

@r-farkhutdinov r-farkhutdinov self-assigned this Jan 8, 2026
@r-farkhutdinov r-farkhutdinov marked this pull request as ready for review January 8, 2026 12:29
@r-farkhutdinov r-farkhutdinov requested a review from a team as a code owner January 8, 2026 12:29
Copilot AI review requested due to automatic review settings January 8, 2026 12:29
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 pull request removes the "m_" prefix from the time_view module as part of the ongoing migration from legacy file naming conventions. The file m_time_view.ts has been renamed to time_view.ts.

  • Updates all import statements across the codebase from m_time_view to time_view
  • Removes an unnecessary ESLint disable comment that was only needed for files with the "m_" prefix

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.

Show a summary per file
File Description
packages/devextreme/js/ui/date_box/ui.time_view.js Updates import path from m_time_view to time_view
packages/devextreme/js/ui/date_box/ui.date_view_roller.js Updates import path from m_time_view to time_view
packages/devextreme/js/ui/date_box/ui.date_view.js Updates import path from m_time_view to time_view
packages/devextreme/js/__internal/ui/date_box/time_view.ts Removes ESLint disable comment for class-methods-use-this rule (no longer applicable to non-m_ files)
packages/devextreme/js/__internal/ui/date_box/m_date_box.strategy.calendar_with_time.ts Updates import path from m_time_view to time_view

@r-farkhutdinov r-farkhutdinov merged commit 15f45cd into DevExpress:26_1 Jan 8, 2026
121 of 123 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants