Hello, removing the dependency of jQuery in django-mailman3, Postorius and maybe in Hyperkitty will allow Postorius to load faster in browsers - less data (JavaScript) is transferred from webserver to webclient, less code is parsed and interpreted by the browser. Removing the dependency on jQuery is a big change, which can be split into smaller steps. I have started with few modifications:
• https://gitlab.com/mailman/django-mailman3/-/merge_requests/334 • https://gitlab.com/mailman/django-mailman3/-/merge_requests/344 • https://gitlab.com/mailman/postorius/-/merge_requests/1045 • https://gitlab.com/mailman/postorius/-/merge_requests/1044 • https://gitlab.com/mailman/hyperkitty/-/merge_requests/688 I think as next somebody should review the above changes, e.g. try to deploy them locally and state, that the modified code is executed, while the behaviour (program logic) does not change. Greetings // Дилян _______________________________________________ Mailman-Developers mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/mailman-developers.python.org/ Mailman FAQ: https://wiki.list.org/x/AgA3 Security Policy: https://wiki.list.org/x/QIA9
