Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor: Merge main branch changes into feat/add-item-quantity branc…
…h. Update styles and dependencies. - Update _variables.scss with new color variables - Update vite.config.js to configure svgr plugin - Add new views: About, UnauthenticatedHome, AuthenticatedHome - Update index.tsx to import bootstrap and index.scss - Update components/index.ts to import AuthenticatedNavBar and UnauthenticatedNavBar - Update package.json to add bootstrap and react-bootstrap dependencies - Update index.html to include bootstrap.min.css - Update SingleList.tsx to import Button and update styles - Update App.tsx to import About and update routes - Add AuthenticatedNavBar.scss and AuthenticatedNavBar.tsx - Add AuthenticatedHome.tsx and UnauthenticatedNavBar.tsx - Update AddItemForm.tsx to import Button and Form from react-bootstrap - Update Home.tsx to import AuthenticatedHome and UnauthenticatedHome - Update FilterListInput.tsx to import Button, Form, and InputGroup from react-bootstrap
- Loading branch information