Convert HAML-based Project Importers frontend to use Vue.js
Convert HAML-based Project Importers frontend to use Vue.js
Currently we have project importers that use server-side HAML rendering (e.g. Bitbucket importers), while Gitea/Github one uses client-side Vue.js. The UI is somewhat similar, serves the purpose, but has slightly different look and feel to it.
We should aim to make it same for all in order to achieve consistent user experience between all of the importers.
- Show closed items
Link items together to show that they're related or that one is blocking others.