Skip to content

5️⃣ <OrganizationProfile/> List, add, edit, remove Domains#1560

Merged
panteliselef merged 18 commits intomainfrom
ORG-61
Aug 10, 2023
Merged

5️⃣ <OrganizationProfile/> List, add, edit, remove Domains#1560
panteliselef merged 18 commits intomainfrom
ORG-61

Conversation

@panteliselef
Copy link
Copy Markdown
Contributor

@panteliselef panteliselef commented Aug 8, 2023

Type of change

  • 🐛 Bug fix
  • 🌟 New feature
  • 🔨 Breaking change
  • 📖 Refactoring / dependency upgrade / documentation
  • other:

Packages affected

  • @clerk/clerk-js
  • @clerk/clerk-react
  • @clerk/nextjs
  • @clerk/remix
  • @clerk/types
  • @clerk/themes
  • @clerk/localizations
  • @clerk/clerk-expo
  • @clerk/backend
  • @clerk/clerk-sdk-node
  • @clerk/shared
  • @clerk/fastify
  • @clerk/chrome-extension
  • gatsby-plugin-clerk
  • build/tooling/chore

Description

  • npm test runs as expected.
  • npm run build runs as expected.

Tests will be added in a following PR

🚨This PR adds <2 KB in the organizationprofile.js chunk 🚨
This is not by accident

Video

screen-recording-2023-08-10-at-30745-pm_eT1QcrdM.mp4

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Aug 8, 2023

🦋 Changeset detected

Latest commit: 3dc622a

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 12 packages
Name Type
@clerk/localizations Patch
@clerk/clerk-js Patch
@clerk/types Patch
@clerk/chrome-extension Patch
@clerk/clerk-expo Patch
@clerk/backend Patch
@clerk/fastify Patch
gatsby-plugin-clerk Patch
@clerk/nextjs Patch
@clerk/clerk-react Patch
@clerk/remix Patch
@clerk/clerk-sdk-node Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link
Copy Markdown

@jit-ci jit-ci Bot left a comment

Choose a reason for hiding this comment

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

✅ Great news! Jit hasn't found any security issues in your PR. Good Job! 🏆

@panteliselef panteliselef changed the title [WIP] Org 61 🚫3️⃣[WIP] Org 61 Aug 9, 2023
@panteliselef panteliselef self-assigned this Aug 9, 2023
@panteliselef
Copy link
Copy Markdown
Contributor Author

!snapshot

@clerk-cookie
Copy link
Copy Markdown
Collaborator

Hey @panteliselef - the snapshot version command generated the following package versions:

Package Version
@clerk/backend 0.28.0-snapshot.0b0cc93
@clerk/chrome-extension 0.3.27-snapshot.0b0cc93
@clerk/clerk-js 4.56.0-snapshot.0b0cc93
eslint-config-custom 0.3.0
@clerk/clerk-expo 0.18.18-snapshot.0b0cc93
@clerk/fastify 0.6.4-snapshot.0b0cc93
gatsby-plugin-clerk 4.4.5-snapshot.0b0cc93
@clerk/localizations 1.24.2-snapshot.0b0cc93
@clerk/nextjs 4.23.3-snapshot.0b0cc93
@clerk/clerk-react 4.24.0-snapshot.0b0cc93
@clerk/remix 2.10.0-snapshot.0b0cc93
@clerk/clerk-sdk-node 4.12.3-snapshot.0b0cc93
@clerk/shared 0.22.0-snapshot.0b0cc93
@clerk/themes 1.7.5
@clerk/types 3.50.0-snapshot.0b0cc93

Tip: use the snippet copy button below to quickly install the required packages.

# @clerk/backend
npm i @clerk/backend@0.28.0-snapshot.0b0cc93
# @clerk/chrome-extension
npm i @clerk/chrome-extension@0.3.27-snapshot.0b0cc93
# @clerk/clerk-js
npm i @clerk/clerk-js@4.56.0-snapshot.0b0cc93
# eslint-config-custom
npm i eslint-config-custom@0.3.0
# @clerk/clerk-expo
npm i @clerk/clerk-expo@0.18.18-snapshot.0b0cc93
# @clerk/fastify
npm i @clerk/fastify@0.6.4-snapshot.0b0cc93
# gatsby-plugin-clerk
npm i gatsby-plugin-clerk@4.4.5-snapshot.0b0cc93
# @clerk/localizations
npm i @clerk/localizations@1.24.2-snapshot.0b0cc93
# @clerk/nextjs
npm i @clerk/nextjs@4.23.3-snapshot.0b0cc93
# @clerk/clerk-react
npm i @clerk/clerk-react@4.24.0-snapshot.0b0cc93
# @clerk/remix
npm i @clerk/remix@2.10.0-snapshot.0b0cc93
# @clerk/clerk-sdk-node
npm i @clerk/clerk-sdk-node@4.12.3-snapshot.0b0cc93
# @clerk/shared
npm i @clerk/shared@0.22.0-snapshot.0b0cc93
# @clerk/themes
npm i @clerk/themes@1.7.5
# @clerk/types
npm i @clerk/types@3.50.0-snapshot.0b0cc93

@panteliselef panteliselef changed the title 🚫3️⃣[WIP] Org 61 🚫5️⃣[WIP] Org 61 Aug 9, 2023
@panteliselef panteliselef force-pushed the ORG-61 branch 4 times, most recently from 3640ba7 to 43d3432 Compare August 10, 2023 10:50
@panteliselef panteliselef changed the title 🚫5️⃣[WIP] Org 61 5️⃣ <OrganizationProfile/> List, add, edit, remove Domains Aug 10, 2023
@panteliselef panteliselef marked this pull request as ready for review August 10, 2023 11:52
return [];
}

return domains.data.filter(d => {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

❓ Why do we need to filter the domainList? Shouldn't FAPI take care of that?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Yes, FAPI should be in charge of that.

At that moment filtering not available tho. A following PR aims to fix that.

);
};

const OrganizationDomainsSection = () => {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

🔧 Consider moving this to a separate file.

@clerk-cookie
Copy link
Copy Markdown
Collaborator

This PR has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@clerk clerk locked as resolved and limited conversation to collaborators Aug 10, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants