-
-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add new event datetime was clicked (#184)
* feat: add styles for dark mode * test: add visual regression tests for dark mode * feat: create function for calculating time based on clickOffset and weekHeight * test: add test cases for getTimeFromClick * refactor: implement time.doubleDigit * test: add tests to Qalendar.test.ts * test: add more tests to Qalendar.test.ts * feat: make datetime-was-clicked compatible with flexible day boundaries * feat: deprecate day-was-clicked and add date-was-clicked for month view * docs: add documentation for datetime-was-clicked and date-was-clicked * test: add unit tests for Month.test.ts * test: add more tests to Month.test.ts * test: add unit tests for language function * test: add unit tests for language function * fix: implicit type any * test: add unit tests for Errors.ts * test: add unit tests for EventFlyoutPosition.ts * test: add unit tests for month/Day.vue * test: add unit tests for Week.vue and DatePicker.vue * test: add unit tests for DatePicker.vue * refactor: remove unnecessary watcher in DatePicker.vue
- Loading branch information
1 parent
cf62c8a
commit 125fe3d
Showing
28 changed files
with
1,141 additions
and
209 deletions.
There are no files selected for viewing
This file contains 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
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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 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
Binary file not shown.
This file contains 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 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 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 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 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 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 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 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.