-
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.
Design: data selector rearrange (#5911)
Target design: <img width="846" alt="image" src="https://github.com/concrete-utopia/utopia/assets/2226774/19167ba2-3fff-4137-8e37-20d103868e39"> Result on branch: <img width="865" alt="image" src="https://github.com/concrete-utopia/utopia/assets/2226774/3c4979d1-dc77-47b9-bda6-ecee4a49abcd"> **Commit Details:** - Rearranged the basic layout: search bar lives at the top, apply button moved to the bottom. the "output input field" has been replaced by a "Selection: [cartouche]" row. - Left sidebar options are now checkboxes (BUT they still behave like radio buttons / tabs) - Added fake source filtering options to the left sidebar - minor tweaks to paddings etc - MASSIVE cleanup of code in data-selector-modal - instead of storing `selectedPath`, we store `selectedVariableOption` which allowed further simplification of code - useProcessVariablesInScope no longer necessary **Manual Tests:** I hereby swear that: - [x] I opened a hydrogen project and it loaded - [ ] I could navigate to various routes in Preview mode
- Loading branch information
1 parent
5289026
commit df11d08
Showing
7 changed files
with
256 additions
and
313 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
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
Oops, something went wrong.