Commit Graph

6896 Commits

Author SHA1 Message Date
AlexanderBuzz
8bbccb9486 Added status check in .toml file handling 2023-07-30 19:53:30 +02:00
AlexanderBuzz
90b3feb943 Removed X-Addresses sction in Step 8 2023-07-28 14:30:06 +02:00
AlexanderBuzz
614c1d0482 Removed text doublet in Step 8 2023-07-28 14:19:22 +02:00
AlexanderBuzz
767ab3d58d Improved Step 8 instructions 2023-07-28 14:13:54 +02:00
AlexanderBuzz
49c59974dc Improved Step 7 2023-07-28 13:57:07 +02:00
Alexander Busse
017623b9c2 Update content/tutorials/build-apps/build-a-desktop-wallet-in-javascript.md
Co-authored-by: Jackson Mills <aim4math@gmail.com>
2023-07-28 11:54:07 +02:00
AlexanderBuzz
64cca16dc2 Added instructions on which code to remove in Step 5 2023-07-28 11:40:58 +02:00
AlexanderBuzz
a5e2c9c774 Improved explanation 2023-07-28 11:31:10 +02:00
AlexanderBuzz
99538a39f8 Fixed background color issue when scrolling left/right 2023-07-28 11:25:57 +02:00
Elliot Lee
943784f48c use suggestion from ximinez 2023-07-27 17:08:12 -07:00
Rome Reginelli
b01853c402 Merge pull request #2024 from XRPLF/fix_light_codeblocks
Fix coloring of code blocks in light mode
2023-07-27 15:27:22 -07:00
mDuo13
e1a6f11f21 Fix coloring of code blocks in light mode 2023-07-27 15:15:06 -07:00
Elliot Lee
002246308c remove link so the text is easier for readers to copy, if they desire
finding the section about the field is convenient anyway, since it's on the same page and is not far away
2023-07-27 09:47:22 -07:00
Elliot Lee
83d79778c4 Clarify partial-payments.md
- Clarify that the sender of any Payment can enable the Partial Payment flag (it's not something that recipients control).
- Avoid burying the lede. Remind people to use delivered_amount. It can't be repeated too much.
- Clarify that the transaction cost is separate from the Amount.
2023-07-27 09:43:18 -07:00
AlexanderBuzz
d39ea74e55 Added "Change Seed" button 2023-07-27 15:27:48 +02:00
Alexander Busse
5b0b75abd9 Update content/tutorials/build-apps/build-a-desktop-wallet-in-javascript.md
Co-authored-by: Jackson Mills <aim4math@gmail.com>
2023-07-27 12:52:25 +02:00
Alexander Busse
4393210033 Update content/tutorials/build-apps/build-a-desktop-wallet-in-javascript.md
Co-authored-by: Jackson Mills <aim4math@gmail.com>
2023-07-27 12:52:07 +02:00
Alexander Busse
c7d0c396da Update content/tutorials/build-apps/build-a-desktop-wallet-in-javascript.md
Co-authored-by: Jackson Mills <aim4math@gmail.com>
2023-07-27 12:51:23 +02:00
Alexander Busse
eef42f38c2 Update content/tutorials/build-apps/build-a-desktop-wallet-in-javascript.md
Co-authored-by: Jackson Mills <aim4math@gmail.com>
2023-07-27 12:51:10 +02:00
Alexander Busse
302267243e Update content/tutorials/build-apps/build-a-desktop-wallet-in-javascript.md
Co-authored-by: Jackson Mills <aim4math@gmail.com>
2023-07-27 12:49:41 +02:00
Alexander Busse
147165ccd5 Update content/tutorials/build-apps/build-a-desktop-wallet-in-javascript.md
Co-authored-by: Jackson Mills <aim4math@gmail.com>
2023-07-27 12:47:32 +02:00
Alexander Busse
76fa3cd49a Update content/tutorials/build-apps/build-a-desktop-wallet-in-javascript.md
Co-authored-by: Jackson Mills <aim4math@gmail.com>
2023-07-27 12:47:19 +02:00
Alexander Busse
8ce2ccea3d Update content/tutorials/build-apps/build-a-desktop-wallet-in-javascript.md
Co-authored-by: Jackson Mills <aim4math@gmail.com>
2023-07-27 12:47:02 +02:00
Alexander Busse
78d2ef62c1 Update content/tutorials/build-apps/build-a-desktop-wallet-in-javascript.md
Co-authored-by: Jackson Mills <aim4math@gmail.com>
2023-07-27 12:46:36 +02:00
Alexander Busse
a0092c2677 Update content/tutorials/build-apps/build-a-desktop-wallet-in-javascript.md
Co-authored-by: Jackson Mills <aim4math@gmail.com>
2023-07-27 12:34:30 +02:00
Alexander Busse
85c952d44e Update content/tutorials/build-apps/build-a-desktop-wallet-in-javascript.md
Co-authored-by: Jackson Mills <aim4math@gmail.com>
2023-07-27 12:33:52 +02:00
AlexanderBuzz
0d94dc0098 Fixed accidentally deleted submit-button 2023-07-27 11:21:41 +02:00
Alexander Busse
b8bb488a05 Update content/_code-samples/build-a-wallet/desktop-js/view/4_tx-history.html
Co-authored-by: Jackson Mills <aim4math@gmail.com>
2023-07-27 11:19:04 +02:00
dependabot[bot]
90e3fec3b2 Bump certifi in /content/_code-samples/airgapped-wallet/py
Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.12.7 to 2023.7.22.
- [Commits](https://github.com/certifi/python-certifi/compare/2022.12.07...2023.07.22)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-25 20:55:11 +00:00
Peter Chen
5261e3abe4 change "limit" field discription for many API's 2023-07-20 10:28:42 -04:00
Elliot Lee
4e625a2a62 Apply suggestions from code review 2023-07-19 14:04:59 -07:00
Elliot Lee
4b14bb76f6 commandline-usage: stand-alone and initial ledger options are independent
Initial Ledger Options is not a subcategory of Stand-Alone Mode Options
2023-07-19 13:57:09 -07:00
Peter Chen
7b8eb2d207 update suggested description for limit
Co-authored-by: Rome Reginelli <mduo13@gmail.com>
2023-07-19 09:47:52 -04:00
Rome Reginelli
a5e342f0a6 Merge pull request #2009 from XRPLF/issue-code-snippet-css
adds global styling for code snippets in markdown files
2023-07-18 14:42:49 -07:00
akcodez
40f1dde2d0 bump css bundle version 2023-07-18 14:28:49 -07:00
Aria Keshmiri
f494f37016 Update styles/light/_light-theme.scss
Co-authored-by: Rome Reginelli <rome@ripple.com>
2023-07-18 14:26:17 -07:00
Aria Keshmiri
00a93cba50 Update styles/light/_light-theme.scss
Co-authored-by: Rome Reginelli <rome@ripple.com>
2023-07-18 14:26:04 -07:00
Aria Keshmiri
9ea2b99768 Update styles/_docs-landing.scss
Co-authored-by: Rome Reginelli <rome@ripple.com>
2023-07-18 14:21:54 -07:00
Aria Keshmiri
ba23c1c69d Update styles/_docs-landing.scss
Co-authored-by: Rome Reginelli <rome@ripple.com>
2023-07-18 14:21:48 -07:00
akcodez
5ae5e195a5 adds global styling for code snippets in markdown files 2023-07-18 14:08:48 -07:00
Peter Chen
8cb1492953 change limit discription in Account_channels
The description of "limit" field will need to be changed for many of the API's to help clarify that values below 10 will be set to 10 and values above 400 will be set to 400. More information can be found here: https://github.com/XRPLF/xrpl-dev-portal/issues/1985
2023-07-18 16:13:08 -04:00
Elliot Lee
7d9bd91a94 Update ter-codes.md 2023-07-17 22:12:53 -07:00
Rome Reginelli
516638066f Merge pull request #2005 from wojake/patch-15
Update max no. of signers per signer list
2023-07-17 14:07:36 -07:00
Rome Reginelli
b908555455 Merge pull request #2004 from XRPLF/dependabot/pip/content/_code-samples/airgapped-wallet/py/cryptography-41.0.2
Bump cryptography from 41.0.0 to 41.0.2 in /content/_code-samples/airgapped-wallet/py
2023-07-17 14:06:43 -07:00
Jackson Mills
93d4e1a0b0 fix: explainer videos autoplaying on first load of xrpl.org/docs.html (#2003)
* Turn off autoplay on explainer videos

* Remove iframe and re-add autoplay
2023-07-17 11:51:22 -07:00
Wo Jake
ec27832184 Update max no. of signers per signer list 2023-07-17 18:57:43 +08:00
dependabot[bot]
7e092d7577 Bump cryptography in /content/_code-samples/airgapped-wallet/py
Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.0 to 41.0.2.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/41.0.0...41.0.2)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-15 01:22:56 +00:00
Aria Keshmiri
b35392c526 Merge pull request #2002 from XRPLF/link-update-ama 2023-07-14 13:31:48 -07:00
akcodez
8e6bb5912b updates discord link 2023-07-14 12:13:20 -07:00
AlexanderBuzz
183bed65b1 Added Developer Tools Tip 2023-07-13 10:27:12 +02:00