Open Issues Need Help
View All on GitHubAI Summary: This issue involves enhancing the job posting form by adding an autocomplete feature to the skill input field. Users will receive suggestions for common Web3 and development skills as they type, improving usability and guidance. The implementation requires creating a skill suggestion list, filtering it dynamically, displaying a dropdown, and handling user interactions via mouse and keyboard.
AI Summary: This issue requires creating a custom 404 error page for a Next.js application. The page needs to be styled according to the 'MarketPay dark ink/gold' theme, featuring a prominent '404' number, a specific error message, and two navigation buttons to the jobs board and homepage. The implementation should ensure responsiveness and adherence to the app's visual design.
AI Summary: This issue involves enhancing the 'description' field in the `PostJobForm` component. The goal is to implement a more user-friendly character counter with color-coding based on length, enforce minimum (30) and maximum (2000) character limits, and display an inline error message when the description is too short. Additionally, the submit button should be disabled until the description meets the validation criteria.
AI Summary: This issue proposes the implementation of a global toast notification system in the application. It requires creating a reusable Toast component with different variants (success, error, info) and integrating it using React Context for global accessibility. The system should provide feedback for actions like job posting and application submission, with auto-dismissal and animation.
AI Summary: This issue involves enhancing the user experience on the jobs browse page by replacing the current basic loading placeholder with a more visually appealing and informative skeleton screen. The skeleton should accurately mimic the layout of a `JobCard` component, including its title, description, skills, and footer elements, using Tailwind's `animate-pulse` for a smooth loading animation and adhering to the application's dark gold theme.