Commit Graph

150 Commits

Author SHA1 Message Date
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
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
Thomas Rubini
47b5a6c52a
Merge pull request #109 from ThomasRubini/category_view 2023-01-26 12:01:48 +01:00
Thomas Rubini
e4a3c9665a
make category view use model 2023-01-26 12:01:19 +01:00
Capelier-Marla
13b3b58fb0 styled user/view (user/edit) 2023-01-26 11:39:26 +01:00
Capelier-Marla
47c733547f added classes to use css easier 2023-01-26 00:48:28 +01:00
Thomas Rubini
4342c56f4d
fix recipe_id hidden key in form 2023-01-25 23:17:48 +01:00
Thomas Rubini
7fca2e6d78
loop over difficulties 2023-01-25 23:07:45 +01:00
Thomas Rubini
ececccc3a0
handle deleted users (null author) 2023-01-25 22:54:06 +01:00
Thomas Rubini
dc9465495a
replace DESC with DESCR 2023-01-25 22:49:58 +01:00
Thomas Rubini
488fc7c510
Use plain HTML in the header + only show 'Nouvelle recette' if user is login 2023-01-25 22:45:35 +01:00
Thomas Rubini
8ad62d8620
make edit and new actions work 2023-01-25 22:41:22 +01:00
Thomas Rubini
81e67a0bf5
Merge pull request #99 from ThomasRubini/create_recipe 2023-01-25 21:52:00 +01:00
Thomas Rubini
3698a5c860
do not make recipe image required 2023-01-25 21:51:04 +01:00
Thomas Rubini
cba3f90657
add recipe/create action 2023-01-25 21:49:22 +01:00