| 13457 | } |
| 13458 | |
| 13459 | |
| 13460 | // Add this function to check if a model should be visible based on current filters |
| 13461 | async function isModelVisible(model) { |
| 13462 | const designer = document.getElementById('designer-select').value; |
| 13463 | const license = document.getElementById('license-select').value; |
| 13464 | const parentModel = document.getElementById('parent-select').value; |
| 13465 | const printStatus = document.getElementById('printed-select').value; |
| 13466 | const favoriteStatus = document.getElementById('favorite-select')?.value || 'all'; |
| 13467 | const ratingStatus = document.getElementById('rating-select')?.value || 'all'; |
| 13468 | const ratingMinStatus = document.getElementById('rating-min-select')?.value || 'all'; |