Skip to content
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

fix: ユーザ一覧ページの作成 #22

Open
wants to merge 11 commits into
base: dev
Choose a base branch
from
Open

Conversation

nekonekocatcat
Copy link
Contributor

ユーザ一覧の画面を作ってみました。デザインはなにも考えてないです

@@ -1,5 +1,93 @@
import { Heading } from '@radix-ui/themes';
import { useState, useEffect } from "react";
import { Link } from "react-router-dom";
Copy link
Member

@SatooRu65536 SatooRu65536 Feb 21, 2025

Choose a reason for hiding this comment

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

import { Link } from '@radix-ui/themes';

を使って欲しいです!
それに伴って package.jsonreact-router-dom は不要そうです

やること

import { Link } from "react-router-dom";

import { Link } from '@radix-ui/themes';

にする

Copy link
Member

@SatooRu65536 SatooRu65536 Feb 21, 2025

Choose a reason for hiding this comment

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

このファイルで書いている CSS が Bootstrap というライブラリの書き方になってそうです
このプロジェクトは Bootstrap ではなく Radix UI Themes を使っているためこちらで実装したいです

やること

全ての className を削除する
(Radix UI は別途対応する)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants