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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Icons revisit #2887

Merged
merged 6 commits into from
Aug 10, 2022
Merged

feat: Icons revisit #2887

merged 6 commits into from
Aug 10, 2022

Conversation

hoyyeva
Copy link
Contributor

@hoyyeva hoyyeva commented Aug 9, 2022

Summary

  • revisit some of the icons to be more user friendly
  • change some the icon on provider sidebar to be consistent

馃摲

Screen Shot 2022-08-09 at 1 55 20 PM

Screen Shot 2022-08-09 at 1 55 11 PM

Screen Shot 2022-08-09 at 1 54 55 PM

Related Issues

Resolves #2877

@hoyyeva hoyyeva requested a review from jmorganca as a code owner August 9, 2022 18:00
<img alt='group icon' src='/groups.svg' className='h-3 w-3' />
<div className='flex h-7 w-7 select-none items-center justify-center rounded-md border border-gray-800'>
<img
alt='group icon'
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we use heroicons here?

Also we should use text-gray-500 or similar as the stroke color since the full white sticks out a bit too much

Copy link
Contributor Author

@hoyyeva hoyyeva Aug 10, 2022

Choose a reason for hiding this comment

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

Screen Shot 2022-08-10 at 12 47 43 AM

not sure if this is what you are expecting but I decided to use text-gray-400 because it looks too dark for text-gray-500

@@ -101,6 +101,8 @@ export default function Providers() {
data: providers || [],
})

console.log(providers)
Copy link
Contributor

Choose a reason for hiding this comment

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

delete me :-)

Copy link
Contributor

@jmorganca jmorganca left a comment

Choose a reason for hiding this comment

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

LGTM once the print statement is removed

@hoyyeva hoyyeva merged commit a0c74ef into infrahq:main Aug 10, 2022
@hoyyeva hoyyeva deleted the icons-revisit branch August 10, 2022 20:56
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.

ui: icon revisit
2 participants