AmoabaKelvin / ishortn.ink

URL Shortening, Link Analytics & QR Code Platform
https://ishortn.ink
MIT License
66 stars 9 forks source link

Mass shorten links with csv file upload #112

Closed BreakTos closed 6 months ago

BreakTos commented 6 months ago

Demo of csv upload feature

https://youtu.be/xOzT0hMn208

For testing purposes here is a csv file with links column and a few urls in it SampleCSVFile_2kb.csv

Optional aliases column remains to be implemented. closes #58

vercel[bot] commented 6 months ago

Someone is attempting to deploy a commit to a Personal Account owned by @AmoabaKelvin on Vercel.

@AmoabaKelvin first needs to authorize it.

vercel[bot] commented 6 months ago

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

Name Status Preview Comments Updated (UTC)
ishortn-ink ❌ Failed (Inspect) Mar 31, 2024 8:09pm
BreakTos commented 6 months ago

image

There we have it, Used prettier and made components to modulate the functionality

AmoabaKelvin commented 6 months ago

@BreakTos one minor change, the Upload CSV should be above the container for the quick shorten form and not within it. So it should be above, and the quick shorten form beneath.

BreakTos commented 6 months ago

Completed the above tasks, No idea why prettier check is failing for those 2 documents. I formatted the code with Prettier extension before committing.