Skip to content

Conversation

joshenlim
Copy link
Member

Context

Adds a flag in enabled features to toggle showing of email and phone columns in auth users page. Should also cover the column dropdown (which toggles visibility of the columns) -> email and phone options should be hidden if flag is off

To test

  • Verify this behaviour locally
  • Verify that staging preview is status quo

@joshenlim joshenlim requested a review from a team as a code owner October 1, 2025 06:39
Copy link

supabase bot commented Oct 1, 2025

This pull request has been ignored for the connected project xguihxuzqibwxjnimxev because there are no changes detected in supabase directory. You can change this behaviour in Project Integrations Settings ↗︎.


Preview Branches by Supabase.
Learn more about Supabase Branching ↗︎.

@joshenlim joshenlim changed the title add flag to hide email and phone columns in auth users Add flag to hide email and phone columns in auth users Oct 1, 2025
Copy link

vercel bot commented Oct 1, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
design-system Ready Ready Preview Comment Oct 1, 2025 4:30pm
docs Ready Ready Preview Comment Oct 1, 2025 4:30pm
studio-self-hosted Ready Ready Preview Comment Oct 1, 2025 4:30pm
studio-staging Ready Ready Preview Comment Oct 1, 2025 4:30pm
ui-library Ready Ready Preview Comment Oct 1, 2025 4:30pm
zone-www-dot-com Ready Ready Preview Comment Oct 1, 2025 4:30pm
2 Skipped Deployments
Project Deployment Preview Comments Updated (UTC)
cms Ignored Ignored Oct 1, 2025 4:30pm
studio Ignored Ignored Oct 1, 2025 4:30pm

Copy link

snyk-io bot commented Oct 1, 2025

Snyk checks have failed. 2 issues have been found so far.

Icon Severity Issues
Critical 0
High 0
Medium 2
Low 0

code/snyk check is complete. 2 issues have been found. (View Details)

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

(isSuccessStorage ||
(isErrorStorage && (errorStorage as Error).message.includes('data is undefined')))
) {
const columns = formatUserColumns({
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

seems like red herring

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

flows into a script 'src' attribute

it does what

})
}

const updatedColumns = formatUserColumns({
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

seems like red herring but let me know if im overlooking something

@coveralls
Copy link

coveralls commented Oct 1, 2025

Coverage Status

coverage: 69.874%. remained the same
when pulling b8a68e5 on chore/hide-email-phone-columns-in-auth-users
into 3f0c689 on master.

Copy link
Contributor

github-actions bot commented Oct 1, 2025

Studio E2E Results

  • Total: 1
  • Passed: 1
  • Failed: 0
  • Skipped: 0
  • Timed out: 0
  • Interrupted: 0
  • Flaky: 0
  • Duration: 2.6s

Artifacts: https://github.com/supabase/supabase/actions/runs/18168684940

Last updated: Wednesday 1, October, 2025 16:41:11 (UTC)

Copy link
Contributor

@charislam charislam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested as described.

Pushed small commit to add new flag to required flags.

(isSuccessStorage ||
(isErrorStorage && (errorStorage as Error).message.includes('data is undefined')))
) {
const columns = formatUserColumns({
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

flows into a script 'src' attribute

it does what

@alaister alaister merged commit 843234e into master Oct 1, 2025
19 of 20 checks passed
@alaister alaister deleted the chore/hide-email-phone-columns-in-auth-users branch October 1, 2025 17:26
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.

4 participants