fix(studio): reflect active storage tab in page titles#2466
Conversation
|
Found 10 test failures on Blacksmith runners: Failures
|
🎭 Playwright Test Results
Details
Failed testsFeatures › realtime-inspector.spec.ts › Realtime Inspector › Broadcast Messages › broadcast modal validates JSON payload Flaky testsFeatures › queue-table-operations.spec.ts › Queue Table Operations › pending changes persist when switching between tables Skipped testsFeatures › assistant.spec.ts › AI Assistant › Can send a message to the assistant and receive a response |
|
Upstream PR was closed or merged. Code is synced via branch mirror. |
Mirror of supabase/supabase#43803
Original author: dnywh
What kind of change does this PR introduce?
Bug fix.
What is the current behavior?
The file storage routes under
/project/[ref]/storage/filesall useStorage | Project | Org | Supabaseas the browser title, even when the user is on a more specific tab.What is the new behavior?
The browser title now reflects the active file-storage tab:
/storage/files->Files | Storage | Project | Org | Supabase/storage/files/settings->Settings | Storage | Project | Org | Supabase/storage/files/policies->Policies | Storage | Project | Org | SupabaseDitto for
analyticsandvector