Skip to content

🔀 : :: Person Icon 추가#9

Merged
iloveuhyeon merged 1 commit into
developfrom
feature/#8-add-person-icon
Jun 18, 2025
Merged

🔀 : :: Person Icon 추가#9
iloveuhyeon merged 1 commit into
developfrom
feature/#8-add-person-icon

Conversation

@iloveuhyeon

Copy link
Copy Markdown
Collaborator

💡 개요

Person Icon 추가

📃 작업내용

Person Icon 추가

스크린샷 2025-06-18 오후 8 35 13

🔀 변경사항

🙋‍♂️ 질문사항

🍴 사용방법

🎸 기타

@iloveuhyeon iloveuhyeon linked an issue Jun 18, 2025 that may be closed by this pull request
@iloveuhyeon iloveuhyeon self-assigned this Jun 18, 2025

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull Request Overview

Adds a new Person icon to the central icon API and updates the example app to demonstrate it.

  • Introduces JusicoolIcon.person factory method.
  • Illustrates usage of the new icon in the example app’s component screen.

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
lib/src/core/theme/icons/icons.dart Added person icon constructor to JusicoolIcon.
example/lib/main.dart Inserted JusicoolIcon.person() into the example screen layout.
Comments suppressed due to low confidence (3)

lib/src/core/theme/icons/icons.dart:53

  • [nitpick] Add a Dart doc comment for the person method to maintain consistency with the other icon constructors and improve discoverability in IDEs.
  static Widget person({

lib/src/core/theme/icons/icons.dart:59

  • Ensure person.svg is listed under the assets: section in pubspec.yaml so the asset is bundled and avoids missing-asset errors at runtime.
      _buildIcon('person.svg',

lib/src/core/theme/icons/icons.dart:53

  • Add a unit or widget test to cover the new person icon, verifying the correct asset path and rendering behavior.
  static Widget person({

@DAMNyul DAMNyul left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

LGTM

@iloveuhyeon iloveuhyeon merged commit 599b42d into develop Jun 18, 2025
1 check passed
@iloveuhyeon iloveuhyeon deleted the feature/#8-add-person-icon branch June 18, 2025 11:40
@iloveuhyeon iloveuhyeon restored the feature/#8-add-person-icon branch June 18, 2025 12:00
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.

person icon을 추가합니다

3 participants