Udit Takkar and GitHub
50f6aa5f58
perf: refactor and replacing viewer.teams.getMinimal with viewer.teams.get ( #16552 )
2024-10-10 12:51:07 -07:00
19634073e9
refactor: improve team members page performance ( #16155 )
...
* fix: simplify workflow page and improve load time
* chore: use new endpoint
* chore: save progress
* refactor: code
* refactor: remove not requried code
* chore: remove schema
* chore: fix typ
* chore: improve
* chore: change name
* chore: remove unused
* chore: remove page
* refactor: teams page
* feat: add auto scroll
* chore: create validate unique invite
* fix: auth check
* fix: optimistic update
* chore
* fix: add loading
* fix: improvements
* chore: remove
* chore
* chore: fix teams page
* fix: team profile page
* fix: appearance page
* fix: sso view
* fix: type err
* feat: defer loading connected Apps
* fix: type err
* fix: type error
* fix: type err
* fix: connectedApps type
* chore: move
* chore: missing export
* feat: add search by name
* fix: display role change
* fix: use setInfiniteData
* chore: save progress
* test: add unit tests for loading members
* fix: test
* chore: update name
* fix: bugs and improvements
* chore: change variable name
* test: add tests for checkCanAccessMembers
* refactor: performance
---------
Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com >
2024-08-29 13:32:54 +05:30
ac858c9bee
fix: [CAL-3374] Says Number is not Verified, but it is Verified ( #14531 )
...
* fix: [CAL-3374] Says Number is not Verified, but it is Verified
* clearing error only when verified
* type-checks fixed
* chore: improvement
---------
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
Co-authored-by: Udit Takkar <udit222001@gmail.com >
2024-04-12 11:33:24 -04:00
559ab4192f
fix: team invite broken link ( #13344 )
...
* fix: team invite broken link
* default value fix
---------
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
2024-01-22 15:31:57 +00:00
GitStart-Cal.com and GitHub
e731c33235
feat: Add divider and set spacing on modals with the type=creation prop (feat-add-divider)
...
## What does this PR do?
<!-- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. -->
- Add the prop customDividerClassName to customize the CSS Divider if needed
- Add a divider on all modals with type="creation" prop, following the [figma](https://www.figma.com/file/9MOufQNLtdkpnDucmNX10R/1.-Cal-DS?type=design&node-id=29898%3A100590&t=62LvZCZAEZm5zDdw-1 ) design
- Some type="creation" modals seem not to be this type, we pushed all changes with screenshots, if you want us to revert the changes on some modals we will revert

- Inline Embed:

- Enable Two-Factor Authentication:

-Enable Two-Factor Authentication (step 2):

-Enable Two-Factor Authentication (step 3):

- Disable Two-Factor Authentication:

- Delete Account:

- Update Timezone:

- Duplicate Event Type:

- Add a New Form:

- Change Team Member Role:

- Impersonate:

- Bulk Update Event Types:

- Connecting with MS Teams:

- Set a Default App Link:

- OIDC configuration:

- SAML Configuration:

- How to use booking questions as variables?


- Invite Link Settings:

- Add Action:

- Edit Keys:

- Create an Api Key:

- API key created successfully:

- Invite Team Member:

- Add a Question:

- Add a new event type:

2023-06-29 08:47:16 +01:00
Omar López and GitHub
2d6eebcd8a
chore: Sync packages mismatches ( #9725 )
2023-06-22 15:25:37 -07:00
9b28b7f78a
fix: remove duplicate value i18n ( #8547 )
...
* fix: remove duplicate value i18n
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in >
* feat: add duplicate check in next config
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in >
* fix: remove more duplicates
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in >
* fix: description on two factor page
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in >
* Update apps/web/next.config.js
* Update apps/web/next.config.js
---------
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in >
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com >
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2023-06-08 13:37:54 +00:00
10f965570b
feat: Add copy invite link ( #8355 )
...
* feat: Add shared invite link
* refactor: Rename Invite to Team Invite model
* feat: add admin check for team invite link procedures
* Replace TeamInvite with VerificationToken
* Add team invite null checks
* Migrates tRPC procedures to new format
* Type fixes
* Update common.json
---------
Co-authored-by: zomars <zomars@me.com >
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com >
Co-authored-by: alannnc <alannnc@gmail.com >
Co-authored-by: Efraín Rochín <roae.85@gmail.com >
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
2023-06-06 23:34:14 +00:00