From 9247955d067ecb1d20a6f1c7198502dde440b72e Mon Sep 17 00:00:00 2001
From: Yanick Champoux
Date: Thu, 1 Feb 2024 10:48:49 -0500
Subject: [PATCH] add verbiage
---
src/routes/+page.svelte | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)
diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte
index d5391b9..d28ffdc 100644
--- a/src/routes/+page.svelte
+++ b/src/routes/+page.svelte
@@ -6,11 +6,19 @@
Board Game Geek.
If you want to be added to the list of sellers, you can send me a
- BGG mail.
+ BGG
+ mail. All I need is your BGG username, and I'll be able to gather
+ all your games tagged For Trade. If there is a price mentioned in
+ the Trading Notes of the game (that is, any number prefixed with
+ a $), it'll be assumed to be the asking price.
+
+ Have questions, suggestions, anything else?
Discussion of this service happens in the Ottawa Guild.
+
@@ -61,6 +69,7 @@
// TODO hide games I'm not interested in
// TODO add cart
// TODO prettify via beercss
+ // TODO use https://github.com/dasDaniel/svelte-table#readme
import { DataHandler, Search } from '@vincjo/datatables'
export let data;
@@ -79,6 +88,8 @@
}
p {
font-size: var(--font-size-10);
+ max-width: 60em;
+ text-align: justify;
}
a {
color: var(--primary);