Skip to content

fix(ui): widen container-scope actions column and add tab icons#47

Merged
fdaugan merged 1 commit into
feature/vuejsfrom
norman/feat-container-scope-quick-fixes
May 29, 2026
Merged

fix(ui): widen container-scope actions column and add tab icons#47
fdaugan merged 1 commit into
feature/vuejsfrom
norman/feat-container-scope-quick-fixes

Conversation

@Terracosmos
Copy link
Copy Markdown
Collaborator

Context

Two quick UX fixes on the container-scope view:

  • The actions column was too narrow (100px), causing the edit and delete icons to wrap onto two lines.
  • The Groups and Entities tabs had no icons, inconsistent with the rest of the identity module where type icons (mdi-account-group, mdi-domain) are used.

Fix

  • Bumps the actions column width from 100px to 120px, matching the other ListViews.
  • Adds prepend-icon to the two tabs: mdi-account-group for Groups, mdi-domain for Entities.

Test plan

  • npm run build : OK
  • npx vitest run : OK
  • Smoke test on Identité → Portées de conteneurs: icons next to tab labels, edit/delete icons on a single row.

Closes #43
Closes #45

The actions column in ContainerScopeView was 100px wide, which forced the
edit and delete icons onto two lines. Bumps it to 120px to match the other
ListViews and keep the two icons on a single row.

Also adds prepend-icon to the Groups and Entities tabs (mdi-account-group
and mdi-domain) for consistency with the type icons used elsewhere in the
identity module.
@sonarqubecloud
Copy link
Copy Markdown

@Terracosmos Terracosmos requested a review from fdaugan May 29, 2026 09:49
@sonarqubecloud
Copy link
Copy Markdown

❌ The last analysis has failed.

See analysis details on SonarQube Cloud

@fdaugan fdaugan merged commit e610d3e into feature/vuejs May 29, 2026
3 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants