(app-desk) integrate grid member action

Integrate the action button dropdown in
the member grid. For the moment it will be
used to update the role of a member.
Manage use cases:
 - Does not display when member's role
 - Does not display when member is an admin
   that wants to update owner role.
This commit is contained in:
Anthony LC
2024-03-08 15:14:20 +01:00
committed by Anthony LC
parent b0d3f73ba2
commit 0648c2e8d3
12 changed files with 413 additions and 9 deletions

View File

@@ -276,6 +276,13 @@ const config = {
'color-hover': '#ffffff',
'color-active': '#ffffff',
},
'primary-text': {
background: {
'color-hover': 'var(--c--theme--colors--primary-100)',
'color-active': 'var(--c--theme--colors--primary-100)',
},
'color-hover': 'var(--c--theme--colors--primary-text)',
},
secondary: {
background: {
'color-hover': 'var(--c--theme--colors--primary-100)',
@@ -309,6 +316,7 @@ const config = {
},
'forms-checkbox': {
'border-radius': '0',
color: 'var(--c--theme--colors--primary-text)',
},
'forms-datepicker': {
'border-radius': '0',