Open Issues Need Help
View All on GitHubAI Summary: The issue requests adding essential Next.js configuration files (`next.config.js`, `.eslintrc.js`, `.gitignore`) to a template directory. This aims to ensure generated admin panels have proper linting, absolute imports, and build configurations, making them production-ready out of the box.
Generic Admin Panel for SWC Projects
Generic Admin Panel for SWC Projects
Generic Admin Panel for SWC Projects
AI Summary: This issue requests the implementation of a client-side component for an admin login UI using the `page.js` template. The UI should accept admin email and password, include validation for non-empty fields, and be clean, responsive, and use a light color theme.
Generic Admin Panel for SWC Projects
AI Summary: This issue requests the creation of a reusable read-only table component for displaying data fetched from models. The component should be implemented within the existing `template/admin-panel/components/tableView.js` file and designed for light mode UI, ensuring all data is displayed clearly. The focus is on displaying data, not editing it.
Generic Admin Panel for SWC Projects
AI Summary: This issue proposes adding a new EJS template file, `dbConnect.ejs`, to the `templates/lib/` directory. This file will contain a Mongoose connection helper function for MongoDB. The function should be designed to connect only once and reuse existing connections to prevent issues during hot reloads.
Generic Admin Panel for SWC Projects