abp icon indicating copy to clipboard operation
abp copied to clipboard

Identity Module — Fix too long module area

Open ebicoglu opened this issue 1 year ago • 7 comments

In the current design, the module names on the left side go too long, and it is hard to find the related module with an eye check. image


My suggestion is to join the module names into a dropdown. Or any other user-friendly solution is accepted.

image

ebicoglu avatar Jul 29 '24 10:07 ebicoglu

My suggestion to add a filter/search box on top of the module names and filter them while typing. Same also can be applied to the permission tree, and maybe a global search can be done (searches in all tabs).

hikalkan avatar Jul 29 '24 10:07 hikalkan

Add a search box and scroll bar to the group/permission list.

image

maliming avatar Jul 30 '24 02:07 maliming

^- this plus consider to increase the left bar width.

NecatiMeral avatar Jul 30 '24 13:07 NecatiMeral

also we should add a filter box to find the related permission

ebicoglu avatar Sep 24 '24 07:09 ebicoglu

after @EngincanV finishes, we'll open Angular, Blazor UI issues

ebicoglu avatar Sep 24 '24 07:09 ebicoglu

the new design image

ebicoglu avatar Sep 24 '24 12:09 ebicoglu

Please remembe to open issues for all UIs.

hikalkan avatar Oct 08 '24 12:10 hikalkan

Is this issue still valid with the new design?

image


It's implemented for all UIs:

  • MVC -> https://github.com/abpframework/abp/pull/20893
  • Angular -> https://github.com/abpframework/abp/pull/21184
  • Blazor UI -> https://github.com/abpframework/abp/pull/21122

EngincanV avatar Dec 26 '24 10:12 EngincanV