Commit Graph

133 Commits

Author SHA1 Message Date
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
Capelier-Marla
2293d7378a styled connexion/inscription page (and added titles on top of forms) 2023-01-25 21:31:53 +01:00
Capelier-Marla
0c99d25748 modifier text in header to not take 300000000px 2023-01-25 20:40:40 +01:00
Capelier-Marla
06f80dd58b added missing max value of a note when displaying it 2023-01-25 20:34:47 +01:00
Capelier-Marla
064b55d63f buttons go to actual pages 2023-01-25 20:24:36 +01:00
Capelier-Marla
b96c3c6a4e putted li into ul 2023-01-25 19:18:14 +01:00
Capelier-Marla
ad4352fae5 added class to recipe 2023-01-25 19:18:09 +01:00
Capelier-Marla
9e067464c8 putted each recipe in ul-li 2023-01-25 19:17:19 +01:00
Capelier-Marla
ca47bf6c62 moved category list in main and main content in article 2023-01-25 19:17:19 +01:00
Thomas Rubini
7baf1bdcf3
rename some methods 2023-01-25 16:46:59 +01:00
Thomas Rubini
f08f6ab102
add recipe note 2023-01-25 16:42:30 +01:00
Thomas Rubini
752796fab3
Show 3 random recipes on home page 2023-01-25 16:14:46 +01:00
Thomas Rubini
63f8b9468a
start to adapt views to new Recipe Model 2023-01-25 15:58:07 +01:00
Capelier-Marla
9750af7839 moved from files home/view, recipe/search, recipe/view 2023-01-25 14:53:39 +01:00
Thomas Rubini
d472729992
show controls for every user in search 2023-01-24 21:03:29 +01:00
Thomas Rubini
92544228d2
add method manageUser/update 2023-01-24 21:03:18 +01:00
Thomas Rubini
d0648e30d0
Merge pull request #71 from ThomasRubini/manage-users-view 2023-01-24 21:00:24 +01:00
Thomas Rubini
8871d9bb21
modify structure sent to recipe/edit to include POST_URI 2023-01-24 20:11:12 +01:00