Skip to content

Fix/rename js calendar to atwork#1199

Merged
EvenMhOT merged 4 commits into
mainfrom
fix/rename-js-calendar-to-atwork
Jan 7, 2026
Merged

Fix/rename js calendar to atwork#1199
EvenMhOT merged 4 commits into
mainfrom
fix/rename-js-calendar-to-atwork

Conversation

@EvenMhOT
Copy link
Copy Markdown
Collaborator

@EvenMhOT EvenMhOT commented Jan 6, 2026

Azure DevOps links

User story

Description

Change name js calendar to atwork.

Copilot AI review requested due to automatic review settings January 6, 2026 14:08
@EvenMhOT EvenMhOT requested a review from a team as a code owner January 6, 2026 14:08
@EvenMhOT EvenMhOT requested a review from mariush2 January 6, 2026 14:08
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 the "js calendar"/"jscalendar" application icon to "atwork" across the codebase. The change is comprehensive, updating all references in component files, tests, and stories.

Key Changes:

  • Renamed component from JsCalendar to AtWork with corresponding file rename
  • Updated icon data export from jscalendar to atwork
  • Updated all import statements, type definitions, and test references

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
src/molecules/ApplicationIcon/Icons/Atwork.tsx Renamed component from JsCalendar to AtWork, updated import from jscalendar to atwork, reformatted component declaration
src/molecules/ApplicationIcon/ApplicationIconCollection.tsx Renamed icon data export from jscalendar to atwork
src/molecules/ApplicationIcon/ApplicationIcon.tsx Updated import statement, type definition, and app configuration to use new AtWork component and atwork name
src/molecules/ApplicationIcon/ApplicationIcon.test.tsx Updated import and test data references from jscalendar to atwork
src/molecules/ApplicationIcon/ApplicationIcon.stories.tsx Updated story options from jscalendar to atwork
Comments suppressed due to low confidence (1)

src/molecules/ApplicationIcon/Icons/Atwork.tsx:26

  • The displayName should match the component name 'AtWork' for consistency. Currently it's set to 'atWork' (lowercase 'a') while the component is named 'AtWork' (uppercase 'A'). This inconsistency can cause confusion during debugging and when using React DevTools.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jan 6, 2026

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 100% (🎯 100%) 16608 / 16608
🔵 Statements 100% (🎯 100%) 16608 / 16608
🔵 Functions 100% (🎯 100%) 1200 / 1200
🔵 Branches 100% (🎯 100%) 4134 / 4134
File Coverage
File Stmts Branches Functions Lines Uncovered Lines
Changed Files
src/molecules/ApplicationIcon/ApplicationIcon.tsx 100% 100% 100% 100%
src/molecules/ApplicationIcon/ApplicationIconCollection.tsx 100% 100% 100% 100%
Generated in workflow #2036 for commit c6fe104 by the Vitest Coverage Report Action

@mariush2
Copy link
Copy Markdown
Contributor

mariush2 commented Jan 7, 2026

There are some recent changes in the application icon component, so you need to fix the conflicts 👁️ 👁️

Copilot AI review requested due to automatic review settings January 7, 2026 08:17
@EvenMhOT EvenMhOT enabled auto-merge (squash) January 7, 2026 08:20
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

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

Comments suppressed due to low confidence (1)

src/molecules/ApplicationIcon/Icons/Atwork.tsx:26

  • The displayName should match the component name exactly. Based on the pattern used in other icon components (e.g., Sam.displayName = 'Sam', JsEmbark.displayName = 'JsEmbark', FourDInsight.displayName = 'FourDInsight'), this should be 'AtWork' instead of 'atWork'.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@EvenMhOT EvenMhOT merged commit e968eac into main Jan 7, 2026
17 checks passed
@EvenMhOT EvenMhOT deleted the fix/rename-js-calendar-to-atwork branch January 7, 2026 08:26
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.

3 participants