-
Notifications
You must be signed in to change notification settings - Fork 1.6k
blocklist the bounces option #2409
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
When checking the EDIT: nvm the last part, since there is already a "blocklist all" button. But that button could be removed for the above sequence instead. And maybe at some point the list of bounces could be sortable by "hard", "soft", so we could select only the hard bounces to block. EDIT: nvm, it's sortable currently, it just doesn't work on v2.5.1 but maybe this is fixed already in newer versions. |
@MaximilianKohler when checking the checkbox before "Email" It does select all on the current page alone. Regarding sortable by "hard", "soft", I will add that as seperate PR once this one gets merged. |
Yes it makes more sense to do it that way. Let me update in this PR @MaximilianKohler |
@MaximilianKohler I have implemented the changes you have suggested. Edit: @knadh Could you review the changes and share your feedback? |
@knadh Somewhat out of the box discussion wrt this particular PR, but I initially stumbled upon using icons for this PR to support drop down, and found that listmonk uses Fontello. While the menu-up and menu-down icons are not bundled, I tried to see if they can be added. I tweaked it by checking with frontend/fontello/config.json and faced some issues where I couldn't upload many of the icons due to the upper limit for upload at fontello end. The current config.json supports multiple icons, and the file is around 3.5MB, and we don't use many of the icons present in it. Considering all , could we consider support for SVG based icon library like heroicons that would allow us to add only necessary icons in the bundle? |
Hi @Bowrna, There are no issues with dragging-dropping config.json onto Fontello's frontend. I was just able to do it. Fontello allows selecting only the icons that are required in one place without bringing them into the frontend JS code. We can explore the tradeoffs and consider SVG icons for a future release. |
Hi @knadh, Thanks for the update. I missed reading this part of the documentation. When I tried to upload the config.json, I could see only a few icons from the config file getting loaded on the screen. I assumed it was the limitation at fontello as only 43 icons present in the config.json got loaded in the custom icons. Just after checking this docs, I could understand that only 43 icons whose JSON has key "selected" as true value are shown as selected. |
7b6aaca
to
a825ac7
Compare
a825ac7
to
b2a3487
Compare
Could this PR be reviewed at your convenience? @knadh |
Just wound up marathon work on the v5 release. I'll review this PR maybe a month or two from now, closer to the next release. Thanks @Bowrna. |
As my old PR got closed, raising this one again.
closes: #2105
Edit: Life's merge conflict delayed this PR, but the rebase is complete now!