Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(app-admin): allow users to adjust the SplitView columns width across all apps #4179

Merged
merged 1 commit into from
Jun 28, 2024

Conversation

leopuleo
Copy link
Contributor

@leopuleo leopuleo commented Jun 25, 2024

Changes

With this PR, we are updating the SplitView, LeftPanel and RightPanel to allow users to adjust the columns' width.

There is no need to update the existing <SplitView>.

We include the layoutId prop for the ACO-powered applications to store the latest column width in localStorage.

The function useLayoutId is included in all ACO-powered applications to create a consistent local storage key that tracks column width. The function receives the applicationId and generates the layoutId based on the current tenantId and localCode.

CleanShot.2024-06-21.at.12.23.30.mp4

How Has This Been Tested?

Manually + Cypress

Documentation

@swapnilmmane, perhaps it would be beneficial for us to add an article to the user guide.

@leopuleo leopuleo force-pushed the leo/fix/adjustable-main-view-columns branch from dfe9f89 to fc9df39 Compare June 25, 2024 13:57
@leopuleo leopuleo self-assigned this Jun 25, 2024
@leopuleo leopuleo merged commit 96c20e2 into dev Jun 28, 2024
56 of 92 checks passed
@leopuleo leopuleo deleted the leo/fix/adjustable-main-view-columns branch July 5, 2024 07:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants