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

Feature/#228 #230

Merged
merged 13 commits into from
Nov 11, 2024
Merged

Feature/#228 #230

merged 13 commits into from
Nov 11, 2024

Conversation

Kota8102
Copy link
Owner

概要

このセクションでは、この PR の目的と概要を簡潔に説明してください。

変更点

このセクションでは、具体的な変更点や修正箇所を箇条書きでリストアップしてください。

  • 変更点 1
  • 変更点 2
  • 変更点 3

影響範囲

このセクションでは、この PR が影響を及ぼす範囲や他の機能への影響を説明してください。

テスト

このセクションでは、この PR に関連するテストケースやテスト方法を記載してください。

  • テストケース 1
  • テストケース 2
  • テストケース 3

関連 Issue

このセクションでは、この PR が関連する Issue やタスクをリンクしてください。以下のように記述します。

Refactor: Update app structure and remove unused files

Update: リファクタリングを実施

Update: Modify Header component

Add: Create flower screen

Update: Update package dependencies

Update: Rename AuthLayout component to auth-layout

Update: Refactor AuthChoiceRoute component

Add: Create AuthChoice component

Add: Add logoName and logoFlower icons

Add: Create Button component
…MDPreview components

- Remove unused LoadingScreen component
- Add Checkbox component for UI input
- Add MDPreview component for Markdown preview
- Add new spinner component to display loading state
- Update package.json to include new dependencies for spinner component
- Remove unused button and input components in auth feature
- Remove commented out code in TermsRoute component
- Remove unused LoadingScreen component
- Add Checkbox and MDPreview components
- Add Error and Label components for form fields
- Update AuthLayout component to use new background color
- Update authConfig to include Cognito settings
- Update tailwind.config.js to include new color variants
Update the dompurify package to version 3.2.0 in both package-lock.json and package.json files. This update includes bug fixes and improvements to the library.

Also, modify the MDPreview component to use the marked package instead of the parse function from the marked library. This resolves a type error and ensures proper rendering of Markdown content.
@Kota8102 Kota8102 linked an issue Nov 11, 2024 that may be closed by this pull request
@Kota8102 Kota8102 merged commit 24f150a into main Nov 11, 2024
6 checks passed
@Kota8102 Kota8102 deleted the feature/#228 branch November 11, 2024 16:44
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.

ログイン画面全般の修正
1 participant