Update Email column sorting #1143
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "1140"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
Addresses some Email Providers table sorting issues:
data-sorted="true"
, we need to have all the providers already in alphabetical order because we're telling the table, 'hey, you're sorted alphabetically already' 😄Resolves: https://github.com/privacytoolsIO/privacytools.io/issues/1140
Check List
I have read and understand CONTRIBUTING.md.
[] I have listed the source code for this project in source_code.md.[ ] This project is free/libre software.[ ] This project has an associated discussion.Code Repository (if applicable): N/A
Deploy preview for privacytools-io ready!
Built with commit
d906b095c2
https://deploy-preview-1143--privacytools-io.netlify.com
If I understand correctly that you are putting these in alphabetical order, the end is wrong.
Your list: Runbox Tutanota Soverin Startmail
Alphabetical order: Runbox Soverin Startmail Tutanota
I am also wondering how you assign the numbers? Are you converting EUR to USD?
Yeah, you think that's ok?
looks alright!
Sure as long as it's known, I would probably add a comment to explain it.