quash-max
quash-max copied to clipboard
Quash: All-in-one bug reporting for mobile apps. Capture crashes, replays, and logs with shake-to-report. Auto-collect vital data, integrate with popular tools. Built by devs, for devs. Boost app qual...
### Issue Description Refactor the linear code to enhance overall efficiency and performance. ### Expected Behavior The refactored code should execute more efficiently while maintaining the same functionality. ### Actual...
### Issue Description Implement Slack's new file upload method, as the older version is scheduled to be deprecated by May 2025. ### Expected Behavior The application should successfully upload files...
## Issue Description A circular dependency error is occurring during application startup due to the autowiring of the UserService in the constructor of the JWT Auth filter. This prevents the...
## Issue Description Our codebase contains components with similar designs or structures that could be consolidated into reusable components. This redundancy increases maintenance effort and reduces consistency across the application....
## Issue Description Our application currently fetches data from the server for each request, which can lead to unnecessary network calls and slower performance. Implementing a caching strategy will help...
## Issue Description Our application may contain unused JavaScript code that is unnecessarily increasing bundle size and potentially impacting performance. We need to identify and remove this unused code to...
## Issue Description While our application already implements error handling, we want to ensure that it is as robust and user-friendly as possible. This issue aims to review the existing...
## Issue Description While our current type coverage is approximately 95%, we want to ensure that our type definitions are as robust and precise as possible. This issue aims to...
## Issue Description Our Next.js application requires significant SEO improvements. We need to enhance our SEO content, configuration, and structure throughout the entire app to improve search engine visibility and...
## Issue Description The Dashboard.tsx and Sidepane.tsx components are currently the largest components in our frontend codebase. They may be causing performance issues and are difficult to maintain due to...