Alex van Andel
46f0b55a45
Techdebt/bundle size experiments ( #7894 )
...
* Checking package size effects when we remove zod from middleware
* Remove 'crypto' from client code
* Revert "Checking package size effects when we remove zod from middleware"
This reverts commit ecc2038411
.
* Adding lodash to dynamicImports + consistent imports
* Remove the locales from the global Dayjs object
2023-03-23 11:49:28 -07:00
Omar López
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
Omar López
cf33106d8b
WIP: SIU: Maximum call stack size exceeded fix? ( #6740 )
...
* Maximum call stack size exceeded fix?
# Conflicts:
# packages/prisma/index.ts
* Prisma client extensions is too much for our TS
* Removed unused Icons
* Type fixes
2023-01-26 17:51:03 -05: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
Jeroen Reumkens
795574ef88
Ensure topbanner is always on top of page layout rather than inside main content ( #6098 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
2022-12-19 17:37:20 +00:00
Peer Richelsen
8849d1148c
removed z-index from topbanner ( #6008 )
2022-12-13 23:04:25 +05:30
Udit Takkar
144d57adb2
fix: make banner responsive and cover entire app ( #5934 )
...
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: sean-brydon <55134778+sean-brydon@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-12-08 18:42:55 +00:00
Harsh Singh
dcd9ff72b7
fix banner z-index ( #5707 )
...
* fix: 404 page for undefined events
* remove prev code merge
* change: z-index value of banner
Co-authored-by: Guest <guest@pop-os.localdomain>
2022-11-27 11:49:16 +00:00
Omar López
ee620c7fff
Adds team upgrade banner ( #5541 )
...
* Adds team upgrade banner
* Update TeamListItem.tsx
* Update payments.ts
* Copy updates and mobile style fixes
* Update packages/trpc/server/routers/viewer/teams.tsx
Co-authored-by: alannnc <alannnc@gmail.com>
Co-authored-by: alannnc <alannnc@gmail.com>
2022-11-16 21:07:20 +00:00
Udit Takkar
4fef7ba5e2
Feat/top banner ( #5443 )
...
* wip
* wip
* chore: remove unused import
* feat: top banner component added
* feat: top banner stories added
* fix: icon bug
* Update packages/ui/components/topbanner/TopBanner.tsx
Co-authored-by: Omar López <zomars@me.com>
* Apply suggestions from code review
* Export fixes
* Feedback
* Type fixes
* Fixes
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Alex van Andel <me@alexvanandel.com>
Co-authored-by: Omar López <zomars@me.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-11-15 12:33:59 -07:00