12 Open Issues Need Help Last updated: Jul 7, 2025

Open Issues Need Help

View All on GitHub
Web Development E-commerce

AI Summary: Fix a bug where the sidebar scrolls with the page. The provided screenshot shows the sidebar's undesirable behavior. The task involves identifying the cause of the unintended scrolling (likely related to CSS positioning or JavaScript event handling) and implementing a fix to ensure the sidebar remains fixed in place while the main content scrolls.

Complexity: 3/5
bug help wanted needs testing
Web Development E-commerce

AI Summary: The task requires fixing a bug where the chosen path in the OnlyFur platform is not being saved in the backend. The provided screenshots show a UI element allowing path selection, but the selection isn't persistently stored. The solution involves debugging the frontend's path selection logic, ensuring proper data transmission to the backend API, and verifying the backend correctly receives and stores the selected path in the database.

Complexity: 4/5
bug help wanted needs testing
Web Development E-commerce

AI Summary: Debug and fix a broken contact form on the OnlyFur platform. The issue is reported at https://onlyfur.net/contact, and requires investigating the form's functionality, identifying the source of the error (frontend, backend, or database), and implementing a solution. This likely involves examining relevant code in the frontend React application and potentially the backend API endpoints related to contact form submissions.

Complexity: 4/5
bug help wanted
Web Development E-commerce
[BUG] Fix Button Colors about 2 months ago

AI Summary: Fix the color grading and gradient issues on passive buttons in the OnlyFur platform's frontend. The current gradients are inconsistent and some buttons lack gradients entirely. The goal is to ensure all passive buttons have a consistent gradient across the screen.

Complexity: 2/5
bug help wanted
Web Development E-commerce
[Test] Test Contact form about 2 months ago
help wanted needs testing
Web Development E-commerce
bug help wanted
Web Development E-commerce

AI Summary: Implement a user settings page allowing users to manage their profile information, notification preferences, and potentially subscription details. The provided image shows a mockup of the desired settings UI, indicating fields for profile picture, username, email, password, notifications (email and push), and potentially subscription management (if applicable).

Complexity: 4/5
enhancement help wanted
Web Development E-commerce

AI Summary: Debug and fix a bug in the OnlyFur platform where the Messages & Notification tab displays mock data instead of real user data. This involves inspecting the frontend code (React), potentially the backend API calls fetching the data, and the database to ensure data is correctly retrieved and displayed. The provided screenshot shows the mock data issue.

Complexity: 4/5
bug help wanted
Web Development E-commerce

AI Summary: Debug and fix the broken profile options functionality in the OnlyFur platform. The issue appears to be a visual/UI problem, as indicated by the attached screenshot showing missing or malfunctioning profile options. The fix likely involves inspecting the frontend React code responsible for rendering and handling profile settings, potentially addressing issues with component rendering, data binding, or event handling.

Complexity: 3/5
bug help wanted
Web Development E-commerce

AI Summary: Debug and fix a UI bug in a React application where buttons from the 'Billing & Subscriptions' section persist even when navigating to 'Payment Methods' or 'Transaction History'. The issue is likely related to incorrect state management or component lifecycle methods within the React frontend code. The fix will involve identifying the root cause of the persistent buttons and implementing a solution to correctly update the UI based on the active section.

Complexity: 3/5
bug help wanted
Web Development E-commerce

AI Summary: Debug and fix a bug in the OnlyFur platform's dashboard where it displays mock data instead of real data from the database. This involves investigating the data fetching mechanism within the dashboard component, ensuring it correctly queries the database, and handling any potential errors in data retrieval or display.

Complexity: 4/5
bug help wanted
Web Development E-commerce
[BUG] Messages Not Working about 2 months ago

AI Summary: Debug and fix a bug in the OnlyFur platform where the messaging system is not functioning correctly. The provided screenshot suggests a frontend issue, possibly related to rendering or data fetching within the messaging component. The task involves investigating the frontend code (React), potentially inspecting network requests, and identifying the root cause of the messaging failure.

Complexity: 4/5
bug help wanted