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
This commit is contained in:
JST5000
2023-11-21 16:47:10 -08:00
committed by mDuo13
parent 9ca9a69ab2
commit 0f53f35a2c
14 changed files with 916 additions and 38 deletions

View File

@@ -69,7 +69,6 @@ $line-height-base: 1.5;
@import "_video.scss";
@import "_contribute.scss";
// @import "_top-banner.scss";
@import "_toml-checker.scss";
@import "_tutorials.scss";
@import "_docs-landing.scss";
@import "_xrplai.scss";