mirror of
https://github.com/umami-software/umami.git
synced 2026-02-09 15:17:23 +01:00
Improve team admin screen workflow for team/members. Closes #2767
This commit is contained in:
parent
128217c0f4
commit
7f43a0d41a
9 changed files with 230 additions and 8 deletions
|
|
@ -19,11 +19,13 @@ export * from '@/app/(main)/teams/TeamAddForm';
|
|||
export * from '@/app/(main)/teams/TeamJoinForm';
|
||||
export * from '@/app/(main)/teams/TeamLeaveButton';
|
||||
export * from '@/app/(main)/teams/TeamLeaveForm';
|
||||
export * from '@/app/(main)/teams/TeamMemberAddForm';
|
||||
export * from '@/app/(main)/teams/TeamProvider';
|
||||
export * from '@/app/(main)/teams/TeamsAddButton';
|
||||
export * from '@/app/(main)/teams/TeamsDataTable';
|
||||
export * from '@/app/(main)/teams/TeamsHeader';
|
||||
export * from '@/app/(main)/teams/TeamsJoinButton';
|
||||
export * from '@/app/(main)/teams/TeamsMemberAddButton';
|
||||
export * from '@/app/(main)/teams/TeamsTable';
|
||||
export * from '@/app/(main)/websites/[websiteId]/settings/WebsiteData';
|
||||
export * from '@/app/(main)/websites/[websiteId]/settings/WebsiteDeleteForm';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue