Skip to content

Commit

Permalink
feat: Witch It inventory sync
Browse files Browse the repository at this point in the history
  • Loading branch information
GiyoMoon committed Aug 17, 2024
1 parent 9549c62 commit 75d8c31
Show file tree
Hide file tree
Showing 27 changed files with 179 additions and 1,523 deletions.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

[![Stars](https://img.shields.io/github/stars/WitchTrade/frontend.svg?color=C59DFF)](https://github.com/WitchTrade/frontend/stargazers)
[![Commits](https://img.shields.io/github/commit-activity/m/WitchTrade/frontend?color=C59DFF)](https://github.com/WitchTrade/frontend/commits)
[![Gitmoji](https://img.shields.io/badge/gitmoji-%20😜%20😍-FFDD67.svg?color=C59DFF)](https://gitmoji.dev)
[![License](https://img.shields.io/github/license/WitchTrade/frontend.svg?color=C59DFF)](https://github.com/WitchTrade/frontend/blob/main/COPYING)
[![CodeFactor](https://www.codefactor.io/repository/github/WitchTrade/frontend/badge)](https://www.codefactor.io/repository/github/WitchTrade/frontend)

Expand All @@ -21,19 +20,16 @@ Search for a specific offer or use the advanced filter to search for the rarity,

WitchTrade offers a complete and up-to-date item list to look up all available items.

**Game Servers**

The official Witch It game servers with the currently playing players can be viewed on the website.

**Account**

Create an account to get access to the following features:

- **Create offers**: Offer your items on the website for other to see and respond to.
- **Sync Steam Inventory**: Sync your Steam Witch It inventory with WitchTrade to see all your items in the item list and automatically sync your offers with your Steam inventory.
- **Sync Inventory**: Sync your Witch It inventory with WitchTrade to see all your items in the item list and automatically sync your offers with your in-game inventory.
- **Wish list**: Create a wish list with all the items you are looking for and get notified when an item is offered on the website.
- **Game Quests**: View your current in-game quests without having to start the game.

## Contact
Join the WitchTrade Discord Server if you want to give feedback, have any questions or found a bug: https://discord.gg/wm7sTW8MJq
___
> Made with ❤️ by GiyoMoon
> Made with ❤️ by GiyoMoon
2 changes: 1 addition & 1 deletion components/core/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const Footer: FunctionComponent = () => {
</a>
</div>
<p className='text-sm'>
Version <b>1.3.0</b>22.05.2022
Version <b>1.4.0</b>xx.xx.2024
</p>
<p className='text-sm'>
<span className='font-bold text-wt-accent'>{wtStats.users}</span>{' '}
Expand Down
12 changes: 6 additions & 6 deletions components/core/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,15 +135,15 @@ const Navbar: FunctionComponent = () => {
Items
</NavbarLink>
</Link>
<Link href='/witchit' passHref>
<Link href='/quests' passHref>
<NavbarLink
type={
router.pathname.startsWith('/witchit')
router.pathname.startsWith('/quests')
? 'navSelected'
: 'nav'
}
>
Witch It
Quests
</NavbarLink>
</Link>
{user.roles?.length > 0 && (
Expand Down Expand Up @@ -480,15 +480,15 @@ const Navbar: FunctionComponent = () => {
Items
</NavbarLink>
</Link>
<Link href='/witchit' passHref>
<Link href='/quests' passHref>
<NavbarLink
type={
router.pathname.startsWith('/witchit')
router.pathname.startsWith('/quests')
? 'hamburgerSelected'
: 'hamburger'
}
>
Witch It
Quests
</NavbarLink>
</Link>
{user.roles?.length > 0 && (
Expand Down
2 changes: 1 addition & 1 deletion components/market/SyncOffersDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const SyncOffersDialog: FunctionComponent<Props> = ({
<p className='text-xl font-bold text-center'>Sync Offers</p>
<p className='mt-1 text-sm'>
This feature synchronises the offers in your market with the items
in your Steam inventory.
in your Witch It inventory.
</p>
<p className='mt-1 text-sm'>
<span className='font-bold text-wt-accent-light'>Mode:</span>{' '}
Expand Down
44 changes: 0 additions & 44 deletions components/navs/WitchItNav.tsx

This file was deleted.

72 changes: 0 additions & 72 deletions components/witchit/region.tsx

This file was deleted.

191 changes: 0 additions & 191 deletions components/witchit/server.tsx

This file was deleted.

Loading

0 comments on commit 75d8c31

Please sign in to comment.