Merged
Conversation
|
To fix the formatting issues:
npx remark -o --silent --silently-ignore standard/wallets/comparison.mdx |
Contributor
Author
|
waiting contribution from @pyAndr3w |
Contributor
Wallet Fee Comparison ResultsRun 1: 1 messages, Body: Empty
Run 2: 4 messages, Body: Empty
Run 3: 200 messages, Body: Empty
Run 4: 1000 messages, Body: Empty
Run 5: 1 messages, Body: Comment
Run 6: 4 messages, Body: Comment
Run 7: 200 messages, Body: Comment
Run 8: 1000 messages, Body: Comment
Run 9: 1 messages, Body: Jetton
Run 10: 4 messages, Body: Jetton
Run 11: 200 messages, Body: Jetton
Run 12: 1000 messages, Body: Jetton
|
|
To fix the formatting issues:
npx remark -o --silent --silently-ignore standard/wallets/comparison.mdx |
|
To fix the formatting issues:
npx remark -o --silent --silently-ignore standard/wallets/comparison.mdx |
verytactical
suggested changes
Nov 12, 2025
Contributor
There was a problem hiding this comment.
- Move these comparison tables to a separate page, and disable navigation on if (see
mode: "wide"in/ecosystem/sdks, for example). Why: not enough space for tables, most columns are off the screen - Reduce column widths. For example, replace
perwith/, and(%)with%. - Numeric columns have to align to the right. https://ux.stackexchange.com/a/61051
- Set
font-variant-numeric: tabular-numsinextra.css. Docs. There is minimal profit from nicely-kerned numbers in docs, while alignment issues are a problem.
Contributor
Author
|
page is done, waiting for approval on ton-org/docs-examples#12 |
verytactical
previously approved these changes
Nov 13, 2025
verytactical
previously approved these changes
Nov 13, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #656.