From fe4f9de8ca003a878d6ed0fe414da8f4129ef348 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Sun, 17 Sep 2023 02:27:38 +0200 Subject: [PATCH 1/4] chore: update meetings.json and newsrooom_videos.json (#2151) --- config/meetings.json | 7 ------- 1 file changed, 7 deletions(-) diff --git a/config/meetings.json b/config/meetings.json index a73fac1f5167..acd908a4defe 100644 --- a/config/meetings.json +++ b/config/meetings.json @@ -1,11 +1,4 @@ [ - { - "title": "Headless Commerce: Streamlining Architecture", - "calLink": "https://www.google.com/calendar/event?eid=ODE1aHU2YzByNXJ0MjNlNGNjYmZwbm03b28gY19xOXRzZWlnbG9tZHNqNm5qdWh2YnB0czExY0Bn", - "url": "https://github.com/asyncapi/community/issues/716", - "banner": "https://user-images.githubusercontent.com/40604284/240259984-a4ce1ebd-653a-4a61-818f-6707b33b0777.png", - "date": "2023-06-08T12:00:00.000Z" - }, { "title": "Spec 3.0 Meeting", "calLink": "https://www.google.com/calendar/event?eid=bXJoZ24wcG5jbzM3dTR2cGxuYnQxbHA0Y3MgY19xOXRzZWlnbG9tZHNqNm5qdWh2YnB0czExY0Bn", From 2b13b27be96a5aa9fbccbd205dcf4f819ad850b9 Mon Sep 17 00:00:00 2001 From: Tushar <103761473+Tusharjain123@users.noreply.github.com> Date: Sun, 17 Sep 2023 18:27:31 +0530 Subject: [PATCH 2/4] =?UTF-8?q?fix:=20filter=20section=20is=20overflowing?= =?UTF-8?q?=20for=20small=20screen=20in=20dashboard=20sect=E2=80=A6=20(#16?= =?UTF-8?q?90)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Akshat Nema <76521428+akshatnema@users.noreply.github.com> --- components/dashboard/table/Filters.js | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/components/dashboard/table/Filters.js b/components/dashboard/table/Filters.js index 7bff24baccfc..2d3302ad1cf7 100644 --- a/components/dashboard/table/Filters.js +++ b/components/dashboard/table/Filters.js @@ -68,13 +68,14 @@ export default function Filters({ {open && (
0) ? `left-[${x}px]` : "left-[14px]"}`} style={{ - position: strategy, top: y ?? '', - left: x ?? '', + left: x > 0 ? x : "", }} - data-testid="Filter-menu"> -
+ data-testid="Filter-menu" + > +

Filter Issues