-
Notifications
You must be signed in to change notification settings - Fork 1
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
Issue/composer v2 #5985
Issue/composer v2 #5985
Conversation
…73-persisting-coordinates
Co-authored-by: Lukas <[email protected]>
Co-authored-by: Lukas <[email protected]>
Co-authored-by: Lukas <[email protected]>
…73-persisting-coordinates
…a/web-console into issue/5273-persisting-coordinates
…73-persisting-coordinates
…73-persisting-coordinates
Co-authored-by: Lukas <[email protected]>
Co-authored-by: Lukas <[email protected]>
Co-authored-by: Lukas <[email protected]>
Co-authored-by: Lukas <[email protected]>
Co-authored-by: Lukas <[email protected]>
Co-authored-by: Lukas <[email protected]>
Co-authored-by: Lukas <[email protected]>
Co-authored-by: Lukas <[email protected]>
…to issue/composer-v2
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.
Aside the two remaining comments, I think this is okay to go, considering the size of it, there are probably minor details that I missed, but nothing that should hold back the pull request any longer.
instanceAsTable: ServiceEntityBlock, | ||
presentedAttrs?: "candidate" | "active", | ||
) { | ||
presentedAttrs: "candidate" | "active", |
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.
Make ticket: there's a type for these already; it would be better to use the type using the Pick type.
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.
}; | ||
} | ||
|
||
interface ComposerEntityOptions { |
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.
docstrings
Processing this pull request |
Pull request rejected by merge tool. The tests for this branch did not succeed. |
Processing this pull request |
Merged into branches master in 7a154ab |
…ts general functionalities with regular form, and improve the user experience. This change includes: A right sidebar, to have better access to the form fields of different parts of the instance A left sidebar, from which we can drag and drop embedded entities and existing Inter-Service Relations from the inventory. Inter-Service Relations can only be edited when opened individualy in the Instance Composer. Zooming can now be done with a slider, and two new functionalities have been added. Zoom-to-fit and full-screen mode. (Issue #5868, PR #5985) # Description Pull request that merge all changes made to the instance composer to move away from old design and functionalities and make composer to follow form-like behaviour Task that are still required for full redesign: #5870 #5986 #5987 #5988 #5989 #5990 #5991 https://github.com/user-attachments/assets/12001341-4bb4-43dc-af3b-88c78993ebe4 closes #5868 # Self Check: Strike through any lines that are not applicable (`~~line~~`) then check the box - [ ] Attached issue to pull request - [ ] Changelog entry - [ ] Code is clear and sufficiently documented - [ ] Sufficient test cases (reproduces the bug/tests the requested feature) - [ ] Correct, in line with design - [ ] End user documentation is included or an issue is created for end-user documentation (add ref to issue here: )
Description
Pull request that merge all changes made to the instance composer to move away from old design and functionalities and make composer to follow form-like behaviour
Task that are still required for full redesign:
#5870 #5986 #5987 #5988 #5989 #5990 #5991
Screen.Recording.2024-10-16.at.12.39.47.mov
closes #5868
Self Check:
Strike through any lines that are not applicable (
~~line~~
) then check the box