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

feat(FR-369): Add icon components for Neo design #3223

Merged
merged 1 commit into from
Feb 21, 2025

Conversation

ironAiken2
Copy link
Contributor

@ironAiken2 ironAiken2 commented Feb 20, 2025

resolves #3033 (FR-369)

Add an Icon component for Neo Webui. Componentise the icons within the Pygma design file.

How to test:

  • Verify that colours, font size, etc. are applied correctly with inline css.
  • Check for missing icons or duplicates.

Checklist: (if applicable)

  • Documentation
  • Minium required manager version
  • Specific setting for review (eg., KB link, endpoint or how to setup)
  • Minimum requirements to check during review
  • Test case(s) to demonstrate the difference of before/after

Copy link
Contributor Author

ironAiken2 commented Feb 20, 2025


How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • flow:merge-queue - adds this PR to the back of the merge queue
  • flow:hotfix - for urgent hot fixes, skip the queue and merge this PR next

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has required the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

This stack of pull requests is managed by Graphite. Learn more about stacking.

@github-actions github-actions bot added the size:L 100~500 LoC label Feb 20, 2025
@ironAiken2 ironAiken2 changed the title feat: Add icon components for Neo design feat(FR-369): Add icon components for Neo design Feb 20, 2025
Copy link

github-actions bot commented Feb 20, 2025

Coverage report for ./react

St.
Category Percentage Covered / Total
🔴 Statements
4.6% (-0.02% 🔻)
401/8719
🔴 Branches 4% 239/5978
🔴 Functions
2.77% (-0.02% 🔻)
78/2814
🔴 Lines
4.52% (-0.02% 🔻)
386/8532
Show new covered files 🐣
St.
File Statements Branches Functions Lines
🔴
... / CalculateResourceIcon.tsx
0% 100% 0% 0%
🔴
... / ShareAltIcon.tsx
0% 100% 0% 0%
🔴
... / RestoreIcon.tsx
0% 100% 0% 0%
🔴
... / EndpointIcon.tsx
0% 100% 0% 0%
🔴
... / ListIcon.tsx
0% 100% 0% 0%
🔴
... / AppIcon.tsx
0% 100% 0% 0%
🔴
... / NewFolderIcon.tsx
0% 100% 0% 0%
🔴
... / TerminateIcon.tsx
0% 100% 0% 0%
🔴
... / UserUnionIcon.tsx
0% 100% 0% 0%
🔴
... / StartCircleIcon.tsx
0% 100% 0% 0%
🔴
... / SessionLogIcon.tsx
0% 100% 0% 0%
🔴
... / PipelineIcon.tsx
0% 100% 0% 0%
🔴
... / RescanImagesIcon.tsx
0% 100% 0% 0%
🔴
... / DashboardIcon.tsx
0% 100% 0% 0%
🔴
... / ContainerCommitIcon.tsx
0% 100% 0% 0%
🔴
... / SessionStartIcon.tsx
0% 100% 0% 0%
🔴
... / TerminalAppIcon.tsx
0% 100% 0% 0%
🔴
... / PurgeIcon.tsx
0% 100% 0% 0%
🔴
... / SystemMonitorIcon.tsx
0% 100% 0% 0%
🔴
... / TrashBinIcon.tsx
0% 100% 0% 0%
🔴
... / UploadIcon.tsx
0% 100% 0% 0%
🔴
... / ModelStoreIcon.tsx
0% 100% 0% 0%

Test suite run success

124 tests passing in 14 suites.

Report generated by 🧪jest coverage report action from 0be79da

Copy link
Contributor

@agatha197 agatha197 left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link

graphite-app bot commented Feb 21, 2025

Merge activity

resolves #3033 (FR-369)
<!-- replace NNN, MMM with the GitHub issue number and the corresponding Jira issue number. -->

Add an Icon component for Neo Webui. Componentise the icons within the Pygma design file.

**How to test:**
- Verify that colours, font size, etc. are applied correctly with inline css.
- Check for missing icons or duplicates.

<!--
Please precisely, concisely, and concretely describe what this PR changes, the rationale behind codes,
and how it affects the users and other developers.
-->

**Checklist:** (if applicable)

- [ ] Documentation
- [ ] Minium required manager version
- [ ] Specific setting for review (eg., KB link, endpoint or how to setup)
- [ ] Minimum requirements to check during review
- [ ] Test case(s) to demonstrate the difference of before/after
@graphite-app graphite-app bot force-pushed the feat/icon-components branch from 0d86f3b to 0be79da Compare February 21, 2025 02:13
@graphite-app graphite-app bot merged commit 0be79da into main Feb 21, 2025
7 checks passed
@graphite-app graphite-app bot deleted the feat/icon-components branch February 21, 2025 02:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size:L 100~500 LoC
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use session detail's action icons to NEO style
2 participants