igorsimb / mp-monitor

Django app for scraping Wildberries
1 stars 0 forks source link

[Bug] Fix Toggle All checkbox #75

Closed igorsimb closed 5 months ago

igorsimb commented 6 months ago

Since we have {% include "main/partials/items_table.html" %} twice, the JavaScript script only catches the first select-all id of the items_table's input.

To reproduce:

igorsimb commented 6 months ago

Could probably be solved by using AlpineJS and simply removing the element from DOM when it is not active.

igorsimb commented 5 months ago

HTMX has Tabs functionality. https://htmx.org/examples/tabs-javascript/ Not sure how to implement it in Django though.

igorsimb commented 5 months ago

Closing as fixed in https://github.com/igorsimb/mp-monitor/commit/5600164ab012a7e9cff817ba33758ded267491e2