stable

Clone or download

Read-only

Preview the label in the Edit modal

Part of story #13566 associate a custom icon to external services How to test: As project admin or site admin, when you edit a service, there is a dynamic preview of the sidebar link with the label you enter. When the label is long (up to 40 char), there is an ellipsis at the end, and it is also in the real sidebar. Change-Id: I19746881ad3f0fcca2fbb37d343c41969060cc23

Modified Files

Name
M src/www/scripts/project/admin/services/src/BaseProjectAdminEditModal.vue +6 −6 Go to diff View file
M src/www/scripts/project/admin/services/src/BaseSiteAdminEditModal.vue +7 −7 Go to diff View file
M src/www/scripts/project/admin/services/src/EditModal.vue +0 −1 Go to diff View file
R src/www/scripts/project/admin/services/src/ProjectScopeService.vue Go to diff View file
A src/www/scripts/project/admin/services/src/SidebarPreviewer.vue +28 −0 Go to diff View file
M src/www/themes/BurningParrot/css/includes/_project-admin.scss +2 −1 Go to diff View file
M src/www/themes/BurningParrot/css/includes/_sidebar-project.scss +16 −9 Go to diff View file
A src/www/themes/BurningParrot/css/includes/project-admin/_services.scss +41 −0 Go to diff View file
M src/www/themes/BurningParrot/templates/project-sidebar.mustache +3 −2 Go to diff View file
M src/www/themes/FlamingParrot/css/utils/_sidebar.scss +55 −25 Go to diff View file
M src/www/themes/FlamingParrot/templates/project-sidebar.mustache +6 −3 Go to diff View file