Miguel Nieto
a0c9123ee7
fix: Add appName to generate_api_key_description ( #7819 )
2023-03-20 11:18:46 +00:00
Jeroen Reumkens
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
Peer Richelsen
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
Jeroen Reumkens
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
Leo Giovanetti
1010e2894a
Bringing back sendgrid app to review ( #5501 )
...
* Sendgrid app and code simplification
* Applying app-store-cli + impl
* Fixing types
* Adding features to readme
* Fixing unit tests
* A few last tweaks regarding UX and env vars
* Applying feedback
* Using calcom icons
* Renaming and applying feedback
* Testing user/type page fix
* Standarizing Sendgrid client usage
* Removing types
* Reverting CloseCom changes
* Stop relying on sendgrid client pkg
* Fixing button and more reverting closecom changes
* Revert "Stop relying on sendgrid client pkg"
This reverts commit dd61851572
.
* Revert "Removing types"
This reverts commit 1ec5ed8de2
.
* Is this it?
* Standardizing apis
* Fixing path
* Fixing throwing errors the standard way
* Stop relying on getInstalledAppPath
* Removing seemingly troubling code
* Returning error and avoiding any outer reference
* Revert "Returning error and avoiding any outer reference"
This reverts commit 7d32e30154
.
* Revert "Removing seemingly troubling code"
This reverts commit eaae772abc
.
* Revert "Stop relying on getInstalledAppPath"
This reverts commit bcc70fc337
.
* Revert "Fixing throwing errors the standard way"
This reverts commit bb1bb410fa
.
* Revert "Fixing path"
This reverts commit a7bd83c4fb
.
* Revert "Standardizing apis"
This reverts commit 0258a18229
.
* Revert "Is this it?"
This reverts commit 70b3f7b98e
.
* Converting APIs to legacy style
* Missing reverted CloseCom test mock
* Needed for the renaming
* Reverting Closecom and yarn unneeded changes
* Ununsed type
* Testing rearranging exports
* Update apps/web/components/apps/OmniInstallAppButton.tsx
Co-authored-by: Omar López <zomars@me.com>
* Standardizing APIs
* Fixing wrong toast message on app page
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Omar López <zomars@me.com>
2022-11-17 21:38:34 +00:00