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 0910eb55 WIP Mise en place du header de la page 'Mes sondages'. RAF problèmes alignements new b7af57b6 ref #253 Menu 'Mes sondages' The 1 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 b7af57b6baf0d98fecd731f38f7a7bfd27510ade Author: Cécilia Bossard <bossard@codelutin.com> Date: Tue Feb 25 10:47:26 2020 +0100 ref #253 Menu 'Mes sondages' Summary of changes: .../pollen/persistence/entity/PollTopiaDao.java | 74 ++++++++++ .../org/chorem/pollen/rest/api/v1/PollApi.java | 23 ++- pollen-rest-api/src/main/resources/mapping | 4 + .../pollen/services/service/PollService.java | 33 +++++ pollen-ui-riot-js/src/main/web/conf.js | 2 +- pollen-ui-riot-js/src/main/web/js/PollService.js | 16 ++ pollen-ui-riot-js/src/main/web/tag/Pollen.tag.html | 24 +++ .../main/web/tag/components/IconButton.tag.html | 4 +- .../src/main/web/tag/components/MenuItem.tag.html | 17 ++- .../main/web/tag/components/PollenButton.tag.html | 2 +- .../main/web/tag/components/SearchReboot.tag.html | 2 - .../{Polls.tag.html => MyPollsHeader.tag.html} | 145 ++++--------------- .../src/main/web/tag/poll/PollCardReboot.tag.html | 6 +- .../src/main/web/tag/poll/Polls.tag.html | 161 +-------------------- 14 files changed, 223 insertions(+), 290 deletions(-) copy pollen-ui-riot-js/src/main/web/tag/poll/{Polls.tag.html => MyPollsHeader.tag.html} (55%) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.