You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 10, 2024. It is now read-only.
When I open the plugins tag, it takes around 2 mins to load the list and whenever I scroll, it takes 10 seconds to "apply" the new scroll offset. Sadly, it's completely unusable because of it.
A virtual scroller seems to be necessary here.
That being said, if you don't expand the plugin section it's usable.
The text was updated successfully, but these errors were encountered:
The performance has been greatly improved to being functional to use, though sadly I get an error while trying to build the project.
[nextron] Clearing previous builds
[nextron] Building renderer process
info - Using webpack 5. Reason: Enabled by default https://nextjs.org/docs/messages/webpack5
Browserslist: caniuse-lite is outdated. Please run:
npx browserslist@latest --update-db
Why you should do it regularly:
https://github.com/browserslist/browserslist#browsers-data-updating
Failed to compile.
./layouts/main/index.tsx:7:23
Type error: Cannot find module '@state/Theme' or its corresponding type declarations.
5 |
6 | import Header from "@components/Titlebar";
> 7 | import ThemeAtom from "@state/Theme";
| ^
8 |
9 | import Styled from "./assets/styled";
10 |
info - Checking validity of types .
Though yarn dev works fine and allows us to see the performance improvements.
When I open the plugins tag, it takes around 2 mins to load the list and whenever I scroll, it takes 10 seconds to "apply" the new scroll offset. Sadly, it's completely unusable because of it.
A virtual scroller seems to be necessary here.
That being said, if you don't expand the plugin section it's usable.
The text was updated successfully, but these errors were encountered: