Skip to content

Changes by create-pull-request action#2108

Closed
everettbu wants to merge 2 commits into
masterfrom
create-pull-request/patch
Closed

Changes by create-pull-request action#2108
everettbu wants to merge 2 commits into
masterfrom
create-pull-request/patch

Conversation

@everettbu

Copy link
Copy Markdown

Mirror of supabase/supabase#43460
Original author: app/supabase-supabase-autofixer


Automated changes by create-pull-request GitHub action

@everettbu everettbu force-pushed the create-pull-request/patch branch 2 times, most recently from 8c8830a to fc96c03 Compare March 5, 2026 19:24
@github-actions

github-actions Bot commented Mar 5, 2026

Copy link
Copy Markdown
Contributor

🎭 Playwright Test Results

failed  1 failed
passed  158 passed
flaky  1 flaky
skipped  5 skipped

Details

stats  165 tests across 20 suites
duration  3 minutes, 26 seconds
commit  967e29b

Failed tests

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

Flaky tests

Features › sql-editor.spec.ts › SQL Editor › should check if SQL editor is working as expected

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 force-pushed the create-pull-request/patch branch 2 times, most recently from 1cab4b7 to 54dbd2c Compare March 6, 2026 00:51
@github-actions github-actions Bot added the documentation Improvements or additions to documentation label Mar 6, 2026
@everettbu everettbu removed the documentation Improvements or additions to documentation label Mar 6, 2026
@everettbu everettbu force-pushed the create-pull-request/patch branch from 54dbd2c to 3e0f0ce Compare March 6, 2026 02:01
@github-actions github-actions Bot added the documentation Improvements or additions to documentation label Mar 6, 2026
@everettbu everettbu removed the documentation Improvements or additions to documentation label Mar 6, 2026
@everettbu everettbu force-pushed the create-pull-request/patch branch from 3e0f0ce to d5bb0c9 Compare March 6, 2026 03:12
@github-actions github-actions Bot added the documentation Improvements or additions to documentation label Mar 6, 2026
@everettbu everettbu force-pushed the create-pull-request/patch branch from d5bb0c9 to 72db355 Compare March 6, 2026 03:37
@everettbu everettbu removed the documentation Improvements or additions to documentation label Mar 6, 2026
@everettbu everettbu force-pushed the create-pull-request/patch branch 4 times, most recently from bd61b62 to 4329cce Compare March 6, 2026 11:49
@github-actions github-actions Bot added the documentation Improvements or additions to documentation label Mar 6, 2026
@everettbu everettbu force-pushed the create-pull-request/patch branch 2 times, most recently from 7a322b9 to 5636971 Compare March 6, 2026 12:48
@everettbu everettbu removed the documentation Improvements or additions to documentation label Mar 6, 2026
@everettbu everettbu force-pushed the create-pull-request/patch branch 8 times, most recently from d2049fc to 27b0a26 Compare March 8, 2026 23:46
@everettbu everettbu force-pushed the create-pull-request/patch branch from a45a2d9 to 147e3a7 Compare March 9, 2026 15:00
@everettbu everettbu removed the documentation Improvements or additions to documentation label Mar 9, 2026
@everettbu everettbu force-pushed the create-pull-request/patch branch 11 times, most recently from 16439bb to 8aa0f29 Compare March 10, 2026 12:28
@github-actions github-actions Bot added the documentation Improvements or additions to documentation label Mar 10, 2026
@everettbu everettbu force-pushed the create-pull-request/patch branch from 8aa0f29 to bee3b20 Compare March 10, 2026 12:58
@everettbu everettbu removed the documentation Improvements or additions to documentation label Mar 10, 2026
@github-actions github-actions Bot added the documentation Improvements or additions to documentation label Mar 10, 2026
@everettbu everettbu force-pushed the create-pull-request/patch branch 2 times, most recently from 9be9377 to b5efff6 Compare March 10, 2026 14:12
@everettbu everettbu removed the documentation Improvements or additions to documentation label Mar 10, 2026
@github-actions github-actions Bot added the documentation Improvements or additions to documentation label Mar 10, 2026
@everettbu everettbu force-pushed the create-pull-request/patch branch 2 times, most recently from 0fec841 to e2539da Compare March 10, 2026 14:55
@everettbu everettbu removed the documentation Improvements or additions to documentation label Mar 10, 2026
@github-actions github-actions Bot added the documentation Improvements or additions to documentation label Mar 10, 2026
@everettbu everettbu force-pushed the create-pull-request/patch branch from e2539da to 093dcad Compare March 10, 2026 15:33
dnywh added 2 commits March 13, 2026 11:18
## What kind of change does this PR introduce?

Feature

## What is the current behavior?

- Platform webhooks have a ‘tap target on tap target’ pattern with
`DropdownMenu` being on top of a clickable `TableRow`
- Misclicks are common (at least for me)
- @jordienr recently added the `hit-area` Tailwind plugin that helps
with misclicks
	- supabase/supabase#43636

## What is the new behavior?

- The aforementioned `DropdownMenu` in platform webhooks now uses
`hit-area` to avoid misclicks
- Design system documentation
- Extracted `hit-area` Tailwind plugin to shared packages so it can be
used in design-system as well as studio

## Preview


https://github.com/user-attachments/assets/89f9110a-6c99-4eed-a386-a6f646b1f4f6
@blacksmith-sh

blacksmith-sh Bot commented Mar 13, 2026

Copy link
Copy Markdown
Contributor

Found 9 test failures on Blacksmith runners:

Failures

Test View Logs
[Features] › features/
realtime-inspector.spec.ts:115:5 › Realtime Inspector › Broadcast Messages › broadcast
modal validates JSON payload
View Logs
[Features] › features/
sql-editor.spec.ts:126:3 › SQL Editor › should check if SQL editor is working as expect
ed
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
SQL Editor/should check if SQL editor is working as expected View Logs

Fix in Cursor

@everettbu

Copy link
Copy Markdown
Author

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

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