-
Notifications
You must be signed in to change notification settings - Fork 665
Scheduler: refactor Header module #32258
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+328
−288
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
df229e2
refactor: add types to m_calendar
sjbur bcc5570
refactor: add types to m_header
sjbur ec8a94a
feat: add types to m_date_navigator
sjbur 9ec0d4e
refactor: add types to m_utils in header
sjbur 56a217c
refactor: move today button to m_date_navigator
sjbur 58d7324
refactor: revert changes to m_date of js/core
sjbur ce2e03a
eslint: add strict ts rules to header folder
sjbur 2ea8c28
refactor: introduce new folder structure for header
sjbur 1747a00
Revert "refactor: introduce new folder structure for header"
sjbur bb9648f
fix: fix bug
sjbur 2e72021
fix: fix ts lint
sjbur a312599
refactor: small updates to syntax
sjbur 0dc2548
refactor: small updates to syntax
sjbur ebf6cec
refactor: small updates to syntax
sjbur 097b90a
refactor: rename scheduler calendar header type
sjbur dd4dc57
fix: fix build
sjbur 7e10d94
refactor: small updates to syntax
sjbur c5434c1
Apply suggestion from @Copilot
sjbur be2f023
Merge branch '26_1' into issue-1874_26_1
sjbur b4ab34f
Merge branch '26_1' into issue-1874_26_1
sjbur 9acc2bd
feat: add public/private modificators
sjbur 4afb151
refactor(scheduler): simplify getPeriodEndDate logic
sjbur 5ecd11c
Merge branch '26_1' into issue-1874_26_1
sjbur afc57ad
feat: apply changes
sjbur 1407747
Merge remote-tracking branch 'origin/issue-1874_26_1' into issue-1874…
sjbur 3119625
feat: apply changes
sjbur 9b3c66c
fix: return _getDefaultOptions
sjbur File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The 'tsconfigRootDir' path appears to be incorrect. It's set to '${__dirname}/js/__internal', but the tsconfig.json is located at the package root. This should likely be just '__dirname' or the path should correctly resolve to where tsconfig.json exists. This misconfiguration could cause TypeScript parsing issues in the ESLint rules.