FriendsOfFlarum / user-directory

The permission based public user directory extension for your Flarum forum.
https://discuss.flarum.org/d/5682
MIT License
22 stars 17 forks source link

Make User Cards Smaller #67

Closed rafaucau closed 3 years ago

rafaucau commented 3 years ago

Fixes #57

Changes proposed in this pull request:

This pull request adds the option to enable small user cards. Small cards are a component that extends UserCard, but has its own infoItems, so that any space taking items from other extensions are removed. Instead, extensions can add new items.

Reviewers should focus on:

Checking if the cards are working properly

Screenshot

image image

Confirmed