diff --git a/apps/web/components/eventtype/EventAppsTab.tsx b/apps/web/components/eventtype/EventAppsTab.tsx index 50dabb4abf..faa71884b3 100644 --- a/apps/web/components/eventtype/EventAppsTab.tsx +++ b/apps/web/components/eventtype/EventAppsTab.tsx @@ -106,7 +106,7 @@ export const EventAppsTab = ({ eventType }: { eventType: EventType }) => { {!shouldLockDisableProps("apps").disabled && (
{!isLoading && notInstalledApps?.length ? ( -

{t("available_apps")}

+

{t("available_apps")}

) : null}
{notInstalledApps?.map((app) => ( diff --git a/apps/web/components/ui/UsernameAvailability/PremiumTextfield.tsx b/apps/web/components/ui/UsernameAvailability/PremiumTextfield.tsx index d5fe0f0746..f6d39ba2d8 100644 --- a/apps/web/components/ui/UsernameAvailability/PremiumTextfield.tsx +++ b/apps/web/components/ui/UsernameAvailability/PremiumTextfield.tsx @@ -195,7 +195,7 @@ const PremiumTextfield = (props: ICustomUsernameProps) => { @@ -215,7 +215,7 @@ const PremiumTextfield = (props: ICustomUsernameProps) => { : "border focus:border", markAsError ? "focus:shadow-0 focus:ring-shadow-0 border-red-500 focus:border-red-500 focus:outline-none" - : "border-l-gray-300", + : "border-l-default", disabled ? "bg-subtle text-muted focus:border-0" : "" )} value={inputUsernameValue} @@ -234,8 +234,8 @@ const PremiumTextfield = (props: ICustomUsernameProps) => { isInputUsernamePremium ? "text-orange-400" : "", usernameIsAvailable ? "" : "" )}> - {isInputUsernamePremium ? : <>} - {!isInputUsernamePremium && usernameIsAvailable ? : <>} + {isInputUsernamePremium ? : <>} + {!isInputUsernamePremium && usernameIsAvailable ? : <>}
diff --git a/apps/web/components/ui/UsernameAvailability/UsernameTextfield.tsx b/apps/web/components/ui/UsernameAvailability/UsernameTextfield.tsx index d21b394209..acd51c6759 100644 --- a/apps/web/components/ui/UsernameAvailability/UsernameTextfield.tsx +++ b/apps/web/components/ui/UsernameAvailability/UsernameTextfield.tsx @@ -136,8 +136,8 @@ const UsernameTextfield = (props: ICustomUsernameProps) => { /> {currentUsername !== inputUsernameValue && (
- - {usernameIsAvailable ? : <>} + + {usernameIsAvailable ? : <>}
)} diff --git a/apps/web/pages/[user].tsx b/apps/web/pages/[user].tsx index 39e69cdd2d..bafaacc57c 100644 --- a/apps/web/pages/[user].tsx +++ b/apps/web/pages/[user].tsx @@ -59,7 +59,7 @@ export default function User(props: inferSSRProps & E {eventTypes.map((type, index) => (
  • + className=" border-subtle bg-default dark:bg-muted dark:hover:bg-emphasis hover:bg-muted group relative border-b first:rounded-t-md last:rounded-b-md last:border-b-0"> & E
    {isSingleUser && ( // When we deal with a single user, not dynamic group @@ -161,7 +161,7 @@ export default function User(props: inferSSRProps & E
    + className="border-subtle dark:bg-muted dark:hover:bg-emphasis hover:bg-muted group relative border-b first:rounded-t-md last:rounded-b-md last:border-b-0"> {/* Don't prefetch till the time we drop the amount of javascript in [user][type] page which is impacting score for [user] page */}
    diff --git a/apps/web/public/static/locales/es/common.json b/apps/web/public/static/locales/es/common.json index 501d7a08b0..e8cb5d0b14 100644 --- a/apps/web/public/static/locales/es/common.json +++ b/apps/web/public/static/locales/es/common.json @@ -799,7 +799,7 @@ "trending_apps": "Aplicaciones populares", "most_popular": "Más popular", "explore_apps": "Aplicaciones {{category}}", - "installed_apps": "Aplicaciones instaladas", + "installed_apps": "Apps instaladas", "free_to_use_apps": "Gratis", "no_category_apps": "No hay aplicaciones de {{category}}", "no_category_apps_description_calendar": "Añade una aplicación de calendario para comprobar si hay conflictos y evitar reservas duplicadas", diff --git a/apps/web/public/tips/insights-dark.jpg b/apps/web/public/tips/insights-dark.jpg index 515a2093f3..d3d9cbf88c 100644 Binary files a/apps/web/public/tips/insights-dark.jpg and b/apps/web/public/tips/insights-dark.jpg differ diff --git a/packages/app-store/zapier/pages/setup/index.tsx b/packages/app-store/zapier/pages/setup/index.tsx index aac35987f5..5a6b455d56 100644 --- a/packages/app-store/zapier/pages/setup/index.tsx +++ b/packages/app-store/zapier/pages/setup/index.tsx @@ -57,7 +57,7 @@ export default function ZapierSetup(props: IZapierSetupProps) { {!newApiKey ? ( <>
    {t("generate_api_key")}:
    - diff --git a/packages/features/ee/teams/components/AddNewTeamMembers.tsx b/packages/features/ee/teams/components/AddNewTeamMembers.tsx index d55d9044cc..f83836c074 100644 --- a/packages/features/ee/teams/components/AddNewTeamMembers.tsx +++ b/packages/features/ee/teams/components/AddNewTeamMembers.tsx @@ -103,6 +103,7 @@ export const AddNewTeamMembersForm = ({
    diff --git a/packages/features/tips/UpgradeTip.tsx b/packages/features/tips/UpgradeTip.tsx index 1a03fb4729..66ca54a279 100644 --- a/packages/features/tips/UpgradeTip.tsx +++ b/packages/features/tips/UpgradeTip.tsx @@ -44,7 +44,7 @@ export function UpgradeTip({ alt={title} /> -
    +

    {t(title)}

    {t(description)} diff --git a/packages/ui/components/apps/AllApps.tsx b/packages/ui/components/apps/AllApps.tsx index f030b17506..a1ecb8761a 100644 --- a/packages/ui/components/apps/AllApps.tsx +++ b/packages/ui/components/apps/AllApps.tsx @@ -94,7 +94,7 @@ function CategoryTab({ selectedCategory, categories, searchText }: CategoryTabPr }} className={classNames( selectedCategory === null ? "bg-emphasis text-default" : "bg-muted text-emphasis", - "hover:bg-emphasis rounded-md px-4 py-2.5 text-sm font-medium hover:cursor-pointer hover:text-gray-50" + "hover:bg-emphasis min-w-max rounded-md px-4 py-2.5 text-sm font-medium hover:cursor-pointer hover:text-gray-50" )}> {t("all_apps")}

  • @@ -168,7 +168,7 @@ export function AllApps({ apps, searchText, categories }: AllAppsPropsType) { {filteredApps.length ? (
    {filteredApps.map((app) => ( diff --git a/packages/ui/components/apps/SkeletonLoader.tsx b/packages/ui/components/apps/SkeletonLoader.tsx index b5b24af526..65e5184349 100644 --- a/packages/ui/components/apps/SkeletonLoader.tsx +++ b/packages/ui/components/apps/SkeletonLoader.tsx @@ -31,9 +31,13 @@ function SkeletonItem() {
    -
    - - +
    +
    + +
    +
    + +
    diff --git a/packages/ui/components/avatar/AvatarGroup.tsx b/packages/ui/components/avatar/AvatarGroup.tsx index 7ad45757b5..8f94a31f38 100644 --- a/packages/ui/components/avatar/AvatarGroup.tsx +++ b/packages/ui/components/avatar/AvatarGroup.tsx @@ -45,7 +45,7 @@ export const AvatarGroup = function AvatarGroup(props: AvatarGroupProps) { {numTruncatedAvatars > 0 && (
  • {Icon && ( -
    +
    )} diff --git a/packages/ui/components/editor/stylesEditor.css b/packages/ui/components/editor/stylesEditor.css index 2db91898fd..e9ffd3616d 100644 --- a/packages/ui/components/editor/stylesEditor.css +++ b/packages/ui/components/editor/stylesEditor.css @@ -1,6 +1,5 @@ .editor a { - color: #0000FF; text-decoration: underline; font-size: 14px; }