Skip to content

chore(studio) add resizable columns to Cron jobs#2511

Open
everettbu wants to merge 1 commit into
masterfrom
dnywh/chore/cron-resizable-columns
Open

chore(studio) add resizable columns to Cron jobs#2511
everettbu wants to merge 1 commit into
masterfrom
dnywh/chore/cron-resizable-columns

Conversation

@everettbu

@everettbu everettbu commented Mar 16, 2026

Copy link
Copy Markdown

Mirror of supabase/supabase#43841
Original author: dnywh


What kind of change does this PR introduce?

Chore that resolves DEPR-399.

What is the current behavior?

The cron jobs table in Studio uses a fixed-width Name column, which can truncate long job titles and make them hard to read on /project/:ref/integrations/cron/jobs.

What is the new behavior?

The cron jobs table now allows resizing the informational columns, including Name, Schedule, Last run, Next run, and Command, while keeping the Active and Actions columns fixed-width.

This also gives the Name column a sensible minimum width so it can be resized without collapsing.

Additional context

Adds a small regression test around the cron jobs column configuration to verify that:

  • informational columns are resizable
  • utility columns remain fixed
  • the Name column has a non-zero minimum width

@github-actions

Copy link
Copy Markdown
Contributor

🎭 Playwright Test Results

passed  155 passed
flaky  2 flaky
skipped  5 skipped

Details

stats  162 tests across 20 suites
duration  3 minutes, 27 seconds
commit  1ec008f

Flaky tests

Features › queue-table-operations.spec.ts › Queue Table Operations › mixed operations (add, edit, delete) can be batched
Features › realtime-inspector.spec.ts › Realtime Inspector › Broadcast Messages › broadcast modal validates JSON payload

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 everettbu changed the title add resizable columns chore(studio) add resizable columns to Cron jobs Mar 17, 2026
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