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
Kinjalk Bajpai and GitHub
b3d64104b0
fix: Removing 2fa text that appears twice ( #9762 )
2023-06-25 15:21:39 +00:00
Omar López and GitHub
2d6eebcd8a
chore: Sync packages mismatches ( #9725 )
2023-06-22 15:25:37 -07:00
Hariom Balhara and GitHub
fba2a2e2ca
test: Two Factor Auth ( #9142 )
...
* Fix 2 Factor Auth
* Add 2fa tests
2023-05-30 14:23:49 +00:00
6fc9e9315d
Bug/checkbox calendar sync state ( #8677 )
...
* switch wip
* Implement calendar switch component
* Checked default
* Add spinner to improve UX
* Add connected calendar reivaluate
* Remove local state
* Move back to middleware
* Fix spacing issue
* fix: spacing
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in >
---------
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in >
Co-authored-by: Udit Takkar <udit.07814802719@cse.mait.ac.in >
2023-05-09 17:53:23 +01:00
5fd7d63388
correction of position on 'Adding events to' button ( #8290 )
...
* correction to position
* Update apps/web/components/settings/CalendarSwitch.tsx
---------
Co-authored-by: Peer Richelsen <peer@cal.com >
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2023-04-16 20:06:02 +00:00
91f381bce9
Replace react icons with lucidedev ( #8146 )
...
* migrate from react-icons to lucide-react
* replace react-icon with lucide-dev: Webhook Icon
* add lucide transformer
* Fix LinkIcon import
* Update yarn.lock to include monorepo deps
* Migrated icons in ChargeCardDialog
* Port Storybook to new icons as well
* Adjust Info & Globe icons size to match react-icons size
---------
Co-authored-by: Alex van Andel <me@alexvanandel.com >
2023-04-12 17:26:31 +02:00
e1096620e6
fix: replace ltr and rtl with new ms and me ( #8138 )
...
Co-authored-by: Peer Richelsen <peer@cal.com >
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2023-04-09 11:13:57 +02:00
sean-brydon and GitHub
4b0d22655d
Feat/tokens + darkmode + theme support ( #7876 )
2023-04-05 18:14:46 +00:00
Peer Richelsen
fe0745121b
minor fix to adding to badge
2023-03-23 13:07:11 +01:00
2317473545
feat(web): improve session retrieval performance ( #7584 )
...
* feat(web): improve session retrieval performance
Switch to using `getServerSession` which avoids a HTTP round trip to retrieve session details.
Additionally, migrate deprecated `app/lib/auth` calls to to `@calcom/lib` package.
* fix: update failing test and lint
* Consolidates auth code in features
* Update yarn.lock
* Update packages/trpc/server/createContext.ts
* Oopsie
---------
Co-authored-by: zomars <zomars@me.com >
2023-03-10 23:45:24 +00:00
Omar López and GitHub
7c749299bb
Enforces explicit type imports ( #7158 )
...
* Enforces explicit type imports
* Upgrades typescript-eslint
* Upgrades eslint related dependencies
* Update config
* Sync packages mismatches
* Syncs prettier version
* Linting
* Relocks node version
* Fixes
* Locks @vitejs/plugin-react to 1.3.2
* Linting
2023-02-16 15:39:57 -07:00
cfa8fd8b67
Reduce bundle size by importing single icons at a time ( #6644 )
...
* Removed barrel import for icons to reduce bundle size.
* Fixed replacement mistakes
* Reverted unneccesary yarn.lock updates
* Added some missed Icon. import conversions
* Remove merge artifact import in @calcom/ui
* Don't import Icon in pages/[user]
* Update packages/ui/package.json
Co-authored-by: Alex van Andel <me@alexvanandel.com >
Co-authored-by: Omar López <zomars@me.com >
2023-01-23 23:08:01 +00:00
45d10a3bc4
a11y: right-to-left improvements ( #6235 )
...
* fixed a ton of rtl issues
* removed duplicant
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com >
2023-01-04 07:38:45 +00:00
sean-brydon and GitHub
7ebea57602
Dialog Api improvements ( #5714 )
2022-11-28 19:14:38 +00:00
ccc2bdd25e
🧹 One calcom/ui import to rule them all ( #5561 )
...
* Removed emptyscreen component v1 version, migrated pages that still used it to v2, and removed v1 of workflow pages and components.
* updated workflow pages imports to remove v2 from path.
* Deleted v1 switch component, deleted v1 api-keys components, deleted old web integrations components that were unused.
* Removed v1 list component.
* Fixed event workflows tab path.
* Fixed import path for button in sandbox page.
* Cleanup and type fixes
* Making explicit indexes
* UI import migrations
* More import fixes
* More import fixes
* Submodule sync
* Type fixes
* Build fixes
Co-authored-by: zomars <zomars@me.com >
2022-11-22 19:55:25 -07:00
db7c3fb52f
feat: trpc v10 migration ( #5332 )
...
* migrate router
* createTRPCReact
* frontend 1
* random format change
* frontend 2
* withQuery
* form router
* TS-ERROR: proxy on utils-client
* inferance
* ssg
* reuse
* trpc rc4
* Apply suggestions from code review
* skip test
* move skip one level up
* whops
* rc 6 with new setData func
Co-authored-by: zomars <zomars@me.com >
2022-11-10 23:40:01 +00:00
b5b41da183
Cleaning up storybook files ( #5290 )
...
* storybook v2 init
* Merge config into storybook vite build
* Remove path
* Storybook config tweaks
* Added styles and settings for storybook v2, and started working on button documentation and examples.
* Badges + flex wrap on mobile
* Breadcrumbs+button+avatar
* Checkbox
* Input + moving files around
* WIP table
* WIP table grid
* Replaced imports for new components.
* Added first steps for varianttable.
* Small alignment fix.
* Custom Args Table - With scrollbar
* Adding table to components that need it + darkmode
* Add intro
* Fix types
* Remove V1 storybook and replace with V2
* Fix badge type error
* Fixed storybook dependencies
* Added cover image to storybook
* Remove vita from ts config, we dont use vite.
* Fixed button import.
* Explained postcss pseudo plugin.
* Fixed badge import.
* Add Avatar Stories
* ButtonGroup Stories
* Fixed imports
* Add checkbox stories
* Add exports for differnt types of inputs
* Fix form and text area input
* Fix mass import errors
Co-authored-by: Jeroen Reumkens <hello@jeroenreumkens.nl >
Co-authored-by: Alex van Andel <me@alexvanandel.com >
2022-11-04 15:40:46 +00:00
Jeroen Reumkens and GitHub
d0338dc71b
🧹 Cleaned up older v1 components for availability, settings and auth. ( #5288 )
...
* Cleaned up older v1 components for availability, settings and auth.
* Updated path.
2022-11-01 13:29:01 +00:00