Skip to content
This repository has been archived by the owner on Dec 30, 2024. It is now read-only.

Commit

Permalink
⬆️ Upgrade website dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Chasmical committed Jan 24, 2024
1 parent 636b39e commit 8e84b2d
Show file tree
Hide file tree
Showing 20 changed files with 3,727 additions and 4,067 deletions.
3 changes: 1 addition & 2 deletions website/blog/2021-08-31-what-i-hate-about-sor.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ author_url: https://github.com/Chasmical
author_image_url: https://github.com/Chasmical.png
tags: [blog, sor2]
description: The code is really hard and wet.
hide_table_of_contents: false
---

## The code is really hard and wet
Expand Down Expand Up @@ -107,7 +106,7 @@ Why would you try to repeat the operation, if you know that the results will be
![An unnecessary for loop](https://imgur.com/vjCshb5.png)

Why the hell would you write all of these giant `for` loops with a ton of conditions, `break`s and `continue`s and stuff like that, when there are already methods that do exactly that?
**Just use System.Linq extensions and List<T\> methods!**
**Just use System.Linq extensions and List&lt;T&gt; methods!**

## Conclusion

Expand Down
2 changes: 1 addition & 1 deletion website/docs/dev/items/combinable-items.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export function PreviewTooltip ({props}) {
<input type="color" value={tooltipColor} onChange={e => setTooltipColor(e.target.value)}/>
</div>
);
};
}

<PreviewTooltip/>

Expand Down
155 changes: 0 additions & 155 deletions website/docs/site/components/InventoryGrid.mdx

This file was deleted.

187 changes: 0 additions & 187 deletions website/docs/site/components/InventoryRow.mdx

This file was deleted.

Loading

0 comments on commit 8e84b2d

Please sign in to comment.