c73bb10dce
issue 644: Use Vue AddPersons picker to select users
2022-10-06 18:47:53 +02:00
5744a68f5f
issue 605: remove old scratch sass framework
2022-07-22 14:13:16 +02:00
ddd0aeb7b4
issue 605: improve the way chill loads bootstrap module
...
custom variables are loaded before bootstrap variables, custom maps are loaded after
2022-07-22 14:08:43 +02:00
8113fddcb2
use pick dynamic user type for reassigning + layout stuffs
2022-05-02 15:37:23 +02:00
6e1cabc8fc
fix detecting of non-read notification
2022-04-07 21:55:04 +02:00
nobohan
f2744fba43
notification toggle read: correct js syntax
2022-04-05 22:28:35 +02:00
3d1ded8b1c
position of toggle button improved (differentation between twig and vue) + fix fa-eye-slash in vue component
2022-03-09 20:41:24 +01:00
c611f35cd6
finding solution for toggle button position
2022-03-09 20:41:24 +01:00
abe183fd10
fix position of toggle button
...
so it doesn't cover content or falls outside box
2022-03-02 19:11:34 +01:00
d486f2ddfc
fix styling of confidential toggle button in renderboxes
2022-02-23 10:46:25 +01:00
e595500cb8
apply changes on person document
2022-02-11 17:01:36 +01:00
f34847f9f6
Merge remote-tracking branch 'origin/master' into issue416_chill_document_edit_button
2022-02-11 16:09:00 +01:00
ef2ab5faf6
vue pick entity: improve picked condition when value is empty string
2022-02-11 12:12:12 +01:00
e7a6742964
OpenWopiLink, option title is maintened (replace button by options)
2022-02-09 18:04:56 +01:00
08f544f6ea
add btn-wopilink button ; fix OpenWopiLink when options is null
2022-02-09 16:29:57 +01:00
971789d5cf
Merge remote-tracking branch 'origin/master' into foldlist_in_entity
2022-01-31 15:51:21 +01:00
84a76d2c76
ListWorkflow: styles for list (like in twig)
2022-01-30 13:36:37 +01:00
d88207132b
workflows in entity: twig call once vue component that list in modal with add button, or just display add button if none
2022-01-30 11:26:04 +01:00
nobohan
efff496f7a
hot fix: pick-entity: set input.value to null if multiple=false
2022-01-28 18:01:29 +01:00
646f39b9ed
Merge conflicts fixed
2022-01-28 12:15:51 +01:00
ad8d40cb1c
work on confidential / blur module
2022-01-27 16:52:46 +01:00
dc0fae7549
fixes person resources
2022-01-26 17:53:09 +01:00
88d1fe24b4
Creation of PersonResource
2022-01-26 12:52:15 +00:00
c7dbaae8d6
105 worflow
2022-01-24 13:17:46 +00:00
22022e5143
JS toggle class read/unread status works on *all* container (change DOM selector)
2022-01-14 20:02:00 +01:00
819017112d
JS toggle class read/unread when clicking on vue component NotificationReadToggle.vue
2022-01-13 18:56:07 +01:00
95027e93c6
fix translations for AddPersons in PickEntity
2022-01-10 12:41:47 +01:00
140f53b81f
setting NotificationReadToggle options for several cases. improve options
2022-01-06 13:34:39 +01:00
f5f5d66f3d
design notification box in post menu area
2022-01-05 20:58:51 +01:00
45dd21e02a
add component and type to add user dynamically
2022-01-03 15:42:24 +01:00
1576507f7e
notification: fix widget toggle read status
2021-12-29 23:09:26 +01:00
9ddfd194be
notification: small vue component to toggle read status of a notification
2021-12-29 18:51:25 +01:00
33c7a495c7
#258 add scss asset to manage suggestions lists (add/remove)
2021-11-25 14:08:13 +01:00
f69d6edba3
accourse banner carousel: slide2 control on right, + display when ready
2021-11-22 10:05:34 +01:00
76179d389d
carousel: fix error
2021-11-19 19:48:56 +01:00
af339aa7f0
accourse banner: use bootstrap carousel to display vue_accourse social-issues and associated-persons as slides
2021-11-19 17:16:16 +01:00
3f869e9ca5
further implementation in vue elements
2021-10-27 11:14:27 +02:00
5cf94a5ed6
implementation of blur effect for list of thirdparties
2021-10-27 09:41:44 +02:00
f09329daee
blur logic implemented on view.html.twig of Person by means of example
2021-10-21 16:52:27 +02:00
b40ed48776
restructuring files to /module
2021-10-21 16:52:27 +02:00
d524897838
entrypoint added to webpack and js included in create template for person
2021-10-07 16:57:22 +02:00
fb05d892a2
reorganization of files
2021-10-07 16:16:01 +02:00
6e31e01e51
tp: rename field translation
2021-09-15 16:25:26 +02:00
81b7e769e1
lightly increase heading 3-6 weight
2021-09-03 11:21:39 +02:00
4d65c54996
[design proposal] adding a mixin to style social issue badge
2021-08-20 20:40:05 +02:00
9764ee1794
styles, replace colors by variables, minor changes with colors
2021-07-31 11:00:37 +02:00
a48d7f5e94
move styles from bootstrap custom to chill entrypoint. split chillmain with imports sheets. clean styles
2021-07-31 10:34:20 +02:00
4e9916534f
every chill sass sheets need to load bootstrap configuration files
...
but we don't want to load all bootstrap in chill entrypoint !
2021-07-29 10:48:27 +02:00
50e9a06e49
adding a responsive breakpoints debug flag
2021-07-28 12:59:03 +02:00
8384508c1a
reorganize assets: move files and adapt links, remove unused
...
* chill: chill theme entrypoint
* lib: local libs, called in several place but don't have entrypoint
* module: local libs with specific entrypoints
* page: pages with specific entrypoints
* vuejs: vue components with specific entrypoints
remove local libs jquery and select2, they already exists in node_modules
remove duplicate fonts
2021-07-23 14:58:37 +02:00