Skip to content

NAS-135256 / 25.10 / Simplify Services page #11920

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

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Conversation

AlexKarpov98
Copy link
Contributor

Testing: see ticket.

Result:

Screen.Recording.2025-04-24.at.12.37.15.mov

@AlexKarpov98 AlexKarpov98 self-assigned this Apr 24, 2025
@AlexKarpov98 AlexKarpov98 requested a review from a team as a code owner April 24, 2025 09:40
@AlexKarpov98 AlexKarpov98 requested review from undsoft and removed request for a team April 24, 2025 09:40
@bugclerk bugclerk changed the title NAS-135256: Simplify Services page NAS-135256 / 25.10 / Simplify Services page Apr 24, 2025
@bugclerk
Copy link
Contributor

Copy link

codecov bot commented Apr 24, 2025

Codecov Report

Attention: Patch coverage is 67.69231% with 21 lines in your changes missing coverage. Please review.

Project coverage is 83.65%. Comparing base (310ea55) to head (db3fcbf).

✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
src/app/pages/services/services.component.ts 54.54% 20 Missing ⚠️
...dules/ix-table/components/ix-table/cell.harness.ts 87.50% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master   #11920      +/-   ##
==========================================
- Coverage   83.67%   83.65%   -0.03%     
==========================================
  Files        1687     1687              
  Lines       59681    59665      -16     
  Branches     6613     6610       -3     
==========================================
- Hits        49941    49911      -30     
- Misses       9740     9754      +14     

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

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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.

  1. Let's swap places between Play and Edit buttons.
  2. Can we have Stopped as gray instead of Red?
  3. Rename NFS/SMB Sessions to View Sessions.
  4. Rename Audit Logs to View Logs.
  5. Add underline for those links.
  6. Add space between links and action buttons.
  7. Last column doesn't look too good on some smaller resolutions – it starts to collapse too early.

@AlexKarpov98 AlexKarpov98 requested a review from undsoft April 30, 2025 07:49
@AlexKarpov98
Copy link
Contributor Author

@undsoft
Screenshot 2025-04-30 at 10 45 42

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.

Functionality looks good, but let's not add another unique setting to actions cell. Let's just create a custom component like with service-status-cell.

>
<ix-icon [name]="action.iconName"></ix-icon>
</button>
@if (action?.dynamicText && (action.dynamicText(row()) | async); as dynamicText) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

At this point, it's just better to use a custom cell within services.

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