Open Issues Need Help
View All on GitHubAI Summary: Enhance the Nexca admin panel's source attribution functionality by adding a UI for managing link URLs, targets, and rel attributes for both posts and content. This involves creating a new form, updating database schemas, and modifying the display logic to handle the expanded source data while maintaining backward compatibility.
Nexca is your go-to platform for creating powerful admin panels. Manage data, share thoughts, and connect with your audience easily, whether you're an agency or an individual looking to build your brand.
AI Summary: Implement a "Skip to Main Content" link in the Nexca admin panel to improve accessibility for keyboard and screen reader users. This involves adding a hidden, focusable link at the top of the page, linking it to the main content section (adding a #main ID if necessary), and ensuring it becomes visible on focus. The implementation should ideally be done for all relevant templates within the Nexca application.
Nexca is your go-to platform for creating powerful admin panels. Manage data, share thoughts, and connect with your audience easily, whether you're an agency or an individual looking to build your brand.
AI Summary: Implement a drag-and-drop reordering feature for content blocks within the Tiptap rich text editor used in the Nexca admin panel. This requires integrating a drag handle extension from the Tiptap library, following their provided React integration guide.
Nexca is your go-to platform for creating powerful admin panels. Manage data, share thoughts, and connect with your audience easily, whether you're an agency or an individual looking to build your brand.
AI Summary: Enhance the Nexca admin panel's navigation menu by adding visual indicators (arrows) to parent menu items with children, and modifying the click behavior to prevent unintended navigation when clicking on the arrow or empty space within a parent item. The goal is to improve usability and clarity.
Nexca is your go-to platform for creating powerful admin panels. Manage data, share thoughts, and connect with your audience easily, whether you're an agency or an individual looking to build your brand.
AI Summary: Integrate the Lighthouse CLI into the Nexca project's build process to automate performance, accessibility, SEO, and PWA audits. This involves adding a script to run Lighthouse, potentially configuring thresholds for acceptable scores, and integrating the results into the project's reporting or CI/CD pipeline.
Nexca is your go-to platform for creating powerful admin panels. Manage data, share thoughts, and connect with your audience easily, whether you're an agency or an individual looking to build your brand.