3d45b6687f
adding addPersons component with modal, search field and basic suggestions
2021-04-30 23:18:57 +02:00
35e6d36ce0
fetch postParticipation request, catch fetch error, store mutation+action
2021-04-30 16:33:49 +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
ec68e6f761
make inheritance for vue translations i18n.js files
...
By importing only the app i18n file,
we benefit from the whole inherited chain:
app i18n < chill bundle i18n < chill main bundle i18n
2021-04-29 18:32:22 +02:00
25bd170f6b
improve modal system, test when a modal call next modal
2021-04-29 15:49:25 +02:00
d18922ed98
permit multiple modals in same component
2021-04-29 14:04:40 +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
94e494361f
adding show/edit links (prepare modal) + save button
2021-04-28 18:00:46 +02:00
4bb3eadf91
renaming vuejs root dir
2021-04-28 11:41:15 +02:00
3a0c25c871
fix addPerson feature with vue3+store+i18n
2021-04-28 10:10:16 +02:00
4cf77a9b0e
adapt multi components to new store and new api endpoints
...
* base of i18n (yarn add new deps)
2021-04-27 22:03:39 +02:00
01f9d03b14
init vuex store
2021-04-27 15:11:13 +02:00
93260ea36f
move AccompanyingCourse component in his own directory
2021-04-26 13:02:28 +02:00
a8f55e064d
split personAction in sub-component
2021-04-26 11:27:46 +02:00
7df753f1cb
props, datas and sub-components
2021-04-23 20:29:35 +02:00
b0fc4e190f
rename and cleaning
2021-04-23 19:39:09 +02:00
928e0e1eed
test app async working
2021-04-23 13:48:42 +02:00
28e4b2abaf
test vue app
2021-04-23 13:13:57 +02:00
2de8338651
webpack alias + move vues firsts files in better place
2021-04-22 14:13:47 +02:00
0cc951b296
fix webpack path with aliases
2021-03-21 10:20:57 +01:00
eaa0ad925f
fix folder name
2021-03-18 13:37:13 +01:00