From da9f50101393408c9dbb069c8aa0a02fe27ab647 Mon Sep 17 00:00:00 2001 From: Joshen Lim Date: Mon, 1 Sep 2025 23:50:59 +0700 Subject: [PATCH 1/2] Add comment to remove case check (#38355) --- apps/studio/state/storage-explorer.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/studio/state/storage-explorer.tsx b/apps/studio/state/storage-explorer.tsx index 90ceef7b7875d..70ad64207165f 100644 --- a/apps/studio/state/storage-explorer.tsx +++ b/apps/studio/state/storage-explorer.tsx @@ -1654,6 +1654,10 @@ function createStorageExplorerState({ const currentColumnItems = currentColumn.items.filter( (item) => item.status !== STORAGE_ROW_STATUS.EDITING ) + // [Joshen] JFYI storage does support folders of the same name with different casing + // but its an issue with the List V1 endpoint that's causing an issue with fetching contents + // for folders of the same name with different casing + // We should remove this check once all projects are on the List V2 endpoint const hasSameNameInColumn = currentColumnItems.filter((item) => item.name.toLowerCase() === name.toLowerCase()).length > 0 From 21f213c8b6087dbc158897c4a302243604eb8591 Mon Sep 17 00:00:00 2001 From: Prashant Sridharan <914007+CoolAssPuppy@users.noreply.github.com> Date: Mon, 1 Sep 2025 21:46:33 +0100 Subject: [PATCH 2/2] Switched to Zoom and changed registration link (#38360) --- apps/www/_events/2025-09-10-migrating-from-firebase-mobbin.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/www/_events/2025-09-10-migrating-from-firebase-mobbin.mdx b/apps/www/_events/2025-09-10-migrating-from-firebase-mobbin.mdx index 19863e2780668..5859478796c37 100644 --- a/apps/www/_events/2025-09-10-migrating-from-firebase-mobbin.mdx +++ b/apps/www/_events/2025-09-10-migrating-from-firebase-mobbin.mdx @@ -18,7 +18,7 @@ company: categories: - webinar main_cta: { - url: 'https://events.zoom.us/ev/AsCYBtbPIBcdwQ6c871Vq4nxQlANWpKfu33ZOabQI5I0pzlIwLMp~AujOF_USe12uH1PnzC4QLd0k7fzJSwuqAapzXDUQ5MFZuu8R6x8mgiM1Ag', # Replace with actual registration link + url: 'https://zoom.us/webinar/register/WN_cMSVDLRSRKS5cH8EmmUUQg', # Replace with actual registration link target: '_blank', label: 'Register now', }