feat(List Converter): remove prefix/suffix capability, split, sort
Remove prefix/suffix : fix #702
No sort bug : fix https://github.com/CorentinTh/it-tools/issues/764
Splitting : fix https://github.com/CorentinTh/it-tools/issues/1090 https://github.com/CorentinTh/it-tools/issues/1279
Small screen UI Fix
LIst prefix/suffix bug
Sort by numeric : fix #1089
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Updated (UTC) |
|---|---|---|---|
| it-tools | ✅ Ready (Inspect) | Visit Preview | Sep 22, 2024 8:51am |
Hi @sharevb I have tested it a little bit and it does what it should do! 👏🏼
But I have two findings which are also present in the original tool. Might be good to fix them:
- There's always an empty first line in the output if you keep line breaks that wasn't there in the input. It's only "filled" if you enter a list prefix.
- In the separator field there is a comma as placeholder which is kind of irritating. Maybe use some text instead?
@sharevb according to Sonarcloud there are 4 new issues. Want to take a look at them and fix it?
@sharevb according to Sonarcloud there are 4 new issues. Want to take a look at them and fix it?
HI @steffenrapp, corrected
But I have two findings which are also present in the original tool. Might be good to fix them:
- There's always an empty first line in the output if you keep line breaks that wasn't there in the input. It's only "filled" if you enter a list prefix.
- In the separator field there is a comma as placeholder which is kind of irritating. Maybe use some text instead?
Hi @steffenrapp, all those corrected, added some sorting and splitting (and better UI in small screen)
Hi @sharevb Looks good to me :)
@sharevb is attempting to deploy a commit to the Corentin Thomasset's Team Team on Vercel.
A member of the Team first needs to authorize it.
Quality Gate passed
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Hi @sharevb I'd like to test your changes but it's not possible as the preview isn't generated anymore 🤷🏻♂️
Hi, for people interested in up to date version of it-tools, I made kind of a fork here : https://github.com/sharevb/it-tools (https://sharevb-it-tools.vercel.app/ and docker images https://github.com/sharevb/it-tools/pkgs/container/it-tools)