From 4e7b08864735dc43cb5e06d5cc33e84696606fe8 Mon Sep 17 00:00:00 2001 From: Anwarul Islam Date: Wed, 16 Jul 2025 23:35:11 +0600 Subject: [PATCH 1/2] fix: make tab bar container full width --- apps/web/src/components/editor/media-panel/tabbar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/components/editor/media-panel/tabbar.tsx b/apps/web/src/components/editor/media-panel/tabbar.tsx index f4e520b2..b05bee7e 100644 --- a/apps/web/src/components/editor/media-panel/tabbar.tsx +++ b/apps/web/src/components/editor/media-panel/tabbar.tsx @@ -69,7 +69,7 @@ export function TabBar() { />
{(Object.keys(tabs) as Tab[]).map((tabKey) => { const tab = tabs[tabKey]; From 4dd1ea635b968647f60d4900ea1c11341f65ea3c Mon Sep 17 00:00:00 2001 From: Simon O <60504110+simonorzel26@users.noreply.github.com> Date: Thu, 17 Jul 2025 13:27:59 +0200 Subject: [PATCH 2/2] Update pull_request_template.md --- .github/pull_request_template.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 4f1bbac2..b7686c4b 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -36,6 +36,7 @@ Add screenshots to help explain your changes. - [ ] My code follows the style guidelines of this project - [ ] I have performed a self-review of my code +- [ ] I have added screenshots if ui has been changed - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation - [ ] My changes generate no new warnings @@ -45,4 +46,4 @@ Add screenshots to help explain your changes. ## Additional context -Add any other context about the pull request here. \ No newline at end of file +Add any other context about the pull request here.