diff --git a/.gitignore b/.gitignore index 5115232..92cd2c8 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,5 @@ mse_langs.c mse_langs.h /cmake-build-debug/ + +frontend/pnpm-lock.yaml diff --git a/frontend/package.json b/frontend/package.json index cd12480..48c3a08 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -18,9 +18,9 @@ "@types/react-dom": "18.2.7", "autoprefixer": "10.4.14", "eslint": "8.45.0", - "eslint-config-next": "13.4.12", + "eslint-config-next": "14.0.3", "font-awesome": "^4.7.0", - "next": "13.4.12", + "next": "14.0.3", "postcss": "8.4.27", "react": "18.2.0", "react-dom": "18.2.0", diff --git a/frontend/src/app/layout.tsx b/frontend/src/app/layout.tsx index 6988556..d48d4fd 100644 --- a/frontend/src/app/layout.tsx +++ b/frontend/src/app/layout.tsx @@ -34,7 +34,7 @@ export default function RootLayout({ -
+
{children}
diff --git a/frontend/src/app/page.tsx b/frontend/src/app/page.tsx index 21f100f..6d50a13 100644 --- a/frontend/src/app/page.tsx +++ b/frontend/src/app/page.tsx @@ -28,14 +28,19 @@ export default function Home() {

Query Composition

The syntax is designed to mimic that of Scryfall.

You can use brackets as normal with negation.

-

The below query gets all mutally exclusive cards in m20 and m19.

+

+ The below query gets all mutally exclusive cards in m20 and m19. +

- (set:m19 or set:m20) and !(set:m20 and set:m19) + (set:m19 or set:m20) and !(set:m20 and set:m19)

Operations

-

Used in this form

{' '}

+

+ Used in this form{" "} +

{" "}
+