Skip to content

feat(admin): add PDF output for generated sponsored members

feat(admin): add PDF output for generated sponsored members

  • When the generation of sponsored members is now finished, a dialog apperas with the result of the generation. The result can be either 'success' or 'finished with warnings'. The later is shown id generation of some of the memebers has failed.
  • On this dialog, user can download the result in two formats: CSV and PDF.
  • Added new library pdfMake. This library is quite huge so it is lazyly loaded once it is actually needed.

feat: add success alert type

  • Added new alert type success which can be used to show information about some successful operation.

Merge request reports