Commit Graph

517 Commits

Author SHA1 Message Date
mDuo13
69f9a02ee1 Blog: improve formatting
- Display author metadata on landing page
- Remove unused Gateway Bulletins category
- Push category selector down so it doesn't get partly buried under the
  top nav & Apex banner
2024-03-28 15:31:01 -07:00
mDuo13
7999d26960 Blog: unify label chips, footer; fix contrast
- Remove blog-specific footer. (See also: #2501, #2503)
- Fix markup that was invalidly reusing the same HTML ID for multiple
  elements.
- Use existing chips for blog categories instead of having separate
  styles for blog chips. This fixes some issues where the contrast of
  the blog category chips was not meeting WCAG contrast standards.
- Update yellow chip in light mode to meet WCAG AAA contrast standard.
2024-03-28 13:27:53 -07:00
mDuo13
491597d8ad Fix spacing below Apex banner 2024-03-27 13:07:04 -07:00
mDuo13
9094aa3e16 Fix edit button colors in dark mode 2024-03-26 18:06:49 -07:00
tequ
47a9338242 [JA] replaceサーバー to サーバ 2024-03-26 17:15:54 +09:00
mDuo13
dd3644ea36 Fix WS Tool links, examples, sidebar
- 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.
2024-03-22 15:20:26 -07:00
akcodez
a4a1788384 updates to scss for desktop 2024-03-21 07:53:27 -07:00
akcodez
d08ba4c952 adds new apex banner with corresponding breakpoints 2024-03-20 22:07:38 -07:00
mDuo13
fe1277ce19 Improve alignment on left/right margins
Fixes #2461. Also fixes an issue with cut-off drop shadows for cards on
some pages, like the tutorials landing, in mobile view.
2024-03-14 16:30:28 -07:00
Justin Reynolds
16e6d9ed05 feat: add xrpl ai 2024-02-23 11:41:50 -06:00
Justin Reynolds
c8e9abbad0 fix: osano styling box-sizing 2024-02-23 09:45:33 -06:00
Maria Shodunke
ba7d3c204e Add mobile dropdown 2024-02-13 17:37:52 +00:00
Maria Shodunke
2eb7edd3c6 Add light mode CSS 2024-02-13 13:35:38 +00:00
Maria Shodunke
2f8b18daf3 Update Navigation for Blog site 2024-02-13 12:06:50 +00:00
Maria Shodunke
a33e60681b Landing page CSS 2024-02-08 18:16:52 +00:00
Maria Shodunke
a4ac70ce43 Fetch blog post data from md file frontmatter 2024-02-08 18:16:28 +00:00
Maria Shodunke
02c4d08ee3 Fixed CSS not being loaded 2024-02-08 18:15:44 +00:00
Evgeny Vlasenko
a63deb4f8e Add Coin Space Wallet 2024-02-02 14:02:03 -08:00
mDuo13
7645140477 Re-levelization: move non-docs content, rename content→docs
For better URLs, the content folder has been renamed 'docs' and all
other files have been moved up a level. Also, non-docs images have been
moved to the static folder at the top level where they belong.

Many relative paths had to be fixed to make this work.
2024-01-31 17:53:52 -08:00
mDuo13
f841ef173c More Redocly style & key warning fixes:
- Fix unique key warnings on Dev Tools and Docs pages
- Fix active code tab colors in light mode
- Fix dev tools padding
- Fix dev tools cards in light mode
- Fix tx sender sidebar in light mode
- Fix domain verifier example code in light mode
2024-01-31 16:10:33 -08:00
mDuo13
63a1a4828b CSS: Fix colors, footer styling 2024-01-31 16:10:33 -08:00
mDuo13
6c938f7f4d Remove now-unused _tutorials.scss 2024-01-31 16:10:33 -08:00
mDuo13
9265b0bfee Fix CSS styles
- Move docs graphics to appropriate place
- Fix spacing of header anchors
- Fix display of card grids in md
- Fix display of badges
- Fix theme-aware diagram coloring
- Fix left table columns being line-broken too aggressively
2024-01-31 16:10:33 -08:00
mDuo13
ec121f2b3e Fix top nav mobile styles 2024-01-31 16:10:33 -08:00
mDuo13
34986e8ce7 Fix top nav in Redocly 2024-01-31 16:10:33 -08:00
Caleb Kniffen
5a9b40e8c8 Migrate WebSocket Tool to Redocly
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
2024-01-31 16:10:32 -08:00
JST5000
0f53f35a2c Migrate toml checker tool
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
2024-01-31 16:10:31 -08:00
Caleb Kniffen
9ca9a69ab2 feat: migrate rpc-tool to redocly
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
2024-01-31 16:10:31 -08:00
akcodez
ec28d8fee8 Migrate marketing pages to Redocly
adds events page, updates convert-template script

adds proper filter logic to events page, adds moment

converts history page

converts impact and xrpl-ledger-overview page

try getting animation on impact to work

converts xrp overview page and logic

adds contribute page, still needs typeform integration and animations

converts developer funding page

adds dev tools page

add missing image

adds code samples py conversion to js

adds hook to read current theme, adds animations to impact page

adds careers animations

adds correct animations for contribute page

adds light mode v of animations on contribute page

adds animations to uses page

adds modal logos and uses modal logic

completes uses page

more changes

Fix casing issues with use case files

fix grid issue on uses
2024-01-31 16:10:31 -08:00
Caleb Kniffen
e314ebb76c Use @uiw/react-codemirror and react@18
Updating redocly to latest and leveraging `@uiw/react-codemirror` which
it also uses.
2024-01-31 16:07:14 -08:00
Caleb Kniffen
1902ec1f6d Move styles building up to the project root
This will make development much easier by having all commands at the
project root. This also removes the deprecated `node-sass`

Fix build-css-watch
2024-01-31 16:07:14 -08:00
JST5000
0d0187b4ee Migrate the tx-sender page to Redocly
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
2024-01-31 16:07:14 -08:00
JST5000
cb9f332d78 Fix top-nav padding 2024-01-31 16:07:14 -08:00
mDuo13
de0ca20900 Remove incompatible CSS
Original commit: 09fc9c374e
2024-01-31 16:04:34 -08:00
tequ
ed67cc82b0 [JA] update cross-currency 2024-01-05 18:49:51 +09:00
akcodez
1092ae1062 adds new color code for com card link 2023-12-11 16:43:30 -08:00
akcodez
396cbfc6c6 replace png to with svg 2023-12-07 06:31:20 -08:00
akcodez
33f1eba778 variable name changes, adds translation wrapper, qa changes 2023-12-07 06:22:06 -08:00
akcodez
3fe42c7b38 change ic png filenames and ref to all lowercase 2023-12-07 05:56:31 -08:00
akcodez
2c20a075ed merge w master 2023-11-22 07:33:03 -08:00
akcodez
e19f58ba09 final QA changes 2023-11-22 07:32:28 -08:00
mDuo13
efe79c1dcf Change use cases graphics to consistently lowercase 2023-11-20 16:27:21 -08:00
akcodez
cefb7aee45 change file name 2023-11-17 12:28:52 -08:00
akcodez
b10e10f97f more qa changes 2023-11-16 13:20:25 -08:00
akcodez
b3893ce05a qa updates 2023-11-16 07:18:07 -08:00
akcodez
70e1df8709 adds cryptum dark mode logo for modal 2023-11-15 07:51:46 -08:00
akcodez
db3da24186 adds logic for countdown, adds background images, updates light mode styling, changes table logic and rm animation 2023-11-13 17:16:32 -08:00
akcodez
ca53c6e7d1 adds silky smooth animation to carousel 2023-11-06 09:33:42 -08:00
akcodez
fecdb5d1ab adds more light mode styles and overrides 2023-11-06 06:31:43 -08:00
akcodez
3c58d03112 adds light mode icons and styles 2023-11-06 05:58:25 -08:00