-
Notifications
You must be signed in to change notification settings - Fork 8.5k
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
feat:UI_Improved_of_Delete_Workflow_Button_and_Calender_Part #18879
Conversation
@Jynx2004 is attempting to deploy a commit to the cal Team on Vercel. A member of the Team first needs to authorize it. |
Hey there and thank you for opening this pull request! 👋🏼 We require pull request titles to follow the Conventional Commits specification and it looks like your proposed title needs to be adjusted. Details:
|
Graphite Automations"Add consumer team as reviewer" took an action on this PR • (01/24/25)1 reviewer was added to this PR based on Keith Williams's automation. "Add community label" took an action on this PR • (01/24/25)1 label was added to this PR based on Keith Williams's automation. |
{/* <Button onClick={nextMonthButton} color="primary" EndIcon="arrow-right" data-testid="view_next_month"> | ||
{t("view_next_month")} | ||
</Button> | ||
</Button> */} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why are we commenting this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As we are not allowing the user to book too far , so due to that thing , i have removed the button which on clicking displays the next month .
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
left comments
.env.appStore.example
Outdated
@@ -142,3 +142,4 @@ REVERT_API_URL=https://api.revert.dev/ | |||
# - Huddle01 | |||
# Used for the huddle01 integration | |||
HUDDLE01_API_TOKEN= | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ya i will remove this . Sorry for that
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changes done
Hey @Jynx2004, thank you for the PR, closing it for now, feel free to make for other issues. |
What does this PR do?
Mandatory Tasks (DO NOT REMOVE)
How should this be tested?
Checklist