Commit Graph

121 Commits

Author SHA1 Message Date
mDuo13
d04a12fc0d use getBalanceChanges() 2021-10-12 19:03:03 -07:00
mDuo13
0d0a671ee1 xrpl.js updates for interactive tutorials 2021-10-12 19:03:03 -07:00
mDuo13
d4b10f4dfe xrpl.js: Update to 2.0.0b2 2021-10-12 19:03:03 -07:00
mDuo13
feaef69da7 xrpl.js: working send xrp sample code, etc. 2021-10-12 19:03:03 -07:00
mDuo13
8ef2c87a21 xrpl.js 2.0: updates for lib fixes, etc. 2021-10-12 19:03:03 -07:00
mDuo13
9fc9d58c82 xrpl.js 2.0: update issue a token sample code, etc. 2021-10-12 19:03:03 -07:00
mDuo13
2e931a013b xrpl.js 2.0: start migrating code (incomplete) 2021-10-12 19:03:03 -07:00
Jake
312ac60a5c Add code buttons to btngroup
Expand button added to btn group with copy button.
Placed btn top right of box.
2021-09-21 14:37:38 -07:00
mDuo13
c0ab56ea62 Interactive tutorials: number steps for analytics
Count the total number of interactive blocks and add this data to the
memo when sending transactions from interactive tutorials. This should
help track the completion rate of tutorials to better measure
effectiveness of the documentation.
2021-09-07 19:35:32 -07:00
mDuo13
fd385d53be Faucet: show starting sequence number 2021-08-31 12:17:55 -07:00
mDuo13
a5bd489248 Issue a token: minor cleanup 2021-08-27 11:14:08 -07:00
mDuo13
5cd067fd7d Issue a Token improvements: python, UI fixes, etc.
- Display some errors without marking the step as complete
  (Also applied to Require Destination Tags tutorial)
- Add Python equivalent script
2021-08-20 15:07:23 -07:00
mDuo13
348f3962d0 Issue a token: fix some Chrome stylings 2021-08-19 17:52:15 -07:00
mDuo13
9112945fe2 Issue token tutorial: use memos, wait steps" 2021-08-18 16:58:17 -07:00
mDuo13
a7eec0b039 Issue a token: interactive & node.js compatible
- Make sample code node.js compatible (need to uncomment a few lines)
- Wire up interactive tutorial bits to actually run the relevant code
- Edit instructions slightly, add notes on Require Destination Tags
2021-08-18 15:09:26 -07:00
mDuo13
b0359388a2 Start Issue a Token tutorial 2021-08-18 15:09:14 -07:00
Nathan Nichols
13aebe3bda Update ripple-lib to 1.10.0 2021-08-17 15:01:15 -07:00
Elliot Lee
a483fe008d ripple-lib: update to 1.9.8 2021-07-30 12:14:47 -07:00
mDuo13
47c3aa6f07 Merge branch 'master' into light-mode-theme 2021-07-19 14:02:25 -07:00
mDuo13
512679c2b2 Update ripple-lib to 1.9.7 2021-07-16 13:48:49 -07:00
mDuo13
be80405f10 Fix light mode, top nav external links, etc:
- Top nav external links now open in a new tab as intended (not specific
  to light mode)
- Consistently adjust opacity (not placement) of background images in
  mobile; lighter in light mode for legibility.
- Add a subtle white "shadow" to eyebrow text in light mode to improve
  legibility
