From f3623096e41762319c5ed94b839ffa91d6e38bca Mon Sep 17 00:00:00 2001 From: Saquib Ali <54936572+saquib1998@users.noreply.github.com> Date: Mon, 9 Oct 2023 01:53:23 +0530 Subject: [PATCH 1/3] fix: decreased top and bottom padding (#11750) Co-authored-by: Saquib Ali --- packages/features/shell/Shell.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/features/shell/Shell.tsx b/packages/features/shell/Shell.tsx index 80c428dfe6..0b7aee0f4a 100644 --- a/packages/features/shell/Shell.tsx +++ b/packages/features/shell/Shell.tsx @@ -1008,7 +1008,7 @@ function MainContainer({
{/* show top navigation for md and smaller (tablet and phones) */} {TopNavContainerProp} -
+
{!props.withoutMain ? {props.children} : props.children} From 5b7224e47ef08f1272727c3881bc9a2874c5e27d Mon Sep 17 00:00:00 2001 From: Crowdin Bot Date: Sun, 8 Oct 2023 20:26:14 +0000 Subject: [PATCH 2/3] New Crowdin translations by Github Action --- apps/web/public/static/locales/lv/common.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 apps/web/public/static/locales/lv/common.json diff --git a/apps/web/public/static/locales/lv/common.json b/apps/web/public/static/locales/lv/common.json new file mode 100644 index 0000000000..0967ef424b --- /dev/null +++ b/apps/web/public/static/locales/lv/common.json @@ -0,0 +1 @@ +{} From a35750734c274f68444fed11e92e6395d6f9f20a Mon Sep 17 00:00:00 2001 From: "GitStart-Cal.com" <121884634+gitstart-calcom@users.noreply.github.com> Date: Mon, 9 Oct 2023 08:28:28 +0000 Subject: [PATCH 3/3] fix: InputField storybook file is not rendering (fix-inputField) (#10938) Co-authored-by: gitstart-calcom --- packages/ui/components/form/inputs/inputs.stories.mdx | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/packages/ui/components/form/inputs/inputs.stories.mdx b/packages/ui/components/form/inputs/inputs.stories.mdx index 84d6367e46..7d60a026f5 100644 --- a/packages/ui/components/form/inputs/inputs.stories.mdx +++ b/packages/ui/components/form/inputs/inputs.stories.mdx @@ -1,22 +1,20 @@ -import { Canvas, Meta, Story, ArgsTable } from "@storybook/addon-docs"; +import { Canvas, Meta, Story } from "@storybook/addon-docs"; import { Examples, Example, - Note, Title, CustomArgsTable, VariantRow, VariantsTable, } from "@calcom/storybook/components"; -import { Select, UnstyledSelect } from "../select"; -import { InputFieldWithSelect } from "./Input"; -import { InputField } from "./Input"; +import { InputFieldWithSelect } from "./InputFieldWithSelect"; +import { InputField } from "./TextField"; - +<Title title="Inputs" suffix="Brief" subtitle="Version 2.0 — Last Update: 24 Aug 2023" /> ## Definition