You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: resolve export display and button functionality issues
- Fixed export listing to always scan older exports (not just when <50 recent)
- Increased limit for scanning older exports from 100 to 500
- Fixed export button conflicts between app.js and exports.html
- Added proper button state management (disable on click, reset on error/success)
- Excluded export buttons from generic button handler in app.js
These changes should resolve:
- Only 1 export showing instead of full list (53 total)
- Export buttons not working due to JavaScript conflicts
0 commit comments