Looks good! Two minor nits, then it should be good to merge I think
Could you add logging to the tag edits from taggers? You don't have to diff or anything fancy if you don't want to - just comma-delimited lists of before/after tags is fine (this is how it is when staff edit tags from the admin panel already). See logAction in src/helper/adminHelper.ts
I can't say I've seen this syntax before :O does this sort of dynamic import of a Svelte file work when the site is built (pnpm build -> node express.js) or only in dev?
Just a minor fix regarding issue #94
honestly i just forgot this PR was a thing and did this myself. oops, contributor flair granted regardless
Yhvr (1e903681) at 07 Mar 20:33
You can only see the first 50 results of a search query. It should either show all the results, or paginate them. And it's probably not a good idea to show all results.
Closes #56
lgtm
Motivation: The event keypress is now deprecated (re: https://developer.mozilla.org/en-US/docs/Web/API/Element/keypress_event), and as such, we should remove it and transition to other key events, like keydown.
The developer documentation currently doesn't work on mobile. The sidebar takes up the entire screen (for me) and the layout is broken.
Implemented some time back
Yhvr (02b26f08) at 06 Mar 18:09
fix checkboxes
This has been committed to master, so you'll likely see it on the site within a few days.
It will be very useful to be able to filter out already completed games from the search result, to find and play new games, when you already played a lot of them.
I think of it like this - in search, there are already exists ability to filter by tags. Maybe it will be reasonable to add the completed/favorite toggles like a some kind of tag:
Or maybe it should be a separate toggle, to separate it from the tags.
Yhvr (d3b50a20) at 03 Mar 00:03
filter by completion in search - closes #134