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

Adds applications icons in sidebar #602

Merged
merged 2 commits into from Oct 22, 2023

Conversation

mateuscelio
Copy link
Contributor

It closes #405

image

@mateuscelio mateuscelio requested a review from a team as a code owner October 13, 2023 23:37
@mateuscelio mateuscelio changed the title Adds applications icons to navigation Adds applications icons in sidebar Oct 13, 2023
@codecov
Copy link

codecov bot commented Oct 16, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (97f180b) 86.14% compared to head (7034019) 86.14%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #602   +/-   ##
=======================================
  Coverage   86.14%   86.14%           
=======================================
  Files          45       45           
  Lines        1609     1609           
=======================================
  Hits         1386     1386           
  Misses        138      138           
  Partials       85       85           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@jmattheis jmattheis left a comment

Choose a reason for hiding this comment

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

Looks good. I'll merge this later this week when I find time for it.

@@ -59,6 +66,13 @@ class Navigation extends Component<
to={'/messages/' + app.id}
key={app.id}>
<ListItem button>
<ListItemAvatar style={{minWidth: 42}}>
<Avatar
style={{width: 32, height: 32}}
Copy link
Member

Choose a reason for hiding this comment

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

I've changed the sizes a little bit so that it doesn't increase the height of the ListItem.

@jmattheis jmattheis merged commit 92916f0 into gotify:master Oct 22, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Icons in sidebar?
2 participants