- Fix focus styles for buttons & multicode tabs in light mode
- Make all buttons sized the same as primary buttons by default
- Fix typo that caused the "Reset" button on get-started to be unstyled
- Refactor theme switcher JS for simplicity.
- Fix issue with theme select icon not being visible in some cases.
- Update color of  icons in interactive tutorial breadcrumbs
2021-07-14 15:52:27 -07:00
mDuo13
943d50967a Code toggler: use icons, fix scroll 2021-07-07 16:50:58 -07:00
Jake
d435f9d03b fix for flicker on load 2021-07-07 13:55:20 -07:00
Jake
6e02aeb7ab Add light theme first pass
Toggle is only temp to test. Need to move in nav for final.
Will need further adjusting colors.
2021-07-07 13:54:37 -07:00
Rome Reginelli
00a8bfd4da Merge pull request #1098 from jakeatdocforce/codesample-tabs
Code tabs - switch all tabs and remember setting
2021-07-07 13:30:16 -07:00
mDuo13
372d8b7570 Mobile top nav: lang dropdown, docs columns, polish 2021-06-22 19:49:52 -07:00
mDuo13
b648ad8633 Mobile nav: height, animations, spacing 2021-06-22 17:00:35 -07:00
Jake Boham
375282dc48 remove logging statements 2021-06-11 12:49:27 -04:00
Jake
2981701d59 Fix multiple lang blocks. 2021-06-06 19:18:02 -07:00
Jake
6eeb0d58f5 Add save lang to code tabs.
WIP.
If multiple tab blocks have different names it will hide all.
2021-06-01 14:09:41 -07:00
mDuo13
6d91616a62 Improve & refactor interactive tutorial code
Interactive tutorials: more consistent style

Interactive tutorials: Use new generics for send-xrp, use-tickets

Interactive tutorials: clean up now-unused code

Interactive tutorials: progress & debugging of errors

Interactive: Require Destination Tags; and related

- Validate addresses in Transaction Sender and warn on Mainnet X-address
- Option to load destination address from query param in Tx Sender
- Some more/updated helpers in interactive tutorial JS

Interactive tutorials: fix JA version

Interactive tutorials: readme, include code filter (incomplete)

Interactive tutorials: improvements for consistency

Interactive Tutorials: finish readme

Interactive tutorials: fix syntax errors
2021-03-24 13:59:22 -07:00
mDuo13
f0a56d1560 RPC tool: fix pagination (pg 2→1 'prev') 2021-03-17 14:49:26 -07:00
mDuo13
9424290672 RPC tool updates 2021-03-09 17:59:24 -08:00
mDuo13
ab49ab10f0 Update why signing methods aren't in WS tool 2021-03-08 14:28:48 -08:00
mDuo13
619c82b049 ledger_entry - Mainnet examples for all types
- Working examples for all ledger_entry types in WebSocket tool
- Match examples on ledger_entry page to examples from WS tool
- Link various ledger_entry modes back & forth
2021-03-08 14:28:48 -08:00
mDuo13
c20715bfff More ledger_entry and ws tool updates 2021-03-08 14:28:48 -08:00
mDuo13
9112c56c71 Update built-in ripple-lib to 1.9.1 2021-03-01 13:28:27 -08:00
mDuo13
429d8e3386 Merge branch 'rippled_170' 2021-02-23 22:50:44 -08:00
mDuo13
0e33d93c0e Use Tickets: better error handling 2021-02-11 17:06:04 -08:00
Calvin Jhunjhnuwala
43fc114986 updated numbers for the carbon calculator, slight changes to the script for the calculator 2021-02-08 13:21:12 -08:00
mDuo13
eb0b9a66e5 Use Tickets tutorial upgrades
- Use Devnet for live examples
- Move code to a dedicated JS file instead of having it all inline
- Improve transaction submission logic
2021-02-01 19:05:33 -08:00
mDuo13
2770996eab Interactive tutorials: fix bug with multiple spaces 2021-01-15 15:47:35 -08:00
mDuo13
0acd12bd90 Use Tickets: fix styles, check tickets 2021-01-14 03:23:12 -08:00
mDuo13
231602e8c0 Use Tickets: fix code for early steps 2021-01-12 20:05:44 -08:00
mDuo13
a93f58e783 TicketBatch tutorial progress 2020-12-07 17:58:51 -08:00
Calvin Jhunjhnuwala
1076f91551 cleaning up home page for mobile, adding NUS info below graphic 2020-09-30 09:30:55 -07:00
Calvin Jhunjhnuwala
16886ce2a5 swapped out pdf for newer one, commented out GA events for now, adding GTM tag, calculator numbers updated 2020-09-29 11:17:48 -07:00
Calvin Jhunjhnuwala
5297617970 updates to the carbon calculator inputs, update to some of the copy on calc page 2020-09-28 21:39:22 -07:00
Calvin Jhunjhnuwala
af7070977e adding pdf, added scroll on click for calc page 2020-09-28 11:37:16 -07:00
Calvin Jhunjhnuwala
030467cc2e took care of the last of the QA feedback 2020-09-28 09:36:55 -07:00