Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lazy loading is added #126

Closed
wants to merge 1 commit into from
Closed

Conversation

shraddha761
Copy link

Resolves #123

Description

Add lazy loading to overview, Transactions, PerformanceGraph , Performers

Screenshots

Checklist

  • My code adheres to the established style guidelines of the project.
  • I have included comments in areas that may be difficult to understand.
  • My changes have not introduced any new warnings.
  • I have conducted a self-review of my code.

@vercel
Copy link

vercel bot commented Jul 1, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
jarvis ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 1, 2023 7:08am

@J0SAL
Copy link
Owner

J0SAL commented Jul 1, 2023

@Abhijit25Mishra can you review this

@shraddha761
Copy link
Author

@J0SAL please review my pr

@J0SAL
Copy link
Owner

J0SAL commented Jul 3, 2023

@J0SAL please review my pr

Let's wait for @Abhijit25Mishra to review it

@@ -24,7 +24,7 @@ export default function App({ Component, pageProps }: AppProps) {
<meta name="description" content="Made by Joy Almeida" />
<link rel="icon" href="/favicon.ico" />
</Head>
<PageNavbar />
<PageNavbar />

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please note that these type of changes do not get commited. For people for review and merge your code have to spend time and make sure this is correct.

simply put, if you make our job easier the fast things get processed.

@@ -34,4 +34,4 @@ export default function App({ Component, pageProps }: AppProps) {
</MoralisProvider>
</React.StrictMode>
);
}
}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same problem over here, how did this even get commited ?

import PageNavbar from "../components/common/PageNavbar";
import Footer from "../components/common/Footer";
import DataState from "../context/DataContext/dataState";
import { SpeechProvider } from "@speechly/react-client";
import { MoralisProvider } from "react-moralis";
import { NotificationProvider } from "web3uikit";
import React from "react";

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

details like this (implementation specification) go to the description. Why have you changed this import from line 6 to line 12 ?

@shraddha761
Copy link
Author

@Abhijit25Mishra apologize for all this mistake I'll make fresh pr and implement lazy loading properly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enable lazy loading to improve website performance
3 participants