pythongosssss
|
d79b5db7fc
|
- rework save to not show dialog to save as, instead change to split button
- add tests
|
2026-03-25 07:23:38 -07:00 |
|
pythongosssss
|
c90a5402b4
|
feat: App mode - double click to rename widget (#10341)
## Summary
Allows users to rename widgets by double clicking the label
## Changes
- **What**: Uses EditableText component to allow inline renaming
## Screenshots (if applicable)
https://github.com/user-attachments/assets/f5cbb908-14cf-4dfa-8eb2-1024284effef
┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-10341-feat-App-mode-double-click-to-rename-widget-3296d73d36508146bbccf8c29f56dc96)
by [Unito](https://www.unito.io)
|
2026-03-20 14:35:09 -07:00 |
|
pythongosssss
|
7501a3eefc
|
fix: App mode - Widget dropdowns clipped in sidebar (#10338)
## Summary
Popover components for graph mode are appendTo self so scale/translate
works, however in the sidebar this causes them to be clipped by the
parent overflow. This adds a provide/inject flag to change these to be
appended to the body.
## Changes
- **What**:
- add append to injection for overriding where popovers are mounted
- ensure dropdowns respect this flag
- extract enterAppModeWithInputs helper
- tests
Before:
<img width="225" height="140" alt="image"
src="https://github.com/user-attachments/assets/bd83b0cd-49a9-45dd-8344-4c10221444fc"
/>
After:
<img width="238" height="225" alt="image"
src="https://github.com/user-attachments/assets/286e28e9-b37d-4ffc-91a9-7c340757d3fc"
/>
┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-10338-fix-App-mode-Widget-dropdowns-clipped-in-sidebar-3296d73d365081e2ba38e3e82006d65e)
by [Unito](https://www.unito.io)
|
2026-03-20 14:18:54 -07:00 |
|
pythongosssss
|
77ddda9d3c
|
fix: App mode - renaming widgets on subgraphs (#10245)
## Summary
Fixes renaming of widgets from subgraph nodes in app builder/app mode.
## Changes
- **What**: If the widget is from a subgraph node and no parents passed,
use the node as the subgraph parent.
┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-10245-fix-App-mode-renaming-widgets-on-subgraphs-3276d73d3650815bb131c840df43cdf2)
by [Unito](https://www.unito.io)
|
2026-03-19 04:00:31 -07:00 |
|