This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 683
docs: restyle docs to be more "Truffley" #4035
Closed
Closed
Changes from all commits
Commits
Show all changes
82 commits
Select commit
Hold shift + click to select a range
b52cbf9
chore: remove support for Node.js v12 (#3705)
davidmurdoch 3868ea1
chore: upgrade @ethereumjs/vm to v6.0.0 (#3656)
MicaiahReid a0c4e74
feat: add support for the `merge` hardfork (#3658)
davidmurdoch fb6d37d
refactor: remove tech-debt added during ejs upgrade (#3776)
MicaiahReid d0b366f
fix white space in package-lock
MicaiahReid c48c4fe
clean up todo comments
MicaiahReid cf3d218
properly pass on the prefixCodeHashes options
MicaiahReid 1c83066
remove timeouts
MicaiahReid fb68a01
remove comment
MicaiahReid d334449
simplify conversion
MicaiahReid 0f784c8
revert style; keep types
MicaiahReid ba31379
set "merge" as default hardfork
MicaiahReid fe1122b
update tests to have "merge" as default hardfork
MicaiahReid d4862ed
Apply suggestions from code review
MicaiahReid 2d27cae
shrinkwrap
MicaiahReid 44290fd
shrinkwrap formatting
MicaiahReid 89fdb47
shrinkwrap again
MicaiahReid d4325e8
Merge branch 'develop' into the-merge
MicaiahReid 799eb09
fix package-lock whitespace
MicaiahReid 0bc1de7
str8 to big int, dog
MicaiahReid 3ffe434
add test for truncating address
MicaiahReid e03d24d
convert RuntimeBlock gas params to Quantity
MicaiahReid 4608785
use nullish coalescing operator
MicaiahReid d62a8f0
don't convert like that, silly
MicaiahReid 6d936f8
load ganache with cdn
MicaiahReid 461fbdd
set up IntersectionalObserver to load editor as it becomes visible
MicaiahReid 30f3daf
fix some styles
MicaiahReid a3f14ec
change order of hiding/unhiding elements
MicaiahReid 612fe8b
add missing truffle colors
MicaiahReid 8e579d9
define ganache-colors monaco theme
MicaiahReid 7b06cf8
upgrade monaco
MicaiahReid 7c0de91
fix line-height formula
MicaiahReid 630b563
little bita css
MicaiahReid 67459ea
fix evm_removeAccount docs example
MicaiahReid 1bed2e6
fix web3_sha3 docs example
MicaiahReid f86e387
fix eth_sendRawTransaction docs example
MicaiahReid a2cc30a
fix personal_sendTransaction docs example
MicaiahReid e44d726
fix txpool_content docs example
MicaiahReid f784f9a
update custom theme
MicaiahReid ce200bf
load editor above and below intersected element
MicaiahReid 2286891
add preamble
MicaiahReid 4565a94
some css
MicaiahReid 100cd85
add category tag to api docs
MicaiahReid dd26724
group navbar by category
MicaiahReid 0b743f9
fix sidebar spacing
MicaiahReid 2804943
fix source code links
MicaiahReid 6dcbc32
fix docs builder to not use typedoc category
MicaiahReid 9305fa4
fix evm_setTime example
MicaiahReid 36d3541
remove category tags
MicaiahReid 34c7472
styling things
MicaiahReid 0c762d6
add in some logos
MicaiahReid 390d377
fix editor spacings
MicaiahReid 9b41c13
point to commit hash
MicaiahReid 08d411a
remove CI check. add try/catch
MicaiahReid 40d3e4d
change var name
MicaiahReid 6ad8b95
ci tests
MicaiahReid c42b5d1
more ci tests
MicaiahReid c3f3628
fix casing
MicaiahReid cca8b68
remove logging
MicaiahReid 406439f
rename logs to ganache logs
MicaiahReid 05de060
put CI stuff back
MicaiahReid b1e44bd
remove newline char in function return types (regex)
MicaiahReid 68792d5
remove logging
MicaiahReid b9223ac
use latest ganache version
MicaiahReid 300ed98
add chevron/styling to sidebar links
MicaiahReid 146d635
fix sidebar formatting
MicaiahReid 5f7abd1
add better/more robust css for light theme
MicaiahReid 3be9b8e
fix/format main ganache link
MicaiahReid 3815ce9
add header action buttons
MicaiahReid 688ddac
change color themes onclick of button
MicaiahReid eba51ef
position sandwich button
MicaiahReid 663fd61
add js for switching color themes
MicaiahReid 8d95edd
position button
MicaiahReid 9c062d9
link to github readme
MicaiahReid 20967cc
add titles to links/alts to imgs
MicaiahReid d089d79
Merge branch 'develop' into docs-perf
MicaiahReid d485626
remove provider.once("message") from api examples
MicaiahReid bb0c046
update readmes
MicaiahReid c97c9ca
disable context menu
MicaiahReid 9ea2035
Style in line with Truffle Dashboard
OnlyOneJMJQ 0b859b8
Remove problematic padding in monaco view-lines
OnlyOneJMJQ 834aa98
Merge branch 'docs-perf' into docs-styling
davidmurdoch File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change | ||
---|---|---|---|---|
|
@@ -44,7 +44,7 @@ | |||
font-family: "Open sans"; | ||||
transform: translate(-3vw, calc(-100% + 3.05vw)); | ||||
padding: 0.5vw 1vw 3vw; | ||||
text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5); | ||||
/* text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5); */ | ||||
box-shadow: 0 -1px 1px rgba(224, 191, 168, 1); | ||||
} | ||||
.code-inner { | ||||
|
@@ -65,7 +65,7 @@ | |||
*:not(pre) > code, | ||||
.hljs { | ||||
font-family: "Share Tech Mono", monospace; | ||||
text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.7); | ||||
/* text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.7); */ | ||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||
} | ||||
.hljs { | ||||
overflow: visible; | ||||
|
@@ -130,10 +130,6 @@ | |||
color: var(--light-turquoise); | ||||
} | ||||
|
||||
.hljs-built_in { | ||||
color: var(--medium-dark-turquoise); | ||||
} | ||||
|
||||
.hljs-symbol, | ||||
.hljs-bullet, | ||||
.hljs-variable, | ||||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should probs delete this I guess?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Totally. I just commented this out initially because I was unsure if it aided readability in dark mode (I was primarily working in light mode at the time).