FriedrichFroebel / brother_ql_web

A Python-based web service to print labels on Brother QL label printers. Based on brother_ql: https://github.com/pklaus/brother_ql
GNU General Public License v3.0
7 stars 2 forks source link

Update Bootstrap and jQuery #2

Closed FriedrichFroebel closed 1 year ago

FriedrichFroebel commented 1 year ago

brother_ql_web currently bundles Bootstrap 3.3.7 and jQuery 3.1.1. The have been released in 2016: https://github.com/twbs/bootstrap/releases/tag/v3.3.7 https://github.com/jquery/jquery/releases/tag/3.1.1

Migration guides for Bootstrap:

As Bootstrap 5 does not require jQuery any more, we might drop it completely as well and rewrite the current code in plain Javascript.

FriedrichFroebel commented 1 year ago

Done in https://github.com/FriedrichFroebel/brother_ql_web/commit/da5924587dfb12e47b24cdc29181e9e1d13d27d6.