ompharate opened a new pull request, #36288: URL: https://github.com/apache/superset/pull/36288
fixes #36235 ### The Problem In Apache Superset's dashboard list page `/dashboard/list/` pagination controls were visible and working correctly in List View, but in `Thumbnail/Card` View, only the first 25 dashboards were displayed with no pagination controls visible, even when more dashboards existed in the database. **Normal list view (Working Correctly)** <img width="1417" height="793" alt="Screenshot 2025-11-26 at 4 24 50 PM" src="https://github.com/user-attachments/assets/8615650b-4757-42cb-a725-606e32525630" /> **tile/ thumbnail (No Pagination)** <img width="1425" height="810" alt="Screenshot 2025-11-26 at 4 24 39 PM" src="https://github.com/user-attachments/assets/6ed4c5e9-e86d-4898-9cd2-b23373ac7203" /> **After Applying Fix** <img width="1431" height="839" alt="Screenshot 2025-11-26 at 4 34 04 PM" src="https://github.com/user-attachments/assets/0227f8b4-3276-4d0a-bcbb-c94f5ed63026" /> <img width="1424" height="665" alt="Screenshot 2025-11-26 at 4 34 10 PM" src="https://github.com/user-attachments/assets/cfbe3fea-e8d1-40e1-96a0-31a8e25d3df5" /> ### TESTING INSTRUCTIONS Have >25 dashboards Switch between: List view Thumbnail view Confirm missing pagination ### ADDITIONAL INFORMATION - [ ] Required feature flags: - [x] Changes UI - [ ] Includes DB Migration (follow approval process in [SIP-59](https://github.com/apache/superset/issues/13351)) - [ ] Migration is atomic, supports rollback & is backwards-compatible - [ ] Confirm DB migration upgrade and downgrade tested - [ ] Runtime estimates and downtime expectations provided - [ ] Introduces new feature or API - [ ] Removes existing feature or API -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
