update: table - responsive for admin-project and project-edit (wip)

This commit is contained in:
gaelle morin
2020-06-10 00:59:45 +02:00
parent 7e655e054a
commit 741eff85ce
7 changed files with 52 additions and 50 deletions

View File

@ -42,9 +42,9 @@
.table
div.table-header.grey-color
div.w33 Nom
div.w33 Administrateurs
div.w33 Rejoindre
div.w349 Nom
div.w349 Administrateurs
div.w349 Rejoindre
sib-widget(name='hubl-admin-circle-leave-button')
template
@ -61,9 +61,9 @@
nested-field='circles'
fields='circle.name, circle.owner, leaveButton'
class-circle.name='w33 cell border cell-with-name'
class-circle.owner='w33 cell border cell-with-id-card'
class-leaveButton='w33 cell border cell-with-buttons'
class-circle.name='w349 cell border cell-with-name'
class-circle.owner='w349 cell border cell-with-id-card'
class-leaveButton='w349 cell border cell-with-buttons'
action-leaveButton="joinButton"
widget-leaveButton="hubl-admin-circle-leave-button"
@ -90,11 +90,11 @@
data-src=`${endpoints.circles || endpoints.get.circles}joinable/`
fields='name, owner, members'
class-name='w33 cell border cell-with-name'
class-owner='w33 cell border cell-with-id-card'
class-name='w349 cell border cell-with-name'
class-owner='w349 cell border cell-with-id-card'
widget-owner='hubl-circle-owner'
class-members='w33 cell border cell-with-buttons'
class-members='w349 cell border cell-with-buttons'
widget-members="hubl-admin-circle-join-button"
order-by="name"

View File

@ -22,13 +22,13 @@
next='admin-project-create'
) Créer un projet
.gridjs-wrapper
.table-wrapper
.table
div.table-header.grey-color
div.w25 Nom
div.w25 Administrateurs
div.w25 Capitaines
div.w25 Accès
div.w262 Nom
div.w262 Administrateurs
div.w262 Capitaines
div.w262 Accès
sib-widget(name="hubl-admin-project-leave-button")
template
@ -82,10 +82,10 @@
data-src=`${endpoints.projects || endpoints.get.projects}`
fields='name, members, captain, buttons'
class-name='w25 cell border cell-with-name hashtag'
class-members='w25 cell border'
class-captain='w25 cell border cell-with-id-card'
class-buttons='w25 cell border cell-with-buttons'
class-name='w262 cell border cell-with-name hashtag'
class-members='w262 cell border'
class-captain='w262 cell border cell-with-id-card'
class-buttons='w262 cell border cell-with-buttons'
widget-buttons="admin-project-buttons"
action-buttons="buttons"

View File

@ -31,8 +31,8 @@
.table-wrapper
.table
div.table-header.grey-color
div.w75 Nom
div.w25
div.w786 Nom
div.w262
sib-display(
class='table-body'
@ -47,7 +47,7 @@
label-actions='Edit'
action-actions='admin-users-edit'
class-actions='w25 cell border cell-with-buttons'
class-actions='w262 cell border cell-with-buttons'
widget-actions='hubl-sib-action-custom'
order-by='username'