Thanks to visit codestin.com
Credit goes to github.com

Skip to content

feat: Salesforce Event Type App v3 designs #21100

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

Merged
merged 25 commits into from
May 6, 2025
Merged

Conversation

sean-brydon
Copy link
Member

@sean-brydon sean-brydon commented May 3, 2025

What does this PR do?

Fixes: #18538

Visual Demo

BEFORE:
image

AFTER
Salesforce
CleanShot 2025-05-03 at 21 46 22

CleanShot 2025-05-03 at 21 46 28

Other apps (will update with section components in a follow up PR)
Uploading CleanShot 2025-05-03 at 21.46.53.png…

UI playground docs on section
New V3 designs have seen this pattern a lot so why not make it as re-usable as possible.

CleanShot 2025-05-03 at 21 49 27
CleanShot 2025-05-03 at 21 49 31

Mandatory Tasks (DO NOT REMOVE)

  • I have self-reviewed the code (A decent size PR without self-review might be rejected).
  • I have updated the developer docs in /docs if this PR makes changes that would require a documentation change. If N/A, write N/A here and check the checkbox.

How should this be tested?

Install salesforce to an event type
Add some faux data

Checklist

  • I haven't read the contributing guide
  • My code doesn't follow the style guidelines of this project
  • I haven't commented my code, particularly in hard-to-understand areas
  • I haven't checked if my changes generate no new warnings

Summary by mrge

Added new Section UI components and updated the Salesforce Event Type app to use the new V3 designs for a more organized and consistent settings experience.

  • New Features
    • Introduced a reusable Section component with support for headers, icons, subsections, and nested content.
    • Updated Salesforce Event Type app settings to use the new Section layout, improving clarity and usability.
    • Added UI playground docs and examples for the Section component.

@sean-brydon sean-brydon requested review from a team as code owners May 3, 2025 20:51
@github-actions github-actions bot added consumer crm-apps area: crm apps, salesforce, hubspot, close.com, sendgrid Medium priority Created by Linear-GitHub Sync 🧹 Improvements Improvements to existing features. Mostly UX/UI labels May 3, 2025
@keithwillcode keithwillcode added the core area: core, team members only label May 3, 2025
@dosubot dosubot bot added event-types area: event types, event-types ✨ feature New feature or request labels May 3, 2025
Copy link

vercel bot commented May 3, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

2 Skipped Deployments
Name Status Preview Comments Updated (UTC)
cal ⬜️ Skipped (Inspect) May 5, 2025 9:26am
calcom-web-canary ⬜️ Skipped (Inspect) May 5, 2025 9:26am

@vercel vercel bot temporarily deployed to Preview – calcom-web-canary May 3, 2025 20:54 Inactive
@vercel vercel bot temporarily deployed to Preview – cal May 3, 2025 20:54 Inactive
@vercel vercel bot temporarily deployed to Preview – api May 3, 2025 20:54 Inactive
Copy link

@mrge-io mrge-io bot left a comment

Choose a reason for hiding this comment

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

mrge found 11 issues across 14 files. View them in mrge.io

ref?: React.Ref<HTMLDivElement>;
className?: string;
}) => {
const [animateRef] = useAutoAnimate<HTMLDivElement>();
Copy link

Choose a reason for hiding this comment

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

Unused ref variable 'animateRef' is assigned but never used in the component's JSX.

Copy link
Member Author

Choose a reason for hiding this comment

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

Mrge it is used three lines below what are you on about

}>
<div>
<div>
{/* {app.credentialOwner && !isPlatform && (
Copy link
Member Author

Choose a reason for hiding this comment

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

This wasnt in designs anywhere - not sure where we need to put this or how important it is? @ciaranha

@vercel vercel bot temporarily deployed to Preview – api May 3, 2025 21:27 Inactive
Copy link
Member Author

Choose a reason for hiding this comment

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

Fixes select to match our input sizes

Copy link
Contributor

@Udit-takkar Udit-takkar left a comment

Choose a reason for hiding this comment

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

LGTM.

yarn.lock file seem to have many unrelated changes

@vercel vercel bot temporarily deployed to Preview – api May 5, 2025 09:26 Inactive
@vercel vercel bot temporarily deployed to Preview – calcom-web-canary May 5, 2025 09:26 Inactive
@vercel vercel bot temporarily deployed to Preview – cal May 5, 2025 09:26 Inactive
Copy link

graphite-app bot commented May 5, 2025

Graphite Automations

"Add ready-for-e2e label" took an action on this PR • (05/05/25)

1 label was added to this PR based on Keith Williams's automation.

Copy link
Contributor

@hbjORbj hbjORbj left a comment

Choose a reason for hiding this comment

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

Lets go!

@hbjORbj hbjORbj enabled auto-merge (squash) May 5, 2025 16:10
@hbjORbj hbjORbj merged commit 073faf9 into main May 6, 2025
83 of 87 checks passed
@hbjORbj hbjORbj deleted the feat/salesforce-event-types-v3 branch May 6, 2025 08:21
Copy link
Contributor

github-actions bot commented May 6, 2025

E2E results are ready!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
consumer core area: core, team members only crm-apps area: crm apps, salesforce, hubspot, close.com, sendgrid event-types area: event types, event-types ✨ feature New feature or request 🧹 Improvements Improvements to existing features. Mostly UX/UI Medium priority Created by Linear-GitHub Sync ready-for-e2e
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CAL-4999] Salesforce design improvements
5 participants