Skip to content

Commit

Permalink
Revert "Filter, Sort and Search Recipes + User Feed concurrent displa…
Browse files Browse the repository at this point in the history
…y of recipes"
  • Loading branch information
xvxnoah authored Dec 7, 2023
1 parent eb8a913 commit ae8e2ef
Show file tree
Hide file tree
Showing 12 changed files with 19 additions and 653 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
REACT_APP_API_URL = 'https://kasula-develop-5q5vehm3ja-ew.a.run.app'
REACT_APP_API_URL = 'http://127.0.0.1:8000'

# LA VARIABLE ESTÀ PENSADA PERQUÈ NO PORTI BARRA AL FINAL

Expand Down
28 changes: 0 additions & 28 deletions src/assets/jsonData/sort_options.json

This file was deleted.

7 changes: 0 additions & 7 deletions src/components/KasulaNavbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,13 +135,6 @@ function KasulaNavbar() {
<Dropdown.Menu className="dropdown-menu-end">
<Dropdown.Item
eventKey={1}
href={`/UserProfile/${user._id}`}
>
Profile
</Dropdown.Item>
<Dropdown.Divider />
<Dropdown.Item
eventKey={2}
onClick={() => {
handleOpenModal();
}}
Expand Down
222 changes: 0 additions & 222 deletions src/components/RecipeBrowser.jsx

This file was deleted.

Loading

0 comments on commit ae8e2ef

Please sign in to comment.