- Update docs links for all methods.
- Add some missing methods.
- Add an icon for Clio-specific methods.
- Move the long list of ledger_entry examples below other types so those
ones are not as buried.
- Remove unused old JS files.
- Make method list sidebar self-scrolling like docs TOC sidebar, so that
links to methods lower in the list don't scroll the main UI up off the
visible part of the page.
- Fix#2470.
- Fix a broken 'try it' link on the amm_info page that was causing an
error page to display when clicked.
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
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
- Remove lots more unused files
- Make light mode toggles for Exchange and Wallet images
- Change layout for exchanges and wallets to work better at some screen
widths (between mobile and full 1080p)
- Fix light mode styles for some dev tools, carbon calculator, Edit
button, footer, etc.
- Set Bootstrap colors for background colors
- Adjust button padding to work in more contexts
- Removed unused tool CSS. Migrated some styles to SCSS.
- Fix sticky overlap in faucets sidebar
- Make 404 page inherit from base template