-
Notifications
You must be signed in to change notification settings - Fork 76
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
Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
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. |
2008d41
to
57cfc0f
Compare
Coverage report for
|
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
57cfc0f
to
0d86f3b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
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
0d86f3b
to
0be79da
Compare
resolves #3033 (FR-369)
Add an Icon component for Neo Webui. Componentise the icons within the Pygma design file.
How to test:
Checklist: (if applicable)