passepartoutvpn / passepartout

Your go-to app for VPN and privacy.
https://passepartoutvpn.app
GNU General Public License v3.0
859 stars 129 forks source link

Replace active modules count with a description #915

Closed keeshux closed 1 week ago

keeshux commented 1 week ago

To get access to modules, try to avoid full Profile objects. Instead, replace the coupled ProfileHeader occurrences with a new intermediary ProfilePreview everywhere.

This way, a ProfileProcessor can inject the localized modules descriptions from above with the preview() method.