tiangolo / full-stack-fastapi-template

Full stack, modern web application template. Using FastAPI, React, SQLModel, PostgreSQL, Docker, GitHub Actions, automatic HTTPS and more.
MIT License
24.44k stars 4.12k forks source link

♻️ Abstraction of specific AddModal component out of the Navbar #1246

Open ajbloureiro opened 6 days ago

ajbloureiro commented 6 days ago

This PR aims to generalize the NavBar component allowing it to receive a Modal that handles the "Add" flow leaving the Modal control to the NavBar.