nobohan
b51575fc49
address selection: order preferred countries
2021-05-25 15:05:51 +02:00
nobohan
fee37b5af3
address selection: use API points for Country and PostalCode + remove obsolet Address Controller
2021-05-25 15:05:51 +02:00
nobohan
0afcf3d79e
address selection: move marker on the leaflet map on update map
2021-05-25 15:05:51 +02:00
7efbf2fce8
59 résumé, flex person position
2021-05-25 10:49:11 +02:00
20a14c9ff4
cleaning chillmain.scss
2021-05-24 13:19:37 +02:00
d4f96ee25f
add 'with_icon' option in twig address macro
2021-05-24 11:22:27 +02:00
d35e1fe21e
stickyNav item in a subcomponent
2021-05-23 10:16:18 +02:00
098a2ea620
improve AccompanyingCourse ux design
2021-05-20 18:42:40 +02:00
6a62b46dec
first impl
2021-05-20 17:41:37 +02:00
54d03275cf
place html anchors: top, bottom of page + for each form section
2021-05-20 14:35:32 +02:00
b018a50a7e
encore_entry_link_tags allows to use <style scoped> in vue files
2021-05-19 16:07:37 +02:00
f978636d57
add intensity in teleported toggleFlags
2021-05-18 16:14:10 +02:00
e0dc0a8fdb
add Comment component, make POST comment request
2021-05-17 16:10:36 +02:00
3c6d3f30d2
teleport toggle flags in header
2021-05-17 11:25:20 +02:00
c3ef8d112c
first impl for global timeline: apply on activities
2021-05-14 16:25:56 +02:00
c6525be444
get countries when opening modal + fix select placeholders
2021-05-12 10:43:12 +02:00
cb846891d6
add store postAddress fetch request
2021-05-12 09:54:37 +02:00
444159b52a
cleaning AddAdress refactor
2021-05-11 23:52:56 +02:00
7aed8e83ea
refactoring AddAddress component
2021-05-11 23:41:32 +02:00
41254db72f
Merge branch '139_demandeur' into _23_addresses_form_2
2021-05-11 15:51:06 +02:00
nobohan
15e301b889
address selection: add more fields
2021-05-11 15:32:02 +02:00
nobohan
c3926991ac
address selection: fix leaflet icon url + others fix (WIP)
2021-05-11 14:56:56 +02:00
nobohan
ea0b2407df
address selection: add leaflet css + add fields for the address extra information (WIP)'
2021-05-11 13:50:11 +02:00
nobohan
2fe38945d2
Address selection: add a leaflet map
2021-05-10 17:31:22 +02:00
109bf5ec5d
suggestions, flex position for little screens + thirdparty links
2021-05-10 16:33:41 +02:00
nobohan
fe5745831c
Address selection: add selectCountry and selectCity components
2021-05-10 15:21:38 +02:00
36326a2a70
improve suggestions display, with more details, and different according to the entity
2021-05-10 13:27:41 +02:00
nobohan
efb9bc938a
Address selection: add store + addressSuggestion
2021-05-10 12:12:04 +02:00
a260274549
addpersons better ux with reset features
2021-05-09 00:39:18 +02:00
54eb15ea35
disable close participation button when is closed
2021-05-08 11:20:53 +02:00
nobohan
b934c2eeaf
add POC of a vuejs component (opens a modal) for address selection
2021-05-07 17:38:15 +02:00
503293a359
Merge branch 'master' into '37_modal_add-persons'
...
# Conflicts:
# src/Bundle/ChillPersonBundle/Entity/AccompanyingPeriod.php
# src/Bundle/ChillPersonBundle/chill.webpack.config.js
2021-05-07 13:35:48 +00:00
7bdf71315a
move Modal component in ChillMainAssets
2021-05-07 15:28:50 +02:00
ad690db886
display reset link + minor changes
2021-05-07 10:36:50 +02:00
088e522292
Merge branch 'master' into _31_interface_creation_parcours
2021-05-06 10:55:22 +02:00
e6fcb5ff22
Merge branch '_test_closePerson' into _31_interface_creation_parcours
2021-05-05 20:47:39 +02:00
3b53c4451c
fix modal ux counter position
2021-05-05 18:45:51 +02:00
f89c690f1b
add scratch fontawesome 'remove' button
2021-05-05 13:36:45 +02:00
ac550e05e8
improve addPersons modal ux
2021-05-05 09:29:57 +02:00
cc8de353d4
moving selected counter + cleaning code
2021-05-04 10:48:58 +02:00
d393e74896
save checkboxes state in store
2021-05-03 22:44:28 +02:00
a1bb9ea352
modal addPerson design, search field: focus and position fixed
2021-05-03 11:52:06 +02:00
nobohan
05d3d7f5c7
update twig template and AddressType following the changes in Address entity
2021-05-03 09:28:05 +02:00
3d45b6687f
adding addPersons component with modal, search field and basic suggestions
2021-04-30 23:18:57 +02:00
4900c81c11
improve inheritance with translations i18n.js files
...
vue-i18n --> chill main i18n ---( )---> app index
chill bundle i18n --> app i18n --^
2021-04-30 16:32:06 +02:00
25bd170f6b
improve modal system, test when a modal call next modal
2021-04-29 15:49:25 +02:00
2050460bb3
add modal system, added/removed managed by vue, appearence managed by bootstrap
...
Modal component is an hybrid solution between :
- Vue3 modal implementation
=> with 'v-if:showModal' directive:parameter, html scope is added/removed not just shown/hidden
=> with slot we can pass content from parent component
=> some classes are passed from parent component
- Bootstrap 4.4 _modal.scss module
=> using bootstrap css classes, the modal have a responsive behaviour,
=> modal design can be configured using css classes (size, scroll)
See
* https://v3.vuejs.org/examples/modal.html#modal-component
* https://github.com/bootstrap-vue/bootstrap-vue/issues/5196
2021-04-29 12:40:28 +02:00
e1dbfdafd7
test modals with vue and modals with bootstrap
2021-04-28 22:01:05 +02:00
7596bd5a06
fix tests for chill main
2021-04-27 16:33:44 +02:00
28e4b2abaf
test vue app
2021-04-23 13:13:57 +02:00