Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore: replace MUI tables#20201

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
BrunoQuaresma merged 8 commits intomainfrombq/replace-table
Oct 9, 2025
Merged
Changes from1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
fi
  • Loading branch information
@BrunoQuaresma
BrunoQuaresma committedOct 8, 2025
commit7dd9c1aff2290ef244c7d1c562c259070b31ff0c
Original file line numberDiff line numberDiff line change
Expand Up@@ -28,6 +28,7 @@ import {
TableBody,
TableCell,
TableHead,
TableHeader,
TableRow,
} from "components/Table/Table";
import { TableLoader } from "components/TableLoader/TableLoader";
Expand DownExpand Up@@ -229,13 +230,13 @@ export const TemplatePermissionsPageView: FC<
/>
)}
<Table>
<TableHead>
<TableHeader>
<TableRow>
<TableCell width="60%">Member</TableCell>
<TableCell width="40%">Role</TableCell>
<TableCell width="1%" />
<TableHead className="w-[60%]">Member</TableHead>
<TableHead className="w-[40%]">Role</TableHead>
<TableHead className="w-[1%]" />
</TableRow>
</TableHead>
</TableHeader>
<TableBody>
<ChooseOne>
<Cond condition={!templateACL}>
Expand Down
Loading

[8]ページ先頭

©2009-2025 Movatter.jp