Liad Yosef

Results 31 issues of Liad Yosef

A small PR to unify our permissions mechanisms. Instead of using two separate mechanisms (`hasEditPermissions` and `allowedToEditProject`) - now the permissions check is in `permissions.ts` (via the `usePermissions` hook) and...

**Problem:** When we scroll the canvas, we always trigger the `domWalker`, since the check for `nothingChanged` always returns false (even though it's just the canvas coordinates) **Fix:** This is the...

**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...

**Describe the bug** When there are multiple JSX elements inside an expression block the code highlight doesn't always match the selection and the canvas **To Reproduce** Use this code for...

Code / Parsing

Removes all BFF checks from the code. This should be merged only when BFF is turned on in all environments.

**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...

**Problem:** VSCode eslint didn't catch functions in `react/jsx-no-bind` rule, whereas the prettier config did catch them. **Fix:** 1. Match the versions of `eslint-plugin-react-*` 2. Extract our **runtime** editor eslint to...

A continuation to #5427 - we must re-enable the tests that were disabled as a result of #5421 . It requires also changing the selectors (from the old picker to...

A vanilla project with an added remix npm package should show the pages tab (continuation of #5410), even if there are no pages configured yet. - [ ] Show the...

**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...