-
Notifications
You must be signed in to change notification settings - Fork 70
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
12787 resizable layout component #13044
Merged
Merged
Conversation
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
As these are completely isolated and app independent they are better suited in this folder
...mponents/StudioResizableLayout/StudioResizableLayoutElement/StudioResizableLayoutElement.tsx
Fixed
Show fixed
Hide fixed
github-actions
bot
added
area/process
Area: Related to app process (e.g. signing, receipt, fill inn, payment, etc).
area/ui-editor
Area: Related to the designer tool for assembling app UI in Altinn Studio.
area/dashboard
Area: Related to the dashboard
solution/studio/designer
Issues related to the Altinn Studio Designer solution.
area/text-editor
labels
Jun 28, 2024
...StudioResizableLayout/StudioResizableLayoutContainer/StudioResizableLayoutContainer.test.tsx
Fixed
Show fixed
Hide fixed
...StudioResizableLayout/StudioResizableLayoutContainer/StudioResizableLayoutContainer.test.tsx
Fixed
Show fixed
Hide fixed
…ement" This reverts commit 823884f.
...io-components/src/components/StudioResizableLayout/hooks/useStudioResizableFunctions.test.ts
Fixed
Show fixed
Hide fixed
...nts/src/components/StudioResizableLayout/hooks/useStudioResizableLayoutMouseMovement.test.ts
Fixed
Show fixed
Hide fixed
mlqn
approved these changes
Jul 9, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work! 🚀
...ents/StudioResizableLayout/StudioResizableLayoutContainer/StudioResizableLayoutContainer.tsx
Outdated
Show resolved
Hide resolved
frontend/packages/ux-editor/src/components/Elements/LayoutSetsContainer.module.css
Outdated
Show resolved
Hide resolved
This reverts commit c3030fb.
Jondyr
force-pushed
the
12787-resizable-layout-component
branch
from
July 11, 2024 12:42
9e6118b
to
7f1b23e
Compare
This was
linked to
issues
Jul 11, 2024
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/dashboard
Area: Related to the dashboard
area/data-modeling
Area: Related to data models - e.g. create, edit, use data models.
area/process
Area: Related to app process (e.g. signing, receipt, fill inn, payment, etc).
area/ui-editor
Area: Related to the designer tool for assembling app UI in Altinn Studio.
quality/testing
Tests that are missing, needs to be created or could be improved.
solution/studio/designer
Issues related to the Altinn Studio Designer solution.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
studio-components
using flexbox and flex-grow to create a resizable layout that keeps proportions when scaledStudioResizableLayoutElement
localStorageContext
prop)style
propminimumSize
collapsed
and size controlled withcollapsedSize
style
propElement
componentsContainer
is a wrapper to set up the resizable layout container.Element
is used to create individual resizable boxes within the container and should only be used inside aContainer
componentuseLocalStorage
anduseWebStorage
hooks tostudio-components
hooks folderlayoutSet
dropdown from components pane to new toolbar similar to the one on the datamodels pageRelated Issue(s)
Verification
Documentation