Skip to content
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

Implement monthly view calendar for admin scheduling UI #207

Merged
merged 14 commits into from
Mar 31, 2022

Commits on Mar 31, 2022

  1. Implement month view calendar

    Lambert Liu committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    a227dca View commit details
    Browse the repository at this point in the history
  2. Grey out days with no events

    Lambert Liu committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    36ea83d View commit details
    Browse the repository at this point in the history
  3. Move event type to separate file

    Lambert Liu committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    0b7266f View commit details
    Browse the repository at this point in the history
  4. Refactor calendar files to separate directory

    Lambert Liu committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    c4619b6 View commit details
    Browse the repository at this point in the history
  5. Move MonthEvent to types file

    Lambert Liu committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    5fa84ca View commit details
    Browse the repository at this point in the history
  6. Update CreatePostingShifts.tsx

    Lambert Liu committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    bd09c3b View commit details
    Browse the repository at this point in the history
  7. Update CalendarTypes.ts

    Lambert Liu committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    fd1a927 View commit details
    Browse the repository at this point in the history
  8. Implement month view calendar

    Lambert Liu committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    ba1577b View commit details
    Browse the repository at this point in the history
  9. Grey out days with no events

    Lambert Liu committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    4a262cd View commit details
    Browse the repository at this point in the history
  10. Remove unused imports

    Lambert Liu committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    ea18d06 View commit details
    Browse the repository at this point in the history
  11. Move event type to separate file

    Lambert Liu committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    bfc16a2 View commit details
    Browse the repository at this point in the history
  12. Refactor calendar files to separate directory

    Lambert Liu committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    ed4917d View commit details
    Browse the repository at this point in the history
  13. Remove calendar preview in Default.tsx

    Lambert Liu committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    384793f View commit details
    Browse the repository at this point in the history
  14. Update Default.tsx

    Lambert Liu committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    939d052 View commit details
    Browse the repository at this point in the history