Improved performance
Compare changes
- vgm18 authored
Changed the way that pages are imported in App.js to a more efficient, where the content is loaded only when needed. Bugs are still present, like black background in some components. The next step is to change the way that images work.
+ 447
− 352
@@ -16,8 +16,90 @@ GNU Affero General Public License for more details.
@@ -94,374 +176,387 @@ import CreateRole from "./Admin/Components/Components/Inputs/CreateRole";
\ No newline at end of file