-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(paraBar): use CSS to implement hide/show function (#212)
refactor(parameterBar): use CSS to implement hide/show function The styling and functionality of the ParametersBar component has been updated so it can be hidden or revealed by the user. A new styled component, 'Pane', has been created to wrap the original 'Container' component and added to the return statement. Transition properties have been added to create smooth movement of the UI elements as they hide and reveal. The 'ShowHideButton' component has been updated to support the new functionality. The changes aim to provide a better user interface experience by offering more flexibility in viewing options.
- Loading branch information
Showing
2 changed files
with
46 additions
and
29 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters