2 Open Issues Need Help Last updated: Jul 8, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Investigate and resolve the root cause of inconsistent line endings (CRLF vs LF) in the `pnpm-lock.yaml` file causing the Prettier check to fail in the CI pipeline. A temporary workaround has already excluded the Prettier check, but a permanent solution is needed to re-enable it.

Complexity: 3/5
help wanted
Collapsible Sidebar about 2 months ago

AI Summary: Implement a collapsible sidebar in the Next.js admin panel's layout. This involves converting the existing server component layout to a client component, using useState for local state management to track the sidebar's collapsed state, and adding the necessary UI elements and logic to make the sidebar collapsible.

Complexity: 3/5
good first issue