Skip to content

Commit

Permalink
JNG-6015 add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
noherczeg committed Nov 16, 2024
1 parent a28ac95 commit 1680112
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/pages/01_ui_react.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -954,6 +954,9 @@ const containerLevelHook: ViewGalaxyViewContainerHook = () => {

In case we cannot model buttons on a container level which should call actions, we can add them via a component hook.

> This feature should not be confused with the one above. In this case we can add extra visual elements,
while the above is about manually implementing the corresponding actions.

*Locating interface keys:*

- We should inspect the page / dialog in dev-tools, and search for the id of the container in the `src/containers` folder.
Expand Down

0 comments on commit 1680112

Please sign in to comment.