This is an automated email from the git hooks/post-receive script. New change to branch feature/253-tuiles in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git from b7af57b6 ref #253 Menu 'Mes sondages' new 15484ee3 ref #253 Nouvelle modale pour lier un sondage + menu des cartes de sondage new 2558ad32 ref #253 Export des codes couleur dans des variables CSS new 62182ff5 ref #253 Suppression du bouton 'Nouveau sondage' dans le header (redondant) new f8bc1a88 ref #253 Ajout du menu accessible quand une carte a été cochée The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit f8bc1a88d1eed02be9cd88b274413b01d1da1d39 Author: Cécilia Bossard <bossard@codelutin.com> Date: Thu Feb 27 17:26:00 2020 +0100 ref #253 Ajout du menu accessible quand une carte a été cochée commit 62182ff5b211c0f776ab2f85ff37ce08f420f780 Author: Cécilia Bossard <bossard@codelutin.com> Date: Wed Feb 26 16:04:36 2020 +0100 ref #253 Suppression du bouton 'Nouveau sondage' dans le header (redondant) commit 2558ad32686ba896a78727534ee61b37832784fd Author: Cécilia Bossard <bossard@codelutin.com> Date: Wed Feb 26 15:42:29 2020 +0100 ref #253 Export des codes couleur dans des variables CSS commit 15484ee37aa5d7b2cb6ad14abe997f9c826d5de8 Author: Cécilia Bossard <bossard@codelutin.com> Date: Wed Feb 26 14:33:52 2020 +0100 ref #253 Nouvelle modale pour lier un sondage + menu des cartes de sondage Summary of changes: pollen-ui-riot-js/src/main/web/css/custom.css | 19 ++++ pollen-ui-riot-js/src/main/web/i18n/en.json | 9 +- pollen-ui-riot-js/src/main/web/i18n/fr.json | 7 +- pollen-ui-riot-js/src/main/web/tag/Pollen.tag.html | 1 + .../src/main/web/tag/PollenHeader.tag.html | 9 -- .../web/tag/components/CheckboxReboot.tag.html | 126 +++++++++++---------- .../main/web/tag/components/IconButton.tag.html | 6 +- .../src/main/web/tag/components/LazyLoad.tag.html | 7 +- .../src/main/web/tag/components/MenuItem.tag.html | 23 ++-- .../main/web/tag/components/PollenButton.tag.html | 33 ++++-- .../main/web/tag/components/PollenInput.tag.html | 79 +++++++++++++ .../src/main/web/tag/components/Popover.tag.html | 22 ++-- .../main/web/tag/components/SearchReboot.tag.html | 8 +- .../Separator.tag.html} | 55 +++++---- .../src/main/web/tag/components/Tooltip.tag.html | 16 +-- .../src/main/web/tag/poll/MyPollsHeader.tag.html | 63 +++++++---- .../tag/{Privacy.tag.html => poll/NoPoll.tag.html} | 43 ++++--- .../src/main/web/tag/poll/PollCardReboot.tag.html | 118 +++++++++++++------ .../src/main/web/tag/poll/Polls.tag.html | 32 +++++- .../src/main/web/tag/poll/Settings.tag.html | 4 +- .../popup/{Modal.tag.html => ModalReboot.tag.html} | 108 ++++++++++++------ pollen-ui-riot-js/stories/Card.stories.js | 1 + 22 files changed, 527 insertions(+), 262 deletions(-) create mode 100644 pollen-ui-riot-js/src/main/web/tag/components/PollenInput.tag.html copy pollen-ui-riot-js/src/main/web/tag/{Privacy.tag.html => components/Separator.tag.html} (55%) copy pollen-ui-riot-js/src/main/web/tag/{Privacy.tag.html => poll/NoPoll.tag.html} (57%) copy pollen-ui-riot-js/src/main/web/tag/popup/{Modal.tag.html => ModalReboot.tag.html} (55%) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.