mozilla / multi-account-containers

Firefox Multi-Account Containers lets you keep parts of your online life separated into color-coded tabs that preserve your privacy. Cookies are separated by container, allowing you to use the web with multiple identities or accounts simultaneously.
https://addons.mozilla.org/firefox/addon/multi-account-containers/
Mozilla Public License 2.0
2.64k stars 322 forks source link

Apply sorting in page action menu too #2559

Closed Cimbali closed 10 months ago

Cimbali commented 11 months ago

Quite simple, the page action menu was not sorted. This PR applies the sort, to be coherent with other displays of the containers.

dannycolin commented 10 months ago

Thanks a lot for your contribution. However, pageAction is deprecated in the new webextension API (Manifest v3). This means that browsers are going to remove the pageAction feature and we will need to remove it from Multi-Account Containers. See #2477

If there's any other feature you'd like to work on, please feel free to get in touch with us. You can ping me on a specific issue or join our matrix room #containers:mozilla.org on chat.mozilla.org (See https://wiki.mozilla.org/Matrix for instructions).

Cimbali commented 10 months ago

Yes actually it’s not even the list I was looking to sort, which is the one when long-pressing the “+” button for new tabs. But that one is not handled by MAC.