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(elements): use svg icons #606

Merged
merged 7 commits into from
Mar 2, 2023
Merged

feat(elements): use svg icons #606

merged 7 commits into from
Mar 2, 2023

Conversation

lfleischmann
Copy link
Member

@lfleischmann lfleischmann commented Feb 27, 2023

Description

Replace icons used in elements with svg-based icons.

Implementation

  • Introduces Icon component that pulls icons via name from a known list of icon names and then renders the respective icon component (each icon is a component that renders an svg element)
  • Replaces CSS based loading spinner, checkmark and exclamation mark icons with svgs rendered via icon component
  • Adds passkey icon for use in "sign in with ..." button
  • Adds social (Google, GitHub) icons

lfleischmann and others added 3 commits February 27, 2023 14:37
- Introduces icon component
- Replaces CSS based loading spinner, checkmark and exclamation mark icons with
  svgs rendered via icon component
- Adds passkey icon for use in "sign in with ..." button
- Adds social (Google, GitHub) icons
@lfleischmann lfleischmann marked this pull request as ready for review February 27, 2023 14:57
Copy link
Contributor

@bjoern-m bjoern-m left a comment

Choose a reason for hiding this comment

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

LGTM

@lfleischmann lfleischmann merged commit 424b1c5 into main Mar 2, 2023
@lfleischmann lfleischmann deleted the feat-svg-icons branch March 2, 2023 09:18
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.

None yet

3 participants