-
Notifications
You must be signed in to change notification settings - Fork 327
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
Resizable widget for Table.new #10484
Comments
…` widget stub (#10599) Implements #10484, also fixed an issue with dropdown arrow icon being pointed in the wrong direction. Changed the way we handle spacing around ports and other rounded widgets. Now it is the innermost token element that actually pads itself when appropriate, allowing rounded widgets to stay tightly nested together. This cleans up an issue we've had with an unnecessary padding at the end of node, and makes margins easier to control in general. <img width="371" alt="image" src="https://github.com/user-attachments/assets/4aa2ae0f-06f6-45fd-b7a1-1b7c0f60d395">
…` widget stub (#10599) Implements #10484, also fixed an issue with dropdown arrow icon being pointed in the wrong direction. Changed the way we handle spacing around ports and other rounded widgets. Now it is the innermost token element that actually pads itself when appropriate, allowing rounded widgets to stay tightly nested together. This cleans up an issue we've had with an unnecessary padding at the end of node, and makes margins easier to control in general. <img width="371" alt="image" src="https://github.com/user-attachments/assets/4aa2ae0f-06f6-45fd-b7a1-1b7c0f60d395"> (cherry picked from commit 8a3180e)
Paweł Grabarz reports a new STANDUP for the provided date (2024-07-12): Progress: Hunting for all places where we hardcoded node height, attempting to replace them with proper flexible layout. It should be finished by 2024-07-25. |
Paweł Grabarz reports a new STANDUP for the provided date (2024-07-15): Progress: Continuing flexible layout refactor. Started refactoring handling of widget margins assignment for rounded elements. It should be finished by 2024-07-25. |
Paweł Grabarz reports a new STANDUP for the provided date (2024-07-16): Progress: Continuing margin handling refactor. It should be finished by 2024-07-25. |
Paweł Grabarz reports a new STANDUP for the provided date (2024-07-17): Progress: Finished implementing new margin handling. Created basic table widget stub. Hunting for breaking layout in presence of large widgets. It should be finished by 2024-07-25. |
Paweł Grabarz reports a new STANDUP for the provided date (2024-07-18): Progress: Added resize hand It should be finished by 2024-07-25. |
Paweł Grabarz reports a new STANDUP for the provided date (2024-07-22): Progress: Merged with latest develop and addressed CI failures, fixed widget selection priority conflict between hierarchy and access chain widgets. It should be finished by 2024-07-25. |
Paweł Grabarz reports a new STANDUP for the provided date (2024-07-23): Progress: Fixed new icon logic that was incorrectly hiding access chains for static method applications. It should be finished by 2024-07-25. |
Paweł Grabarz reports a new STANDUP for the provided date (2024-07-25): Progress: Finished issues after merge conflict caused by introduction of special shapes for output nodes. Refactored node icons to always be rendered using a widget, removing special case for non-application expressions. It should be finished by 2024-07-25. |
First step of implementing #10293
Create widget which matches
Table.new
with simple fields (no cells like2 + 2
) being only a top-level node's call. The widget should not display anything in particular in this task, but it should be resizable (and node should change size as well).The text was updated successfully, but these errors were encountered: