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

Moved components and fixed loading spinner #616

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

landenai
Copy link
Contributor

  • consolidated reusable components into components dir
  • fixed loading spinner

@landenai landenai requested a review from lukemun October 31, 2024 19:11
@landenai landenai requested a review from realkosty as a code owner October 31, 2024 19:11
Copy link

vercel bot commented Oct 31, 2024

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

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
empower ⬜️ Ignored (Inspect) Oct 31, 2024 7:11pm

Copy link

codecov bot commented Oct 31, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 36.30%. Comparing base (6353b7c) to head (70a86fd).

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #616   +/-   ##
=======================================
  Coverage   36.30%   36.30%           
=======================================
  Files          37       37           
  Lines         865      865           
  Branches      109      109           
=======================================
  Hits          314      314           
  Misses        532      532           
  Partials       19       19           
Flag Coverage Δ
api 7.62% <ø> (ø)
frontend 54.96% <ø> (ø)
Components Coverage Δ
checkout_module 7.62% <ø> (ø)
product_component 56.77% <ø> (ø)

@@ -1,11 +1,13 @@
'use client'

import Loader from 'react-loader-spinner';
Copy link
Contributor

Choose a reason for hiding this comment

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

Could we keep this 3 dot loader in the /ui directory? General purpose reusable components should live there and custom made ones for a particular page should be in /components

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.

2 participants