-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: divider usage in HeaderAndActions (#113)
* fix: use StatusType * fix: use AutoLoadStatus * fix: use typof SiteSupport.* * fix: one more of Status to StatusType * fix: use import type * fix: use path alias imports * fix: use Extract * fix: remove unnecessary import * fix: **revert this later** - comment out build errs * fix: add schedule to story * feat: add props for dividers * revert: un-comment build errors This reverts commit 082e9e0. * Revert "fix: remove unnecessary import" This reverts commit 9230346. * Revert "fix: use Extract" This reverts commit f6aa80d. * Revert "fix: use path alias imports" This reverts commit ea9bf3c. * Revert "fix: use import type" This reverts commit 27fee47. * Revert "Merge branch 'fix/Status-to-StatusType' into fix/divider-usage" This reverts commit b1715ea, reversing changes made to 9ccc43c. * fix: dont use magic number * fix: lint errs * fix: reorder imports
- Loading branch information
1 parent
5f1c023
commit 84e8320
Showing
4 changed files
with
14 additions
and
6 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
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
3 changes: 2 additions & 1 deletion
3
src/views/components/calendar/CalendarCourseCell/CalendarCourseCell.tsx
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