Sergei Garin

Results 19 issues of Sergei Garin

### Pull Request Description ### Important Notes ### Checklist Please ensure that the following checklist has been satisfied before submitting the PR: - [ ] The documentation has been updated,...

CI: Ready to merge
CI: No changelog needed
g-dashboard

### Pull Request Description This PR is based on #10844 and #10775, so merge/review them in order. TLDR: This PR adds 2FA support for Login flow Closes: enso-org/cloud-v2#1428 Demo: https://github.com/user-attachments/assets/9eaf66c9-ac28-4b5b-a066-a4d8573d4eaf...

### Pull Request Description ### Important Notes ### Checklist Please ensure that the following checklist has been satisfied before submitting the PR: - [ ] The documentation has been updated,...

CI: No changelog needed
g-dashboard

### Pull Request Description Closes: https://github.com/enso-org/cloud-v2/issues/1489 This PR replaces all special characters with `:` ### Important Notes ### Checklist Please ensure that the following checklist has been satisfied before submitting...

CI: No changelog needed
--bug
g-dashboard

**1. Read the [FAQs](#faqs) 👇** **2. Describe the bug** Layout animations do not work with `MotionValue`? https://codesandbox.io/p/sandbox/3qxj8n?file=/src/App.tsx:28,1 **4. Steps to reproduce** Steps to reproduce the behavior: 1. Open Sandbox by...

bug

### Pull Request Description Closes: https://github.com/enso-org/cloud-v2/issues/1874 This PR is based on the https://github.com/enso-org/cloud-v2/pull/1969 and shall be merged (and tested) in sync ### Important Notes ### Checklist Please ensure that the...

CI: No changelog needed
g-dashboard

According to how JS works, `null` instead of `delete` keyword is faster from 2x to 4-5x depending on a browser engine. I reviewed the usage of these fields across the...

CLA Signed

This PR removes the unnecessary memo wrapper, that adds overhead by doubling the comparison of the props: 1. Inside the memo func 2. Inside the React component Note: rerendering of...

React 19 introduced the double-invoking ref functions in `StrictMode`, as mentioned in this link: https://react.dev/reference/react/StrictMode#fixing-bugs-found-by-re-running-ref-callbacks-in-development. This feature seems to cause `Veaury` to unmount the `applyPureVueInReact` components immediately after they are...

bug