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

Feature 166 on call UI completion #168

Open
wants to merge 47 commits into
base: develop
Choose a base branch
from

Conversation

AfoninOleksandr
Copy link

Merged develop with on-Call-UI
Bugs included but still runs locally

@AfoninOleksandr AfoninOleksandr linked an issue Oct 7, 2024 that may be closed by this pull request
Copy link

cloudflare-workers-and-pages bot commented Oct 7, 2024

Deploying metatavu-home with  Cloudflare Pages  Cloudflare Pages

Latest commit: 9229b4f
Status:🚫  Build failed.

View logs

src/components/contexts/oncall-handler.tsx Outdated Show resolved Hide resolved
src/components/screens/home-screen.tsx Outdated Show resolved Hide resolved
src/components/screens/on-call-calendar-screen.tsx Outdated Show resolved Hide resolved
src/components/screens/on-call-calendar-screen.tsx Outdated Show resolved Hide resolved
src/App.tsx Outdated Show resolved Hide resolved
@@ -0,0 +1,82 @@
import { useState } from "react";
import GenericDialog from "../generics/generic-dialog";
import { OnCallCalendarEntry } from "../../types";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
import { OnCallCalendarEntry } from "../../types";
import type { OnCallCalendarEntry } from "../../types";

import { SystemProps } from '@mui/system';
import UserRoleUtils from "src/utils/user-role-utils";


Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Check ur indentation here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

On Call UI Completion
7 participants