Update UI for Import group from file
### Problem to solve 1. Currently, when a user uploads a file to import a group, they must manually type the `Group name` and `Group URL`. The system should be able to detect and autofill the name of the group based on the file name. 2. We need to update the file upload component to follow the [Pajamas file upload](https://design.gitlab.com/components/file-uploader) pattern. ### User experience goal Give the user as few steps as possible to import their group. By prepopulating the name and URL fields saves time and prevents the user from potentially typing in the incorrect information. ### Proposal | (Old) Empty state | (Updated) Empty state | | ------ | ------ | | ![Old](/uploads/7638ddf38232ea4e9748d8777a12066e/Old.jpg) | ![000](/uploads/e417898a6c1d6f7994aeca301051d93d/000.jpg) | Actions: | (Updated) File attached | (Updated) Hover state | Prototype | | ------ | ------ | ------ | | ![001](/uploads/7fe274d159d48e0f580d6cd960d6df16/001.jpg) | ![002](/uploads/25a0813d7885b9dd3cc7f8301a768c18/002.jpg) | :eye: **View [prototype](https://www.figma.com/proto/172xfiDoBgsQH2jwZbFZFw/Import-groups-auto-fill?node-id=94%3A3732&scaling=min-zoom) to see the interaction.** |
issue