Nariman Abdullin
Nariman Abdullin
### What's done: - upgraded wrappers - migrated to new routers: `createBrowserRouter` and `createMemoryRouter` - rewrote `ErrorBoundary` to view component It closes #2826
A full build takes a lot of time. We don't want to split our repo to a set of small repos. Need to setup a mono repo for `save-cloud`. -...
Need to split: - [x] #2842 - [ ] setup deployment of two frontends - [ ] move all logic related to cosv to `save-cosv`
Follow up after #2555 - [x] #2819 - [ ] Editing on FE using `CosvSchema` object - [ ] Add search vulnerabilities by cwe
Ordering works only for a single page:  _Originally posted by @nulls in https://github.com/saveourtool/save-cloud/issues/2715#issuecomment-1764263548_
We get the following error: https://github.com/saveourtool/save-cloud/pull/2834/files#diff-cfda06917251ebb7b2a42e49c151470bea081447a9a2112d528ed930440a9f35 And looks like the problem that `useTranslation` returns not `Translation` type when `namespace` is not loaded or doesn't exist. Need to look at https://react.i18next.com/latest/usetranslation-hook#not-using-suspense...
Currently we use `0.40.0`, but there is `2.x` and documentation is different: https://mswjs.io/docs/getting-started It's difficult to investigate failing tests
The `kotlin-js` is deprecated now: https://kotlinlang.org/docs/multiplatform-compatibility-guide.html#6b73394f Ref: https://github.com/JetBrains/create-react-kotlin-app