Recreate branch from base, add react-query-params, fix permalinks, fix sidebar
use correct params library and upgrade redocly.
Fix command text not working with permalink and move more modal logic out of main component.
Moved more connection selection logic to connection modal
Removed many `data-*` attributes previously used by bootstrap modal css
Created a shared modal component which removed 38 lines.
WS Tool: Fix Link import
fix UL error
toggle CurlModal to show/hide on button clicks
resolve error: <div> cannot appear as a descendant of <p>
remove <span>
WS tool: sidebar fixes
Add baseline html
Add script tags
WIP fetchWallet
Make basic page with account step 1 work
Add decodeHex and helpers to update logs
Add fetchFile to access toml from domain
Copy over code & comment out migrated pieces
Add toml parsing
WIP: Add types and uncomment new code
Update the parseToml function to share code
Mostly migrate the validateDomain function
Fix bug by using for instead of foreach
Clean up code part 1
Refactor into separate files
Translate everything
Componentize the buttons
Split out code into separate files
Update package-lock
Fix spacing and uncomment code
Fix indentation
Fix direct import of xrpl
Fix import
cleaned up log entry handling to not build an array of elements
moved to resource folder and update css.
Move shared components and fix small errors
Move file and update sidebars
Fix slow load of long list of addresses
toml checker - sidebar/width fixes
Differences between original:
- react18-json-view used for responses
- cleaned up markup for expand and collapse
Original work on this was done by @khancode
Co-authored-by: Omar Khan <khancodegt@gmail.com>
Fix RPC sidebar and width
Update convert-template
Add basic page
Add it to the sidebar
Fix a broken link
Fix translate usage and add linebreaks
Fix indents
Add basic sidebar
Port over init button logic
Migrate submit_and_notify and start dest addr
Get the payment button working
Componentize the Send XRP Payment button
Add basic escrow button
Componentize payment channel
Migrate Trust For
Migrate Send Issued Currency
Add partial payment progres bar logic
Use the component for the partial payment
Add support for escrow finish
Log transactions in sidebar
Debugging partial payment setup
Add support for changing destinationAddress
Finish adding bootstrap growl notifications
Use 'client' instead of 'api'
Move DestinationAddressInput to component and remove ids
Split the page into separate files
Remove the old files for this page
Update links
Add space
Add comment deprecating bootstrap-growl jquery
Fix typing errors
PR Comments Pt 1
Small PR fixes
Encapsulate isValidDestinationAddress
* Get basic HTML loading for faucet page
* Add xrpl.js implementation
* Add sidebar and fix throbber
* Add translates
* Try to format sidebar
* Fix formatting
* Support xrpl.js
* Fix links
* Comment out XRPLGuard for now
* Make AMM Devnet faucet work
* Improve readability
* Update all instances of link + fix topnav
* Remove unnecessary file
* Use a more current version of xrpl
* Add missing loader while keys are generating
* Type with xrpl and remove unnecessary script
* Use string interpolation instead of multiple trans
* Move faucets into a json file
* Remove the old faucet code
* Use xrpl-beta directly
* Use dropsToXRP
* Support hooks natively
* Remove AMM-Devnet
* Revert changes to link path
* Revert link changes pt 2
* Revert pt 3
* Use XRPLoader for loading icon
* Fix small mistakes
* Remove unnecessary changes
Script replacing include_code with code-snippet
Migration script: partials, some variables
Add variables to conversion script
draft repo-link component
Complete repo-link component
Migration script: handle github links
Draft include_svg→inline-svg (non-functional)
Currently doesn't work due to image path issues.
Also, captions and custom classes (for inlining) not implemented yet.
Conversion script: refactor & add code-page-name
Custom code-page-name component works around Markdoc limitation where
vars can't be used in `inline code` sections.
Migrate script: Handle more code includes correctly
Migration script: tabs and tabbed code samples
Child pages macro & conversion script
Adapted from 70cffa67ed
Migration script: update with some partial fixes
Migration script: callouts→admonitions
Fix auto-generation of index pages
Migration script: fix SVG migration
Migration scripting: fix code block prefixes & indentation
- Use the Redocly 0.66 feature for code block prefixes
- Update the script for converting indented code blocks to fences with
Roman's latest fixes (now uses 4 spaces per level, for consistency)