From 61ed5f91720cdb4b712c1287c7ef32b4af7cfadc Mon Sep 17 00:00:00 2001 From: Chase Cresgy <47046876+theccres@users.noreply.github.com> Date: Thu, 21 May 2026 08:37:26 +0200 Subject: [PATCH 01/11] Update humans.txt (#46192) ## I have read the [CONTRIBUTING.md](https://github.com/supabase/supabase/blob/master/CONTRIBUTING.md) file. YES ## What kind of change does this PR introduce? Update to reflect offboardings ## What is the current behavior? NA ## What is the new behavior? NA ## Additional context NA ## Summary by CodeRabbit * **Chores** * Updated public team documentation. [![Review Change Stack](https://storage.googleapis.com/coderabbit_public_assets/review-stack-in-coderabbit-ui.svg)](https://app.coderabbit.ai/change-stack/supabase/supabase/pull/46192?utm_source=github_walkthrough&utm_medium=github&utm_campaign=change_stack) --- apps/docs/public/humans.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/docs/public/humans.txt b/apps/docs/public/humans.txt index d6d6651eef8f9..e0dbf69ef373e 100644 --- a/apps/docs/public/humans.txt +++ b/apps/docs/public/humans.txt @@ -182,7 +182,6 @@ Maksym Ionutsa Manuel Mendez Manan Gupta Marcus Weiner -Margarita Sandomirskaia Marija Milicevic Mark Burggraf Matthew Hambright @@ -194,7 +193,6 @@ Mats Kindahl Mert Yerekapan Michal Kleczek Michelle Jubrey -Miles Thomas Monica Khoury Mykhailo Mischa Lieibenson Natalie Roberge From d11bd4997e6bcec91f66c0111de60d7de13ae83e Mon Sep 17 00:00:00 2001 From: Joshen Lim Date: Thu, 21 May 2026 14:28:40 +0700 Subject: [PATCH 02/11] Revert "Support form Assistant" (#46194) Reverts supabase/supabase#45861 ## Summary by CodeRabbit ## Release Notes * **New Features** * Support form now returns to home view upon completion within the help panel. * Success screen conditionally displays community (Discord) section for specific issue categories. * **Bug Fixes** * Improved project selection logic in support form initialization. * **Style** * Updated support form label text for clarity. * Redesigned success screen layout with updated styling and separators. * **Removed Features** * Removed support assistant follow-up card from success screen. * Removed support request message parsing from AI responses. [![Review Change Stack](https://storage.googleapis.com/coderabbit_public_assets/review-stack-in-coderabbit-ui.svg)](https://app.coderabbit.ai/change-stack/supabase/supabase/pull/46194?utm_source=github_walkthrough&utm_medium=github&utm_campaign=change_stack) --- .../Support/CategoryAndSeverityInfo.tsx | 2 +- .../interfaces/Support/ProjectAndPlanInfo.tsx | 9 +- .../components/interfaces/Support/Success.tsx | 94 +++++--- .../Support/SupportAssistant.utils.test.ts | 68 ------ .../Support/SupportAssistant.utils.ts | 77 ------ .../SupportAssistantSuccessCard.test.tsx | 182 --------------- .../Support/SupportAssistantSuccessCard.tsx | 220 ------------------ .../interfaces/Support/SupportForm.state.ts | 14 -- .../interfaces/Support/SupportFormV2.tsx | 12 - .../interfaces/Support/SupportFormV3.tsx | 12 - .../interfaces/Support/SupportSidebarForm.tsx | 33 +-- .../Support/SupportSuccessSection.tsx | 51 ---- .../LayoutSidebar/LayoutSidebarProvider.tsx | 12 +- .../ui/AIAssistantPanel/Message.Parts.tsx | 6 - .../ui/AIAssistantPanel/Message.tsx | 1 - .../SupportRequestMessage.test.tsx | 48 ---- .../SupportRequestMessage.tsx | 44 ---- .../components/ui/HelpPanel/HelpPanel.tsx | 7 +- packages/common/telemetry-constants.ts | 16 -- 19 files changed, 80 insertions(+), 828 deletions(-) delete mode 100644 apps/studio/components/interfaces/Support/SupportAssistant.utils.test.ts delete mode 100644 apps/studio/components/interfaces/Support/SupportAssistant.utils.ts delete mode 100644 apps/studio/components/interfaces/Support/SupportAssistantSuccessCard.test.tsx delete mode 100644 apps/studio/components/interfaces/Support/SupportAssistantSuccessCard.tsx delete mode 100644 apps/studio/components/interfaces/Support/SupportSuccessSection.tsx delete mode 100644 apps/studio/components/ui/AIAssistantPanel/SupportRequestMessage.test.tsx delete mode 100644 apps/studio/components/ui/AIAssistantPanel/SupportRequestMessage.tsx diff --git a/apps/studio/components/interfaces/Support/CategoryAndSeverityInfo.tsx b/apps/studio/components/interfaces/Support/CategoryAndSeverityInfo.tsx index 34e243e3226f1..c0c3aa926c161 100644 --- a/apps/studio/components/interfaces/Support/CategoryAndSeverityInfo.tsx +++ b/apps/studio/components/interfaces/Support/CategoryAndSeverityInfo.tsx @@ -88,7 +88,7 @@ function CategorySelector({ form }: CategorySelectorProps) { field.onChange(v) } return ( - +