Liad Yosef
Liad Yosef
Try reducing the console output for our CI builds
This is a work in progress to cache `parseResult` to reduce editor load time with large projects. **TODO:** - Make UIDs longer/related to filename to avoid collision (since some of...
**Problem:** Currently since we're relying on the grid metadata for row/column count and on the grid placeholder to get the actual cells, when adding a row/column to the grid via...
This PR shows the grid gap background: 1. when hovering the the grid gap handle, -or- 2. when hovering the gap itself for more than 1500ms. this is due to...
**Problem:** Describe the problem being addressed as succinctly as possible. **Fix:** Describe the fix you have made as succinctly as possible. **Commit Details:** (< vv pls delete this section if's...
This PR adds a Github import wizard, tracking the progress of importing a project from Github, showing errors or warnings. The design is still preliminary, but it is hidden behind...
Vite handles public assets required from `'/asset.png'` by looking for them in `public `folder as well as the root path. Our current implementation falls back when not finding the asset...
A small design change for the dev menu to be more prominent **Manual Tests:** I hereby swear that: - [X] I opened a hydrogen project and it loaded - [X]...
The WIP PR removed all of the duplicate UID code and checks **Manual Tests:** I hereby swear that: - [ ] I opened a hydrogen project and it loaded -...
**Problem:** Today we have a lot of warnings in our Karma output which really clutters it **Fix:** This PR tries to address some of them: 1. import the default export...