4 Open Issues Need Help Last updated: Jul 10, 2025

Open Issues Need Help

View All on GitHub
Finance Investment Advisor

AI Summary: Modify the navbar component to conditionally render either a user's profile picture (when logged in) or login/signup buttons (when not logged in). This involves integrating with the authentication system to check user login status and updating the navbar's UI accordingly.

Complexity: 2/5
enhancement good first issue
Finance Investment Advisor
Fix the navigation bar about 2 months ago

AI Summary: Improve the performance and aesthetics of the navigation bar in the GreedAdvisor application by consulting the shadcn/ui documentation and implementing necessary changes. This likely involves optimizing the component's code for better performance and potentially adjusting styling using Tailwind CSS.

Complexity: 2/5
bug good first issue
Finance Investment Advisor
Move trading key selection about 2 months ago

AI Summary: The task involves refactoring the user interface of a Next.js application. Specifically, a combobox element for selecting a Trading key needs to be moved from the "Generate AI Report" card to the "Trading Positions" card. This likely requires updating the component structure, potentially adjusting data flow and state management within the React application.

Complexity: 2/5
good first issue
Finance Investment Advisor
Combobox not clickable about 2 months ago

AI Summary: Debug and fix a bug in the Next.js application where comboboxes are not clickable with the mouse, only allowing text input for selection. The solution likely involves inspecting the combobox implementation (likely using shadcn/ui components) for event listeners or CSS styles preventing click events from propagating correctly.

Complexity: 3/5
bug good first issue