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

NAS-127228 / 25.04 / Add system version to About dialog #10910

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

AlexKarpov98
Copy link
Contributor

Testing:
See ticket & results:
Screenshot 2024-10-22 at 11 29 48

Tests added.

Downstream

Affects Reasoning
Documentation About dialog updated

@AlexKarpov98 AlexKarpov98 self-assigned this Oct 22, 2024
@AlexKarpov98 AlexKarpov98 requested a review from a team as a code owner October 22, 2024 08:46
@AlexKarpov98 AlexKarpov98 requested review from undsoft and removed request for a team October 22, 2024 08:46
@bugclerk bugclerk changed the title NAS-127228: Add system version to About dialog NAS-127228 / 25.04 / Add system version to About dialog Oct 22, 2024
@bugclerk
Copy link
Contributor

Copy link

codecov bot commented Oct 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.92%. Comparing base (e194dba) to head (9e7aaec).

Additional details and impacted files
@@            Coverage Diff             @@
##           master   #10910      +/-   ##
==========================================
+ Coverage   81.91%   81.92%   +0.01%     
==========================================
  Files        1597     1597              
  Lines       56317    56323       +6     
  Branches     5842     5843       +1     
==========================================
+ Hits        46131    46144      +13     
+ Misses      10186    10179       -7     

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

Copy link
Collaborator

@undsoft undsoft 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, but I'd remove the icon and just add version as a centered text closer to "is free and open source software" line.

<div><ix-icon name="verified_user" class="bullet-icon"></ix-icon></div>
<div
class="medium-font"
[innerHtml]="('System Version' | translate) + ': ' + (systemVersion$ | async)"
Copy link
Collaborator

Choose a reason for hiding this comment

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

[innerHtml] appears to be unnecessary.

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.

3 participants