Commit graph

68 commits

Author SHA1 Message Date
Simon Vieille ee28c9abb7
copy the pager in the bottom of the index table
remove the with class of the action column
2023-11-10 19:28:20 +01:00
Simon Vieille 498c71081d
add red * on required label 2023-10-25 19:59:28 +02:00
Simon Vieille 1d0b657c83
add sass classes to mange with of elements
fix the aspect of the actions's column in the crud

add background in the modal header

change vavigation pills colors
2023-10-25 19:12:02 +02:00
Simon Vieille c65cc26be8
batch form is not submitted with XHR when it's a global action 2023-10-12 15:27:36 +02:00
Simon Vieille bd663838f6
allow to define templates show before and after a murph collection item 2023-10-06 12:46:51 +02:00
Simon Vieille c9b997e75d add new options in BooleanField: toggle|checkbox_class_when_true and toggle|checkbox_class_when_false 2023-08-31 16:12:57 +02:00
Simon Vieille 4385e7a525
add form error handle in settings actions 2023-08-17 20:15:02 +02:00
Simon Vieille 76b25f3bca
add form error handle in inline edit action
refill the form using last request
2023-08-11 19:18:11 +02:00
Simon Vieille 8e0a7f178b
fix block in BooleanField template 2023-08-08 12:15:01 +02:00
Simon Vieille 200dd0b8d6
add the option 'display' on BooleanField
add displays toggle and checkbox for BooleanField
2023-08-08 12:13:28 +02:00
Simon Vieille 6a5c5d899f
add color property in Navigation
add badge with navigation color in admin views
2023-08-07 19:20:14 +02:00
Simon Vieille d21ab30ebe
add default_value option in crud fields 2023-08-07 18:31:22 +02:00
Simon Vieille a96a6377d5
add associated nodes in page form 2023-08-07 18:24:31 +02:00
Simon Vieille 1936b366df
remove logo in login pages if empty 2023-07-27 18:14:17 +02:00
Simon Vieille f3674ad4e0 Merge branch 'master' into develop 2023-07-26 11:29:07 +02:00
Simon Vieille ddf1fecc90
fix collection widget: allow_add/allow_delete and prototype 2023-07-26 11:28:55 +02:00
Simon Vieille 81194a1d67
add boolean 'is_disabled' in the menu item template options 2023-07-19 21:42:28 +02:00
Simon Vieille 10221591c2 core.site.name and core.site.logo are not longer required 2023-07-19 20:42:35 +02:00
Simon Vieille 231742eb0d
fix responsive of account edit template 2023-07-19 20:28:37 +02:00
Simon Vieille f144760085
add boolean field for CRUD 2023-07-19 20:19:16 +02:00
Simon Vieille e2c9ecb941
add option to remove itetables values and/or specifics keys in the twig toArray function 2023-07-19 19:36:32 +02:00
Simon Vieille f9a20716a0
add twig block to override defaults actions in crud index template 2023-07-19 14:18:50 +02:00
Simon Vieille c688cc0552
add trans filter in inline form modal title 2023-05-27 15:02:17 +02:00
Simon Vieille 8b13d37e71
update file details view on the file manager 2023-05-19 20:30:35 +02:00
Simon Vieille b915b8b3ed
feat(crud): add the option "inline_form" in fields
feat(crud): allows to enable and disable double click listener on a table row

feat(crud): update de template of the controller
2023-04-14 07:09:57 +02:00
Simon Vieille 902ac81e4b
allow to remove meta datas of a page when enditing 2023-03-05 20:39:52 +01:00
Simon Vieille e74469a687
update the view 'show' of a navigation 2023-03-02 21:12:18 +01:00
Simon Vieille 219526e3a2
allow webp image in filemanager 2023-03-02 19:10:08 +01:00
Simon Vieille e402c49835
fix(admin): test site_logo before using it 2023-01-08 20:50:00 +01:00
Simon Vieille 6074d4cde6
release v1.16.0 2022-09-06 12:06:33 +02:00
Simon Vieille 280f7f01b1
refactoring of ab classes 2022-05-20 18:39:37 +02:00
Simon Vieille 3d6f6bb7b3
add abtest feature 2022-05-20 13:50:04 +02:00
Simon Vieille e91a395c34
update page form display on mobile 2022-05-18 15:43:13 +02:00
Simon Vieille 061a63d6a2
update redirect index view 2022-05-17 21:05:39 +02:00
Simon Vieille 41c441105d
update file manager display on mobile 2022-05-17 10:50:07 +02:00
Simon Vieille 0f5571b33e
update crud-header display on mobile 2022-05-17 09:25:49 +02:00
Simon Vieille af98f7bfea
update crud-header display on mobile 2022-05-17 09:22:22 +02:00
Simon Vieille 79817a4e92
hide button label on mobile (crud) 2022-05-17 08:44:28 +02:00
Simon Vieille c1e7e3ddf0
replace is_image with file_type in form types 2022-05-17 00:06:24 +02:00
Simon Vieille 17974843d9
fix file block type 2022-05-16 14:47:35 +02:00
Simon Vieille a715f7e474
add class in modal 2022-05-14 10:52:00 +02:00
Simon Vieille fda4ed5175
update base of mail template 2022-05-10 15:48:47 +02:00
Simon Vieille 99337b341f
change default template to show an entity using entity_to_array 2022-05-09 14:31:17 +02:00
Simon Vieille 170e74b5b7
update page edition template 2022-05-08 19:34:53 +02:00
Simon Vieille 67a5890573
add background when a form is show 2022-05-08 18:38:55 +02:00
Simon Vieille 0184693743
hide the backoffice site name when small resolution 2022-05-08 16:50:45 +02:00
Simon Vieille e3f6793ce6
update base of mail template 2022-05-07 17:02:30 +02:00
Simon Vieille 82d7d98d65
update base of mail template 2022-05-07 16:59:13 +02:00
Simon Vieille f9f8185280
update mail/account/resetting_request.html.twig 2022-05-07 16:48:00 +02:00
Simon Vieille c39fee15ed
update base of mail template 2022-05-07 16:47:47 +02:00