-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add team settings pages #1142
Add team settings pages #1142
Conversation
10b0101
to
8ba26a1
Compare
RemoveTeamMemberForm, | ||
TeamMemberChangeRoleAction, | ||
} from "@thunderstore/cyberstorm-forms"; | ||
import { useState } from "react"; |
Check failure
Code scanning / ESLint
Disallow unused variables Error
import { currentUserSchema } from "@thunderstore/dapper-ts"; | ||
import { getDapper } from "cyberstorm/dapper/sessionUtils"; | ||
import { LoaderFunctionArgs } from "@remix-run/node"; | ||
import { useLoaderData, useRevalidator } from "@remix-run/react"; |
Check failure
Code scanning / ESLint
Disallow unused variables Error
import styles from "./TeamLeaveAndDisband.module.css"; | ||
import { SettingItem, Alert, Dialog, Button } from "@thunderstore/cyberstorm"; | ||
import { LeaveTeamForm, DisbandTeamForm } from "@thunderstore/cyberstorm-forms"; | ||
import { useState } from "react"; |
Check failure
Code scanning / ESLint
Disallow unused variables Error
c3cf30b
to
0b51e80
Compare
8ba26a1
to
214cf01
Compare
0b51e80
to
0a5eb45
Compare
214cf01
to
f23f93e
Compare
Merge activity
|
0a5eb45
to
dff2917
Compare
f23f93e
to
4452ad1
Compare
dff2917
to
5dd3d0a
Compare
4452ad1
to
b944b71
Compare
No description provided.