Skip to content

Adds an option to export follows (fixed)

aka requested to merge aka/pleroma-fe:feature/follows-export into develop

This commit creates a simple box that the user can click to download a file with a list of all the people he/she/it/they follows. The function that prepares the file for download is isolated from the one that actually gets the list of users so we can easily add an "export blocks" or anything in the future. Fixed the linting problems.

Merge request reports