Alex van Andel and GitHub
d25c043046
chore: Remove all avatar/logo references ( #14532 )
...
* chore: Remove all avatar/logo references
* Updated user profile to only use avatarUrl
* fix: minor style issue
* chore: Remove redundant includeTeamLogo
* fix: Use right avatar default in event type list
* fix: placeholder avatar team profile, target
* chore: Add logoUrl/avatarUrl to JWT
* fix: Bunch of org avatar issues, fix members list
* Fix logoUrl on org pages
* More type fixes
* Hopefully final type fixes
* Another round of type fixes
* fix: UserForm ts
* fix: Handle as return types, not input types
* fix: Remove profile and add avatarUrl
* fix: notFound as const
* fix: Seeder avatarUrl params
* revert: Migration changes for easier recovery
* fix: Add explicit type to builder as avatar is now set
* Add logoUrl to unpublished entity
* Avatar test out of scope here
* fix: Use the new avatarUrl after save
* chore: Removed getOrgAvatarUrl/getTeamAvatarUrl
* fix: Update sidebar image immediately after change
* Unable to safe unnamed user, so default
* fix: Unpublished page, add organization test
* Add more tests
2024-04-18 21:54:16 -07:00
Peer Richelsen and GitHub
dfd683ffc4
feat: added banner for orgs ( #13644 )
...
Use this banner to test https://pbs.twimg.com/profile_banners/1063089191565905920/1685635865/1500x500
- [x] add backend
- [x] add file upload (require 1500x500px) in Organization/Appearance
- [x] for now, apply this to all Org event types. later we could think about sub-team overwrites, but for now org is enough
1) Upload Banner Screen
<img width="1512" alt="Screenshot 2024-02-15 at 10 26 36 PM" src="https://github.com/calcom/cal.com/assets/53316345/3c7417ee-7ef7-4138-b5f8-38f255a407fa ">
2)
<img width="1512" alt="Screenshot 2024-02-15 at 10 27 02 PM" src="https://github.com/calcom/cal.com/assets/53316345/a74dffbf-3727-4b2f-82d5-fefd55c12901 ">
3) Go to Org Team Event Types
<img width="1512" alt="Screenshot 2024-02-15 at 10 27 21 PM" src="https://github.com/calcom/cal.com/assets/53316345/5f188bd7-8a66-4da7-be73-1b5e178b5b3b ">
__________________________________________________
DESIGNS

__


mobile:

2024-03-06 16:18:56 -07:00
Udit Takkar and GitHub
e9ea0fcc20
feat: add cal video logo whitelabel for organization ( #12616 )
2023-12-09 09:02:14 +00:00
Morgan and GitHub
80b92b5f11
chore: upgrade storybook 7.6.3 + use @storybook/nextjs ( #12673 )
...
* chore: upgrade storybook 7.6.3 + use @storybook/nextjs
* fix: color picker tests
2023-12-04 11:06:44 +00:00
Peer Richelsen and GitHub
dcf9c6a5e5
chore: added cursor-pointer to img upload ( #12624 )
...
* added cursor-pointer to img upload
* nit
2023-12-02 12:06:56 +00:00
4f26ca1a7b
feat: Base implementation of v2 of avatars ( #12369 )
...
* feat: Base implementation of v2 of avatars
* Make avatarUrl and logoUrl entirely optional
* Made necessary backwards compat changes
* fix: type errors
* Fix: OG image
* fix types
* Consistency with other behaviour, ux tweak
---------
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2023-11-20 12:49:38 +00:00
a4c1df3658
refactor: team settings redesign ( #12230 )
...
Co-authored-by: sean-brydon <55134778+sean-brydon@users.noreply.github.com >
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2023-11-16 16:18:24 +00:00
Mehul and GitHub
a519941b81
fix avatar remove button ( #12249 )
2023-11-15 15:23:33 +05:30
685be1663e
refactor: Setting redesign ( #11124 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2023-09-29 15:10:13 +01:00
Alex van Andel
85a1713897
Revert "refactor: Setting redesign ( #11124 )"
...
This reverts commit 4f3cf4f948 .
2023-09-29 13:37:06 +01:00
4f3cf4f948
refactor: Setting redesign ( #11124 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2023-09-28 19:04:51 +01:00
990441295c
chore: add ImageUploader in storybook (CALCOM-10760) ( #10865 )
...
Co-authored-by: gitstart-calcom <gitstart@users.noreply.github.com >
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
2023-08-25 15:06:55 +03:00
69c01b69f6
fix: responsive upload avatar ( #10392 )
...
* fix: responsive upload avatar
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in >
* Update ImageUploader.tsx
Move title to the DialogContent title prop instead of the content.
---------
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in >
Co-authored-by: Alex van Andel <me@alexvanandel.com >
2023-07-26 11:52:43 +00:00
80a1458538
fix: Update ImageUploader.tsx ( #10319 )
...
Co-authored-by: Udit Takkar <udit.07814802719@cse.mait.ac.in >
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2023-07-24 10:13:58 +00:00
Akshay and GitHub
c69c9d6314
Fix #10021 Changes save button color from secondary to primary. ( #10022 )
2023-07-10 15:30:00 +02:00
Nafees Nazik and GitHub
9e17149e5e
fix: limit avatar upload size ( #8135 )
2023-04-19 18:19:31 +02:00
sean-brydon and GitHub
4b0d22655d
Feat/tokens + darkmode + theme support ( #7876 )
2023-04-05 18:14:46 +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
9cb9ce2e42
Chor/bulk UI migration ( #6367 )
...
* Big bulk commit
* Switch and settings toggle
* Popover Kbar Timezones
* Image Uploader
* Fix core export
* Meta
* Swatch
* Remove shell
* Fix shell imports
* Moved ShellSubHeading component to UI, to prevent recursive imports from shell component
* Removed shell from ui ts config since shell doesnt have a dependency on shell anymore.
Co-authored-by: Jeroen Reumkens <hello@jeroenreumkens.nl >
Co-authored-by: Omar López <zomars@me.com >
2023-01-10 15:39:29 +00:00