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

Quick sizing handling fix #2577

Merged
merged 3 commits into from
Jul 1, 2024
Merged

Quick sizing handling fix #2577

merged 3 commits into from
Jul 1, 2024

Conversation

ameer2468
Copy link
Contributor

Better than previous approach^

@ameer2468 ameer2468 requested a review from a team as a code owner July 1, 2024 20:36
Copy link

vercel bot commented Jul 1, 2024

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

Name Status Preview Comments Updated (UTC)
spacedrive-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 1, 2024 9:01pm
1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
spacedrive-landing ⬜️ Ignored (Inspect) Visit Preview Jul 1, 2024 9:01pm

matheus-consoli
matheus-consoli previously approved these changes Jul 1, 2024
Copy link
Contributor

@matheus-consoli matheus-consoli left a comment

Choose a reason for hiding this comment

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

looking good!

@ameer2468 ameer2468 added this pull request to the merge queue Jul 1, 2024
@@ -20,17 +20,16 @@ const StatCard = ({ icon, name, connectionType, ...stats }: StatCardProps) => {

const isDark = useIsDark();

// Returns the value in a simpler form and unit i.e 2.5 TB
const totalSpaceSingle = humanizeSize(stats.totalSpace);
//TODO: Improve this
Copy link
Contributor

Choose a reason for hiding this comment

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

in the future, can we add a name when adding a todo? 🙂

like so:

// TODO(matheus-consoli): Improve this

that way is easy to track the person responsible for the note

Merged via the queue into main with commit b9ccf35 Jul 1, 2024
13 checks passed
@ameer2468 ameer2468 deleted the quick-sizing-fix branch July 1, 2024 22:07
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.

None yet

3 participants