UI: Linux setup experience - End user - #32639
Conversation
fcbe05a to
f268de8
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #32639 +/- ##
==========================================
- Coverage 64.02% 63.99% -0.04%
==========================================
Files 2002 2011 +9
Lines 198219 198515 +296
Branches 6440 6552 +112
==========================================
+ Hits 126907 127035 +128
- Misses 61324 61490 +166
- Partials 9988 9990 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
sgress454
left a comment
There was a problem hiding this comment.
code looks good, nuthin but nits so far ![]()
attempting a test run now!
| "running", | ||
| "success", | ||
| "failure", | ||
| "cancelled", // server should be aggregating cancelled installs with failed, check here just in case |
There was a problem hiding this comment.
damn, team canceLed takes a hit
There was a problem hiding this comment.
There was nothing I could do 😕
fleet/server/fleet/setup_experience.go
Line 15 in ec21637
There was a problem hiding this comment.
i know, don't think i didn't look already 🙃
| )} | ||
| </Tabs> | ||
| </TabNav> | ||
| {showInfoModal && <InfoModal onCancel={toggleInfoModal} />} |
There was a problem hiding this comment.
Just curious what the impact of moving this is? Just easier to find in the markup?
There was a problem hiding this comment.
the child is not necessarily rendered
There was a problem hiding this comment.
in the SettingUpYourDevice case, the previous location of this line would not be rendered, so modal would not be rendered
There was a problem hiding this comment.
arguably all of the modals should be moved similarly, but that would blow this up a bit
| disablePagination | ||
| pageSize={statuses.length} | ||
| emptyComponent={() => ( | ||
| // will never be empty |
| isAllPagesSelected={false} | ||
| disableTableHeader={false} | ||
| disablePagination | ||
| pageSize={statuses.length} |
There was a problem hiding this comment.
i'm assuming this page scrolls?
There was a problem hiding this comment.
Yea, figured so since pagination was never mentioned
PR 2/2 for #32037
Testing
Can use this branch with fake data to help test this PR
changes/