Francesco Chicchiriccò created SYNCOPE-1047: -----------------------------------------------
Summary: Replace ActionLinksPanel with TogglePanel Key: SYNCOPE-1047 URL: https://issues.apache.org/jira/browse/SYNCOPE-1047 Project: Syncope Issue Type: Improvement Components: console Reporter: Francesco Chicchiriccò Fix For: 2.0.3, 2.1.0 Data tables are used across almost all features of Admin Console. Within data tables, the general UI paradigm is to show (the same) icons per row, with each icon triggering a different action for the entity represented by that row. The Wicket panel implementing such multi-icon actions is [ActionLinksPanel|https://github.com/apache/syncope/blob/2_0_X/client/console/src/main/java/org/apache/syncope/client/console/wicket/markup/html/form/ActionLinksPanel.java]. While this component has been serving for the purpose, it might be useful to improve the UX by empowering [TogglePanel|https://github.com/apache/syncope/blob/2_0_X/client/console/src/main/java/org/apache/syncope/client/console/panels/TogglePanel.java] - the transparent menu activated when clicking on a node in the Topology. The idea is to: # remove all icons shown in each data table row # when clicking on a given data table row, show a menu based on {{TogglePanel}} providing access to all actions available for the entity represented by that row. -- This message was sent by Atlassian JIRA (v6.3.15#6346)