Skip to content
This repository has been archived by the owner on Mar 4, 2020. It is now read-only.

feat(Icon): Add and export missing icons to Teams Theme #1390

Merged
merged 6 commits into from
May 27, 2019

Conversation

joheredi
Copy link
Member

@joheredi joheredi commented May 24, 2019

Adding and exporting the following icons
image

The 3 added icons do not contain an outline version. Spoke with @codepretty offline about this and she is requesting the outline versions from design, but suggested to add the filled version and update when the outlines are ready.

@codecov
Copy link

codecov bot commented May 24, 2019

Codecov Report

Merging #1390 into master will increase coverage by 0.03%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1390      +/-   ##
==========================================
+ Coverage   73.45%   73.49%   +0.03%     
==========================================
  Files         778      786       +8     
  Lines        5859     5867       +8     
  Branches     1706     1706              
==========================================
+ Hits         4304     4312       +8     
  Misses       1549     1549              
  Partials        6        6
Impacted Files Coverage Δ
...s/Icon/svg/ProcessedIcons/icons-eye-friendlier.tsx 100% <ø> (ø) ⬆️
...nts/Icon/svg/ProcessedIcons/icons-open-outside.tsx 100% <ø> (ø) ⬆️
.../Icon/svg/ProcessedIcons/icons-presence-stroke.tsx 100% <100%> (ø)
...teams/components/Icon/svg/icons/presenceStroke.tsx 100% <100%> (ø)
...on/svg/ProcessedIcons/icons-presence-available.tsx 100% <100%> (ø)
...ms/components/Icon/svg/icons/presenceAvailable.tsx 100% <100%> (ø)
...es/teams/components/Icon/svg/icons/openOutside.tsx 100% <100%> (ø)
.../teams/components/Icon/svg/icons/eyeFriendlier.tsx 100% <100%> (ø)
...nts/Icon/svg/ProcessedIcons/icons-message-seen.tsx 100% <100%> (ø)
...es/teams/components/Icon/svg/icons/messageSeen.tsx 100% <100%> (ø)
... and 8 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b7e1252...257cf4f. Read the comment docs.

@codepretty codepretty requested a review from notandrew May 24, 2019 21:54
CHANGELOG.md Outdated
@@ -26,6 +26,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- Add `expanded` prop to `Accordion` @silviuavram ([#1322](https://github.com/stardust-ui/react/pull/1322))
- Replace `react-popper` package with custom `Popper` component and exposed as `UNSTABLE_Popper` positioning helper @Bugaa92 ([#1358](https://github.com/stardust-ui/react/pull/1358))
- Add strict types for the `colorScheme` props used in the components' `variables` @mnajdova([#1340](https://github.com/stardust-ui/react/pull/1340))
- Add and Export message-seen, presence-available, presence-stroke and open-outside icons in Teams Theme @joheredi ([#1390](https://github.com/stardust-ui/react/pull/1390))
Copy link
Contributor

Choose a reason for hiding this comment

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

Please mention the eye-friendlier icon as well.

Copy link
Member Author

Choose a reason for hiding this comment

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

good catch, thanks!

@kuzhelov
Copy link
Contributor

@codepretty, could you, please, check the names for exported icons?

  • message-seen
  • presence-available
  • presence-stroke
  • open-outside
  • eye-friendlier

@joheredi joheredi merged commit f8a7e6e into master May 27, 2019
@delete-merged-branch delete-merged-branch bot deleted the feat/add-presence-openoutside-icons branch May 27, 2019 18:46
@codepretty
Copy link
Collaborator

a lot of the names are too context specific. would suggest renaming to something more descriptive of what the icon looks like or more generic cases.
Some examples & what i found on fontawesome:
message-seen should be something similar to eye- like eye-friendlier
presence-available - check-circle
presence-stroke - circle
open-outside - external-link

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants