Skip to content

fix(studio): reflect active storage tab in page titles#2466

Closed
everettbu wants to merge 2 commits into
masterfrom
dnywh/fix/storage-tab-titles
Closed

fix(studio): reflect active storage tab in page titles#2466
everettbu wants to merge 2 commits into
masterfrom
dnywh/fix/storage-tab-titles

Conversation

@everettbu

Copy link
Copy Markdown

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/files all use Storage | Project | Org | Supabase as 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 | Supabase

Ditto for analytics and vector

@blacksmith-sh

blacksmith-sh Bot commented Mar 16, 2026

Copy link
Copy Markdown
Contributor

Found 10 test failures on Blacksmith runners:

Failures

Test View Logs
[Features] › features/
queue-table-operations.spec.ts:422:3 › Queue Table Operations › pending changes persist
when switching between tables
View Logs
[Features] › features/
realtime-inspector.spec.ts:115:5 › Realtime Inspector › Broadcast Messages › broadcast
modal validates JSON payload
View Logs
Queue Table Operations/pending changes persist when switching between tables View Logs
Queue Table Operations/pending changes persist when switching between tables (retry #1) View Logs
Realtime Inspector › Broadcast Messages/broadcast modal validates JSON payload View Logs
Realtime Inspector › Broadcast Messages/
broadcast modal validates JSON payload (retry #1)
View Logs
Realtime Inspector › Broadcast Messages/
broadcast modal validates JSON payload (retry #2)
View Logs
Realtime Inspector › Broadcast Messages/
broadcast modal validates JSON payload (retry #3)
View Logs
Realtime Inspector › Broadcast Messages/
broadcast modal validates JSON payload (retry #4)
View Logs
Realtime Inspector › Broadcast Messages/
broadcast modal validates JSON payload (retry #5)
View Logs

Fix in Cursor

@github-actions

Copy link
Copy Markdown
Contributor

🎭 Playwright Test Results

failed  1 failed
passed  154 passed
flaky  1 flaky
skipped  5 skipped

Details

stats  161 tests across 20 suites
duration  3 minutes, 7 seconds
commit  85c0e67

Failed tests

Features › realtime-inspector.spec.ts › Realtime Inspector › Broadcast Messages › broadcast modal validates JSON payload

Flaky tests

Features › queue-table-operations.spec.ts › Queue Table Operations › pending changes persist when switching between tables

Skipped tests

Features › assistant.spec.ts › AI Assistant › Can send a message to the assistant and receive a response
Features › sql-editor.spec.ts › SQL Editor › snippet favourite works as expected
Features › sql-editor.spec.ts › SQL Editor › share with team works as expected
Features › sql-editor.spec.ts › SQL Editor › folders works as expected
Features › sql-editor.spec.ts › SQL Editor › other SQL snippets actions work as expected

@everettbu

Copy link
Copy Markdown
Author

Upstream PR was closed or merged. Code is synced via branch mirror.

@everettbu everettbu closed this Mar 16, 2026
@everettbu everettbu deleted the dnywh/fix/storage-tab-titles branch March 16, 2026 09:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants