Commit Graph

156 Commits

Author SHA1 Message Date
Rome Reginelli
716f1e32ca Merge pull request #3749 from naavyas/add-typescript-tutorial
Add Get Started Using TypeScript tutorial (closes #1208)
2026-07-21 12:53:07 -07:00
Rome Reginelli
9a65736696 Merge pull request #3775 from XRPLF/amendment-component-fixes
Amendment component fixes
2026-07-21 12:50:44 -07:00
naavyas
d507e511f8 Add 'Get Started Using TypeScript tutorial'
Adds a TypeScript equivalent of the 'Get Started Using JavaScript'
tutorial, with runnable Node.js and Web code samples using xrpl.js.

From the issue it covers the TypeScript specific asks:
- Setting up a TypeScript project (typescript dep, tsconfig.json,
  compile and run steps).
- Using xrpl.js's built-in types to build a transaction from input
  values and validate it (typed Payment + xrpToDrops + validate()).

Closes #1208
2026-07-21 15:34:57 -04:00
mDuo13
721b387e60 Improve consistency of obsolete amendment handling:
- Update status of amendments removed in 3.2.0
- Reorder obsolete amendments to sort by version removed then by version
  introduced, both descending
- Consistently prefer obsolete amendments JSON over VHS data in both web
  and LLM-MD modes.
2026-07-21 12:04:37 -07:00
mDuo13
6f24552a4e Switch to more thorough JSON for obsolete amendments 2026-07-16 13:48:18 -07:00
Oliver Eggert
4c53257a7d dedupe API calls and cache vote and info endpoints 2026-07-14 18:19:44 -07:00
oeggert
fed7b6f8fd Merge pull request #3774 from XRPLF/fix-amendment-tracker
Update {amendments-table} component
2026-07-14 10:39:25 -07:00
mDuo13
dad6861e8e Improve amendments table & disclaimer components
- Pre-calculate table height so that the load-in doesn't cause the page
  to jump in a way that breaks anchor links.
- Add a status-only mode to {% amendment-disclaimer ... /%} so that it
  can be used for the status tables on the Known Amendments page.
- Add a renderForLlms function for {% amendment-disclaimer ... /%}
2026-07-13 17:05:45 -07:00
Oliver Eggert
a9df38a7d2 refresh amendments-snapshot.json 2026-07-10 15:46:35 -07:00
mDuo13
abb662c26d Fix overlapping Osano/AI buttons 2026-07-10 12:02:54 -07:00
Oliver Eggert
d23139cd0b add renderForLlm and initial snapshot data 2026-07-09 15:29:43 -07:00
Oliver Eggert
b45e6072dd add manual override for obsolete amendments 2026-07-09 11:13:21 -07:00
mDuo13
6cdfbde83f Show tree nav on mobile 2026-07-07 12:25:26 -07:00
mDuo13
1c1e66a093 Implement responsive-graphic tag 2026-07-02 14:21:35 -07:00
Oliver Eggert
c4acc92e53 add plain linking 2026-06-12 12:01:37 -07:00
oeggert
c7b698331c Merge pull request #3696 from XRPLF/source-link-component
Source link component
2026-06-11 10:00:50 -07:00
oeggert
cf46cd0ea2 Update @theme/components/SourceLink.tsx
Co-authored-by: Maria Shodunke <maria-robobug@users.noreply.github.com>
2026-06-11 09:59:22 -07:00
Oliver Eggert
612f03c0b6 Merge remote-tracking branch 'origin/master' into xrpld-3.2.0-docs 2026-06-10 14:45:13 -07:00
Oliver Eggert
1724516585 add component styling 2026-06-10 14:08:07 -07:00
Oliver Eggert
8813fd65a0 tweak LLM output 2026-06-10 10:44:19 -07:00
Oliver Eggert
e0748aa45e initial draft of source link component 2026-06-10 10:44:19 -07:00
rachelflynn
0b88817ffa Addressed PR review feedback 2026-06-09 16:34:58 -04:00
mDuo13
0d09bbead9 Update Redocly to Realm v0.133.1 2026-05-29 13:52:27 -07:00
amarantha-k
b09fe6c7b3 Update color for feedback boxes to fix white text on a white background in dark mode 2026-05-01 16:18:03 -07:00
mDuo13
d846367857 Update feedback styles 2026-05-01 15:37:40 -07:00
mDuo13
4f991e14a5 Add tx icon legend component 2026-05-01 15:13:06 -07:00
mDuo13
a874b034d7 Reorg components & impl. TxRef component 2026-05-01 15:13:06 -07:00
mDuo13
19b376be8e Improve XRP faucet w/ custom amount & address (squashed)
Faucet: improve handling of saved address, display of modes

Faucet improvements: suggestions from code review

Co-authored-by: Maria Shodunke <maria-robobug@users.noreply.github.com>
2026-04-29 16:49:11 -07:00
Oliver Eggert
d51da2ff5c fix tab styling in dark/light mode 2026-04-29 13:12:42 -07:00
mDuo13
aed88784d9 Fix sidebar highlight color issues in Realm 0.132 2026-04-17 16:03:55 -07:00
Maria Shodunke
d945d6a5d6 Tutorials landing page v2 (#3572) 2026-04-17 11:52:23 +01:00
mDuo13
839da237b6 Bump Redocly to Realm 0.131.2 & fix one more PluginInstance type 2026-03-24 11:12:30 -07:00
mDuo13
9f4fcc845f Update Redocly plugin syntax for 0.131+ 2026-03-19 12:26:23 -07:00
mDuo13
26c966fa51 Bump Redocly to Realm 0.131.0 2026-03-18 11:12:41 -07:00
oeggert
685572eec5 Merge pull request #3516 from XRPLF/synced-tabs
Add tab syncing within and across pages
2026-02-24 19:53:42 -08:00
Oliver Eggert
6ffec4300b add tab syncing within and across pages 2026-02-24 14:19:47 -08:00
Maria Shodunke
6c1c7ad300 Update Tutorials Landing Page 2026-02-23 14:38:03 +00:00
oeggert
776a4f290e Update @theme/components/Amendments.tsx
Co-authored-by: Rome Reginelli <rome@ripple.com>
2026-02-02 15:42:55 -08:00
Oliver Eggert
af79cb6cf2 add support for inactive amendments in tracker 2026-01-21 17:18:25 -08:00
tequ
316f6f4fd4 Update Navbar component to open brand kit link in a new tab 2025-12-01 11:31:41 +09:00
Maria Shodunke
d8b216bdd7 Fix for build failure 2025-11-05 14:43:17 +00:00
Rome Reginelli
1e095599fd Merge pull request #3345 from XRPLF/dependabot/npm_and_yarn/multi-fa24b26d6e
Bump hono and @redocly/realm
2025-10-30 13:47:27 -07:00
Maria Shodunke
7cdf35f032 Update escrow documentation 2025-10-09 18:57:53 +01:00
Nazarii Mykhailets
b2f345edd5 fix: imports in custom plugins 2025-10-09 13:01:08 +03:00
mDuo13
317a8ffdfc Add an 'Updated' mode for amendment-disclaimer & fix disclaimer font size in tables 2025-10-06 13:39:41 -07:00
oeggert
3b9a1834ba Merge pull request #3324 from XRPLF/cache-amendment-data
Add Amendment Data Caching
2025-10-01 16:45:50 -07:00
Oliver Eggert
4c0faef071 clean up indentation 2025-10-01 14:45:24 -07:00
Oliver Eggert
e3e2b4bb63 fix indenting 2025-10-01 14:31:33 -07:00
Oliver Eggert
b1c5f3646e add reviewer suggestions 2025-10-01 14:09:38 -07:00
Oliver Eggert
b7b90741cb fix sorting to be status > date > name 2025-10-01 11:23:08 -07:00