Gabriel Hernandez
f73cb371bc
fix not showing install software when there was software titles ( #23352 )
...
relates to #23321
fix that shows the add install software UI when there is software to
install.
2024-10-29 18:52:09 +00:00
Gabriel Hernandez
489035ef2b
Various setup exp UI fixes ( #23328 )
...
relates to #23321 , #23322 , #23323
This contains three UI fixes:
1. fix when we show the empty state for install software. We were
expecting an empty array but the response from `GET
/setup_experience/software` sends null when no software has been added

2. fix to add responsive style to install software and run script panels
that matches the other setup experience panels.


3. Fix and clean up the copy of the first three setup experience panels
to match the new ones. Also, update the alt text on the images to be
more descriptive.
- [x] Added/updated tests
- [x] Manual QA for all new/changed functionality
2024-10-29 14:29:05 +00:00
Gabriel Hernandez
2d7f9a342f
various quick updates to UI for setup experience feature ( #23226 )
2024-10-25 13:05:40 +01:00
Gabriel Hernandez
68cdcde4eb
fix to PUT /setup_experience/software and GET /setup_experience/software endpoints ( #23074 )
...
This PR fixes two issues:
1. `PUT /setup_experience/software` will now take the correct json body
of `software_title_ids` to update the software to install during setup
experience
2. include the `install_during_setup` attribute on the software titles
software package results from `GET /setup_experience` endpoint
2024-10-23 15:57:02 +01:00
Gabriel Hernandez
3468adf408
Feat UI api integration setup experieince ( #22856 )
...
relates to #22817
API integration and some polish for the UI of the setup experience
feature.
2024-10-11 15:10:27 +01:00
Gabriel Hernandez
3729b4b98d
Install software setup experience UI ( #22651 )
...
relates to #22373
This implements the UI for the install software setup experience in the
UI. This includes:
**updating the nav sidebar**

**creating a new install software card**

**select software modal for selecting which software to install**
**
- [x] Changes file added for user-visible changes in `changes/`,
`orbit/changes/` or `ee/fleetd-chrome/changes`.
- [x] Manual QA for all new/changed functionality
2024-10-09 16:09:38 +01:00