Commit Graph

163 Commits

Author SHA1 Message Date
Thomas Rubini
d6cf92b7da
rename 'recipe' to 'instructions' 2023-01-26 22:34:13 +01:00
Thomas Rubini
96c77453e2
Merge pull request #152 from ThomasRubini/inter_user_null 2023-01-26 21:29:04 +01:00
Thomas Rubini
4fdb49454f
fix typo 2023-01-26 21:28:57 +01:00
Thomas Rubini
9014ca45f3
handle case where user is null in interactions 2023-01-26 21:27:55 +01:00
Marla
13c2377955
Merge pull request #151 from ThomasRubini/back_button_edit_recipe
added style for return button in edit recipe page
2023-01-26 21:23:31 +01:00
Capelier-Marla
3de832fb03 added style for return button in edit recipe page 2023-01-26 21:22:56 +01:00
Thomas Rubini
5e80f58f40
Merge pull request #149 from ThomasRubini/recipe_buttons 2023-01-26 21:22:11 +01:00
Thomas Rubini
11791c19df
only show edit/delete buttons if the user can use them 2023-01-26 21:21:56 +01:00
Thomas Rubini
ec6610a5ba
show recipe time in minutes 2023-01-26 21:17:31 +01:00
Marla
9365d034d6
Merge pull request #141 from ThomasRubini/header-improvements
Header improvements
2023-01-26 21:14:30 +01:00
5845108eb1
Merge pull request #146 from ThomasRubini/verboser_userManagement
verbose usermanagement
2023-01-26 21:12:33 +01:00
c0193ca759 verbose usermanagement 2023-01-26 21:11:50 +01:00
Thomas Rubini
44f8c0e499
add ability to update recipe image 2023-01-26 20:53:32 +01:00
Thomas Rubini
04d3fdb206
use Anon user in Recipe 2023-01-26 19:57:55 +01:00
AudricV
d90896dfef
Change title and link favicons and add meta elements
- Add some keywords and a description
- Change charset declaration

Co-authored-by: Nicolas <nicolas.laurent@etu.univ-amu.fr>
2023-01-26 19:52:02 +01:00
Thomas Rubini
1e80101833
add Anon user object 2023-01-26 19:50:03 +01:00
cf5f1b68df
Merge pull request #139 from ThomasRubini/category_refactor
fixed scrolling category page
2023-01-26 19:36:18 +01:00
74226c53b6 fixed scrolling category page 2023-01-26 19:30:31 +01:00
Capelier-Marla
5fa1459022 edited html to be usable in css 2023-01-26 19:24:12 +01:00
Capelier-Marla
0c26986587 styled search part 2023-01-26 19:24:12 +01:00
Thomas Rubini
7e63369481
Merge pull request #136 from ThomasRubini/recipe_ingredients 2023-01-26 19:21:03 +01:00
98decb5804
Merge pull request #135 from ThomasRubini/category_controller
categories
2023-01-26 19:14:09 +01:00
069fca704e categories 2023-01-26 19:13:39 +01:00
Thomas Rubini
b195da0e46
fix typo 2023-01-26 19:08:01 +01:00
Thomas Rubini
d3b5345f79
fix keys sent to backend 2023-01-26 18:52:43 +01:00
Capelier-Marla
47dd94667a styled apprectation 2023-01-26 18:28:57 +01:00
Capelier-Marla
3f1ff98251 style form for appreciation 2023-01-26 18:10:51 +01:00
Capelier-Marla
cb4476f992 added recipeView class to main in view of recipes 2023-01-26 17:47:12 +01:00
Thomas Rubini
272b4fae86
use getSteps() in frontend 2023-01-26 17:36:35 +01:00
Thomas Rubini
7006ee6896
explode at \n\n instead of \n 2023-01-26 17:36:33 +01:00
Thomas Rubini
0d74f4db90
fix ingredient in recipe/edit 2023-01-26 17:08:20 +01:00
Marla
e554b21097
Merge pull request #128 from ThomasRubini/footer_and_error_style_fix
Footer and error style fix
2023-01-26 17:04:57 +01:00
Capelier-Marla
cfe62c4c0e restyled text in footer 2023-01-26 17:04:18 +01:00
Thomas Rubini
b20cc3eb21
Merge pull request #127 from ThomasRubini/appr_view_and_delete 2023-01-26 16:57:22 +01:00
Thomas Rubini
97b39a4552
make apprs use new models + allow users to delete their appr 2023-01-26 16:56:51 +01:00
Capelier-Marla
8b2940b251 replace names for errors main 2023-01-26 16:54:55 +01:00
Capelier-Marla
490de05036 styling buttons and part alim section 2023-01-26 16:46:36 +01:00
Capelier-Marla
e407e71eef form and recipe name style 2023-01-26 16:46:36 +01:00
AudricV
34563ebb8f
Add fictive disclaimer to footer 2023-01-26 16:42:34 +01:00
Thomas Rubini
8359a8b19d
replace I_QUANTITY with S_QUANTITY 2023-01-26 16:38:22 +01:00
Thomas Rubini
da190e22bc
add 'Retour' button to recipe/edit 2023-01-26 16:34:52 +01:00
Thomas Rubini
154f731fef
Merge pull request #115 from ThomasRubini/error-pages-improvements 2023-01-26 16:30:15 +01:00
Thomas Rubini
ddc2c72d58
use function to get difficulty 2023-01-26 16:25:42 +01:00
Thomas Rubini
85a7ba34f3
add buttons ot edit and delete in recipe view 2023-01-26 16:19:00 +01:00
Thomas Rubini
f6a6ebb40f
fix missing quote 2023-01-26 16:12:02 +01:00
f70465a17a
refactored ingredient model 2023-01-26 15:59:14 +01:00
AudricV
5b9e412ca2
Improve error pages
- Wrap messages into a main element
- Add classes for all texts except the back to home link
- Translate everything in French
2023-01-26 15:41:53 +01:00
Capelier-Marla
a7060f46dd styled search part of search page 2023-01-26 13:34:24 +01:00
Capelier-Marla
8418df91e3 removed :has() css attributes to use classes (because f firefox) 2023-01-26 13:31:27 +01:00
Thomas Rubini
0f8a113583
fix recipe/search view call 2023-01-26 13:25:43 +01:00