accordproject / template-playground

Web Playground for TemplateMark templates
https://playground.accordproject.org
Apache License 2.0
18 stars 22 forks source link

update : Modular Navbar #109

Closed yashpandey06 closed 5 days ago

yashpandey06 commented 1 month ago

Overview

This pull request refactors the Navbar component to enhance modularity, scalability, and maintainability. The changes align with industry standards for component-based architecture, making the codebase easier to manage and extend in the future.

Changes

Related Issues

Future Development Pattern

To maintain a scalable and maintainable codebase, we recommend adopting the following practices:

Author Checklist

netlify[bot] commented 1 month ago

Deploy Preview for ap-template-playground failed.

Name Link
Latest commit c35ccf7f8e7020a36be5f3401fbfa4efa35390ba
Latest deploy log https://app.netlify.com/sites/ap-template-playground/deploys/66f7a8dfeda0b300088b7405
Vinyl-Davyl commented 1 month ago

Hey @yashpandey06, it seems like the Netlify deploy is failing on multiple checks. Could you please ensure the build runs successfully before finalizing the PR? Try running npm run build locally to catch any errors, and make sure to address them before pushing the changes. This will help avoid deployment issues and ensure everything is working smoothly. Thanks