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

Unify icon styling #2731

Merged
merged 5 commits into from
Oct 28, 2024
Merged

Conversation

da-Kai
Copy link
Contributor

@da-Kai da-Kai commented Aug 3, 2024

No description provided.

Copy link

codecov bot commented Aug 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Additional details and impacted files
@@              Coverage Diff              @@
##             develop    #2731      +/-   ##
=============================================
- Coverage      59.08%   56.67%   -2.41%     
+ Complexity      8926     8924       -2     
=============================================
  Files           1905     2167     +262     
  Lines          85277    91959    +6682     
  Branches        5805     6831    +1026     
=============================================
+ Hits           50374    52104    +1730     
- Misses         33106    37980    +4874     
- Partials        1797     1875      +78     

@@ -44,6 +44,11 @@ export type Icon = {
name: string;
};

export type ImageIcon = {
src: string;
large: boolean;
Copy link
Contributor

Choose a reason for hiding this comment

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

not sure what you want to provide here, shouldnt this be size?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

there is only normal and large.

ui/src/global.scss Show resolved Hide resolved
@da-Kai da-Kai requested a review from lukasrgr October 8, 2024 09:10
Copy link
Contributor

@lukasrgr lukasrgr left a comment

Choose a reason for hiding this comment

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

🚀

@sfeilmeier sfeilmeier merged commit d58852d into OpenEMS:develop Oct 28, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants