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

Send Fraction Token #216

Merged
merged 3 commits into from
Dec 17, 2024
Merged

Send Fraction Token #216

merged 3 commits into from
Dec 17, 2024

Conversation

yu23ki14
Copy link
Member

Pull Request Template

Description

This pull request introduces several changes to the frontend codebase, including updates to components, hooks, and utility functions. The most significant changes include the addition of a new PageHeader component, updates to multiple components to support a new size type, and enhancements to the useFractionToken hook.

New Component:

Component Updates:

  • pkgs/frontend/app/components/common/CommonIcon.tsx, pkgs/frontend/app/components/icon/RoleIcon.tsx, pkgs/frontend/app/components/icon/UserIcon.tsx: Updated the size prop to accept a template literal type for pixel values. [1] [2] [3]
  • pkgs/frontend/app/components/common/CommonInput.tsx: Added a backgroundColor property to the CommonInput component.

Hook Enhancements:

Utility Functions:

Other Changes:

Fixes #201

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Screenshots

If applicable, add screenshots to help explain your problem.

@yu23ki14 yu23ki14 merged commit d22586a into main Dec 17, 2024
2 checks passed
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.

フロントエンド: FractionTokenの送信画面のコーディング
1 participant