Open Issues Need Help
View All on GitHub Light mode being applied locally on some devices 3 months ago
AI Summary: Debug and fix an issue where the light mode in the Prismify web application is inconsistently applied across different devices. The problem appears to be localized to certain devices, as evidenced by the provided screenshot showing a discrepancy between expected and actual light mode rendering.
Complexity:
3/5
bug good first issue
Session not updating after profile edits 3 months ago
AI Summary: Debug and fix a Next.js application where profile updates are not reflected in the UI until after logout/login. The issue likely stems from improper invalidation of the Next.js cache or NextAuth session after profile edits are saved to the database. The application uses Next.js, React, Tailwind, Prisma, and Zustand.
Complexity:
4/5
bug good first issue