quash-max icon indicating copy to clipboard operation
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...

Results 23 quash-max issues
Sort by recently updated
recently updated
newest added

### 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...

optimization
performance
backend

### 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...

enhancement
backend

## 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...

bug
backend

## 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....

enhancement
frontend

## 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...

optimization
frontend
performance

## 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...

optimization
frontend
performance

## 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...

enhancement
frontend

## 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...

enhancement
frontend

## 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...

enhancement
frontend

## 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...

enhancement
frontend