-
Notifications
You must be signed in to change notification settings - Fork 172
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
<img width="718" alt="image" src="https://github.com/concrete-utopia/utopia/assets/2226774/ee46b634-613d-4e83-8021-f01692d529a3"> An assortment of small data picker fixes: - flipping breadcrumbs and the "data path input field", because the logical scope is breadcrumb -> data path, for example: `Reviews > data.reviews[0].quote`. How it is on master makes it look like we are inside data.reviews[0].quote and we have options File > Reviews to further narrow the scope, which is backwards. - adding an empty state - various minor css tweaks - not allowing clicking on breadcrumbs that point at an empty scope slice, these breadcrumbs are also subdued - fixing vite hot reload for tweaking the data modal by unexporting `function pathBreadcrumbs` - When opening the data picker with an already selected data, navigate into the object hierarchy to be able to show the selected Cartouche - Outlet Name Hack – if we find that the Scope Breadcrumb would be named Outlet, we try to manually look up the component name from the parsed model
- Loading branch information
1 parent
661c34b
commit d491998
Showing
4 changed files
with
135 additions
and
62 deletions.
There are no files selected for viewing
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
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
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
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