-
Notifications
You must be signed in to change notification settings - Fork 16
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
Debugging name sort issue #973
Conversation
Your Render PR Server URL is https://files-ui-dev-pr-973.onrender.com. Follow its progress at https://dashboard.render.com/static/srv-c21cmars1ghdsjqomv30. |
Your Render PR Server URL is https://files-landing-dev-pr-973.onrender.com. Follow its progress at https://dashboard.render.com/static/srv-c21cmb3s1ghdsjqon040. |
Your Render PR Server URL is https://chainsafex-dev-pr-973.onrender.com. Follow its progress at https://dashboard.render.com/static/srv-c21cmbjs1ghdsjqon0f0. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the husky.sh file should be removed, otherwise looks good
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have the following when sorted alphabetically:
- logo-512.png
- logo.png
although I'd expect the logo.png to be first. I believe it's because of the ignore punctiation flag, that puts the "5" before the p from "png"
packages/files-ui/src/Components/Modules/FileBrowsers/views/FilesTable.view.tsx
Outdated
Show resolved
Hide resolved
@Tbaut So I ran a test with and without the punctuation thing, I think its because the character at Maybe trimming extensions? |
I'm just not sure why we want to ignore punctuation? |
@Tbaut I've removed ignore punctuation config |
yeah sorry, I saw it after commenting :embarrassed: |
closes #970