oxiton-foundation / click-metrics

Click Matrics is a powerful URL shortening and analytics platform designed to streamline the process of generating short URLs, creating QR codes, and tracking detailed analytics for each link.
https://click-metrics.vercel.app
MIT License
30 stars 44 forks source link

Analytics Page UI #123

Closed Prime351585 closed 3 months ago

Prime351585 commented 3 months ago

Improved UI of Analytics Page Fixed the profile bar issue Now Navbar always remains on top over the charts.

this is the final image for now, if want any changes notify me. image

github-actions[bot] commented 3 months ago

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our #24. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

Swarnendu0123 commented 3 months ago

Why your Pull request showing > 4000 lines of changes?

Prime351585 commented 3 months ago

it was a package-lock.json file with 4682 lines of code which automatically gets created when I run "npm i", I can't do anything about it,i have only changed around 202 lines of code.

Prime351585 commented 3 months ago

I've closed this PR for now I'll open another one with less lines of updates tomorrow.

Swarnendu0123 commented 3 months ago

it was a package-lock.json file with 4682 lines of code which automatically gets created when I run "npm i", I can't do anything about it,i have only changed around 202 lines of code.

After installing the dependencies you can remove the lock file. It will not create any issues.

Prime351585 commented 3 months ago

okay I've done the same and created a new PR, check #128