-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
This reverts commit 7fbee34.
- Loading branch information
1 parent
7fbee34
commit c998b4a
Showing
43 changed files
with
429 additions
and
1,014 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
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
7 changes: 7 additions & 0 deletions
7
apps/myanmar_calendar/src/components/layouts/Calendar/Cells/YearCell.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
import React from "react"; | ||
|
||
function YearCell() { | ||
return <div>YearCell</div>; | ||
} | ||
|
||
export default YearCell; |
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
8 changes: 8 additions & 0 deletions
8
apps/myanmar_calendar/src/components/layouts/Calendar/WeekMode.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
import React from "react"; | ||
import CommingSoonBanner from "./CommingSoonBanner"; | ||
|
||
function WeekMode() { | ||
return <CommingSoonBanner title="Week Mode" />; | ||
} | ||
|
||
export default WeekMode; |
44 changes: 0 additions & 44 deletions
44
apps/myanmar_calendar/src/components/layouts/Calendar/WeekMode/WeekColumn.tsx
This file was deleted.
Oops, something went wrong.
50 changes: 0 additions & 50 deletions
50
apps/myanmar_calendar/src/components/layouts/Calendar/WeekMode/WeekColumnHead.tsx
This file was deleted.
Oops, something went wrong.
71 changes: 0 additions & 71 deletions
71
apps/myanmar_calendar/src/components/layouts/Calendar/WeekMode/WeekMode.tsx
This file was deleted.
Oops, something went wrong.
8 changes: 8 additions & 0 deletions
8
apps/myanmar_calendar/src/components/layouts/Calendar/YearMode.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
import React from "react"; | ||
import CommingSoonBanner from "./CommingSoonBanner"; | ||
|
||
function YearMode() { | ||
return <CommingSoonBanner title="Year Mode" />; | ||
} | ||
|
||
export default YearMode; |
Oops, something went wrong.