f3e04bd2bf
Merge remote-tracking branch 'origin/master' into testing-202505
2025-05-30 14:58:45 +02:00
df88c31c40
Replace node-sass with sass and update bootstrap to version 5.3
2025-05-28 15:04:59 +00:00
66bd63403b
Update event binding in CKEditor5 component template
...
Replaces the deprecated `@input` event with the `@update:modelValue` event to ensure compatibility with Vue 3. This improves handling of two-way binding for the `v-model` directive.
2025-05-28 16:31:59 +02:00
bb41af4ed2
replace ck-editor by new CommentEditor on every vuejs components
2025-05-23 13:51:44 +02:00
19dd4667f2
Integrate Vue-based editor with rich and simple mode toggle
...
Replaced CKEditor initialization with a Vue-based editor component. Introduced a toggle to switch between rich and simple editing modes, persisting the state in local storage. Updated CKEditor dependency to version 45.1.0.
2025-05-23 13:34:50 +02:00
976f293f28
Add Emoji and Fullscreen features to CKEditor configuration
...
Integrated Emoji, Mention (required for Emoji), and Fullscreen plugins into the CKEditor setup. Updated the toolbar to include respective buttons, enhancing functionality and user interaction.
2025-05-23 13:33:47 +02:00
b0959f8cc5
Resolve "Code mort: module wopi-link semble inutilisé"
2025-05-16 08:33:56 +00:00
1af3e4c7ec
Eslint fixes and phpcs fixer
2025-03-18 14:39:19 +01:00
ec5c4d51b3
Frontend: display and behavior of pickUserOrMe form field
2025-03-18 14:25:56 +01:00
7a9168fcdb
Refactor variable declarations in pick-entity module.
...
Consolidated variable declarations into a single statement using const. This improves code readability and aligns with modern JavaScript best practices.
2025-03-14 15:02:09 +01:00
217ac7b9e7
Linter fixes
2025-02-27 11:54:48 +01:00
7ed10efcd1
Fix declaration of variables for dynamic picker
2025-02-24 13:49:33 +01:00
d2fcb6945b
Setup alias for use in standalone chill-bundles project and replace relative paths
2025-02-19 10:57:59 +00:00
16fe07cce7
More automatic eslint fixes, update baseline and eslint docs
2024-12-11 11:32:29 +01:00
ebfd48e41f
Apply prettier to files
2024-12-11 10:49:11 +01:00
a6aa2a81c2
Resolve merge with master
2024-12-11 10:46:06 +01:00
aa0785fc71
Apply prettier rules
2024-11-14 18:47:38 +01:00
21ec3121ec
Merge branch 'signature-app-master' into 'master'
...
Signature app master
Closes #307
See merge request Chill-Projet/chill-bundles!743
2024-11-12 20:30:00 +00:00
f05c25853c
Fix of errors: automatic and some manual
2024-11-04 19:56:03 +01:00
13dbbb6741
Fix race condition in ChillCollectionType
...
In some dcase, the collection is not initialized when a showHide is launched before the collection is fully initialized.
2024-10-15 09:08:29 +02:00
567c01f395
wip: use GenderIconEnum to allow user to select bootstrap icon
2024-10-09 16:49:40 +02:00
6b764114e4
Add event for handling end of addNewEntity process
...
Added new event 'addNewEntityProcessEnded' to PickEntity component. This event triggers form submission when 'submit_on_adding_new_entity' is enabled, ensuring proper flow control.
2024-10-01 18:49:51 +02:00
bc34d84d63
Merge remote-tracking branch 'origin/master' into upgrade-sf5
2024-09-12 13:36:50 +02:00
6e2a08cae8
Resolve multiple entries not being saved in collectiontype
2024-08-21 10:22:13 +02:00
6445342136
Fix remove button not showing in CollectionType forms with allow_delete option
2024-08-14 14:23:03 +02:00
d52e54fd2a
Make loadDynamicPicker available within windows where dynamicPicker tags are added
2024-08-14 13:38:58 +02:00
2d67843901
added unread and read all function with endpoints for notifications
2024-07-05 13:36:31 +00:00
dcfa569e3a
Upgrade CKEditor and refactor configuration with use of typescript
2024-06-01 00:35:08 +02:00
775535e683
refactor file drop widget
2024-05-28 11:25:59 +02:00
d29415317b
Allow users to display news on homepage (+ configuring a dashboard homepage)
2024-03-07 21:08:00 +00:00
9b9c2774ad
Allow Pick*Type to submit the form when selection an entity, and apply inside Event
2024-02-08 12:59:50 +01:00
f11f7498d7
Add new option "as_id" to Pick*DynamicType
...
This option will make the app return a single id of the entity in data, and not the entity json.
2024-02-08 12:54:44 +01:00
eaa40d6725
DX: remove some unnecessary console.log
2023-11-16 10:57:32 +01:00
b0ac8ce5af
Merge remote-tracking branch 'origin/master' into track-address-reference-update
2023-04-12 09:45:19 +02:00
cc69a3e86b
Fixed: [Activity] allow to set a user null
...
Fix https://gitlab.com/Chill-Projet/chill-bundles/-/issues/74
2023-04-06 17:29:05 +02:00
782bda0744
Fixed: [Pick entity / suggestion] handle case when user choose one suggested in the modal
...
In the previous implementation, if the user would add an entity from the modal, and if this entity is also present in the suggestion, the entity would not be removed from the suggestion list.
2023-03-24 17:06:00 +01:00
f256dda6fe
Feature: [address] apply details button on address-render-box
2023-03-22 15:32:42 +01:00
8177a0fcce
Feature: Provide api endpoint for reviewing addresses
...
Feature: show warning when address does not match the reference
Feature: [address] do update the address from address reference when clicked inside address details
2023-03-22 15:32:42 +01:00
b740a88ae3
Feature: bootstrapping an app to show a modal for address details and showing it inside twig address's render box
...
Feature: showing map and link to external map, and address details inside address details modal
Feature: AddressDetailsMap show a warning if the address is incomplete
2023-03-22 15:32:40 +01:00
de4cb1585b
FIX [normalizer] remove keys to have simple array of objects
2023-03-15 09:49:46 +01:00
1a3d66213b
FIX [review] implement changes based on review
2023-03-15 09:37:56 +01:00
67e68ac149
FIX [review] processing review, but stuck at transformation of json string to array
2023-03-15 09:37:56 +01:00
5319991a6f
[vue][suggested users] add suggested users in vue component and write create/remove logic
2023-03-15 09:37:56 +01:00
516e4e5f47
Fixed: fix the loading of bootstrap
...
See https://gitlab.com/champs-libres/departement-de-la-vendee/chill/-/issues/690
2022-12-06 21:25:35 +01:00
593caec851
Merge remote-tracking branch 'origin/111_exports_suite' into calendar/finalization
2022-11-25 15:29:17 +01:00
15c304b1d1
Feature: [rolling date] do not show the fixed date input, unless the fixed date
value is picked
2022-11-16 22:52:30 +01:00
aae1fbf7e6
Merge branch '111_exports_suite' into calendar/finalization
2022-10-24 11:10:44 +02:00
1ec3e176fb
Merge branch 'master' into calendar/docgen-add-generation
2022-10-20 13:34:21 +02:00
cf0252b469
[Feature] Prevent sending notification to user when bulk reassign
2022-10-10 20:52:08 +02:00
86cfd87d71
Feature: Allow to filter periods to reassign by postal code
2022-10-10 20:52:08 +02:00