remove faq data
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Jun 19 2023
add wallets to nav
@bot preview-e.cash
improve hover background, add comments for core tech blocks
add headers
add styled component
Jun 17 2023
Jun 16 2023
Jun 15 2023
rebase master
remove h3 change
remove line break
remove var, style tweak
rebase
remove unrelated changes
add another test to makedivisiblebythree to check > 3
okay clarified
Jun 14 2023
remove check
add id check and test
Nothing actually if its undefined, but it will put a blank id if an empty string gets passed which is invalid, so adding back in that check
add check for id
add comment space
add more test
break out the sort function from the score function
format comment lengths
format comments
Jun 13 2023
add comment and consolidate scoring test
improve error handling
add test for empty array or object response
move the scorecard api call outside of getstatic props and make a test for it
remove captializations from html and add css rule
improve notes, still need to write test for getstaticprops
Jun 12 2023
remove image imports, css uppercase
In D14035#313405, @Fabien wrote:What do you think about mirroring the placement of the "Lean more" tile ? The site is in english, reading from left to right and it would make sense imo to have the tile on the left, and the techno tiles on the right.
This should be done in another diff though.
In D14035#313319, @bytesofman wrote:
Good suggestions in general, added.
improve testing and comments, rename and move utils function
Jun 9 2023
add untracked files
add some test and put scripts in same file
add scoring notes, handle no id passed to h3
Okay. So, something like
utils/pageUtils.js , with both functions in it
utils/__tests__/pageUtils.test.js, with unit tests
weird that getScores and makeDivisibleByThree have their own files? Match the pattern from your earlier diff.
- Put component-specific methods into a single file in the folder for that component
- Add unit tests for these functions
The links don't jump to the title of the section but to the table on my browser. It looks like the anchor is misplaced
change api var name, fix anchor links, homogenize functoin syntax