mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
<!-- Make sure you've read the CONTRIBUTING.md guidelines: https://github.com/stack-auth/stack-auth/blob/dev/CONTRIBUTING.md --> Adds new team section on user profile pages in the dashboard. <!-- ELLIPSIS_HIDDEN --> ---- > [!IMPORTANT] > Adds a new `UserTeamsSection` to display user's teams on the profile page in `page-client.tsx`. > > - **New Features**: > - Adds `UserTeamsSection` component in `page-client.tsx` to display user's teams on profile page. > - Displays a table with Team ID, Display Name, Created At, and an action to open each team in a new tab. > - Shows an empty-state card when no teams are found. > - Integrated the section after the `ContactChannelsSection` on the user page. > > <sup>This description was created by </sup>[<img alt="Ellipsis" src="https://img.shields.io/badge/Ellipsis-blue?color=175173">](https://www.ellipsis.dev?ref=stack-auth%2Fstack-auth&utm_source=github&utm_medium=referral)<sup> for |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| .env | ||
| .env.development | ||
| .eslintrc.cjs | ||
| .gitignore | ||
| .npmrc | ||
| CHANGELOG.md | ||
| components.json | ||
| LICENSE | ||
| next.config.mjs | ||
| package.json | ||
| postcss.config.js | ||
| sentry.client.config.ts | ||
| tailwind.config.ts | ||
| tsconfig.json | ||
| vitest.config.ts | ||