Yhvr activity https://gitlab.com/yhvr 2026-03-20T18:17:33Z tag:gitlab.com,2026-03-20:5227433319 Yhvr commented on merge request !107 at Yhvr / Galaxy 2026-03-20T18:17:33Z yhvr Yhvr

Looks good! Two minor nits, then it should be good to merge I think

tag:gitlab.com,2026-03-20:5227433302 Yhvr commented on merge request !107 at Yhvr / Galaxy 2026-03-20T18:17:33Z yhvr Yhvr

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

tag:gitlab.com,2026-03-20:5227433291 Yhvr commented on merge request !107 at Yhvr / Galaxy 2026-03-20T18:17:32Z yhvr Yhvr

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?

tag:gitlab.com,2026-03-07:5178530685 Yhvr closed merge request !103: Replace "keypress" with "keydown" at Yhvr / Galaxy 2026-03-07T21:29:19Z yhvr Yhvr

Just a minor fix regarding issue #94

tag:gitlab.com,2026-03-07:5178530683 Yhvr commented on merge request !103 at Yhvr / Galaxy 2026-03-07T21:29:18Z yhvr Yhvr

honestly i just forgot this PR was a thing and did this myself. oops, contributor flair granted regardless

tag:gitlab.com,2026-03-07:5178482613 Yhvr deleted project branch paginate-search at Yhvr / Galaxy 2026-03-07T20:33:28Z yhvr Yhvr

Yhvr (1e903681) at 07 Mar 20:33

tag:gitlab.com,2026-03-07:5178482605 Yhvr closed issue #56: Search Pagination at Yhvr / Galaxy 2026-03-07T20:33:27Z yhvr Yhvr

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.

tag:gitlab.com,2026-03-07:5178482593 Yhvr pushed to project branch master at Yhvr / Galaxy 2026-03-07T20:33:26Z yhvr Yhvr

Yhvr (d3bb8d2b) at 07 Mar 20:33

Merge branch 'paginate-search' into 'master'

... and 1 more commit

tag:gitlab.com,2026-03-07:5178482590 Yhvr accepted merge request !106: Add pagination to game search at Yhvr / Galaxy 2026-03-07T20:33:26Z yhvr Yhvr

Closes #56

tag:gitlab.com,2026-03-07:5178482569 Yhvr commented on merge request !106 at Yhvr / Galaxy 2026-03-07T20:33:24Z yhvr Yhvr

lgtm

tag:gitlab.com,2026-03-06:5176567658 Yhvr closed issue #94: Remove the `keypress` event at Yhvr / Galaxy 2026-03-06T18:46:52Z yhvr Yhvr

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.

tag:gitlab.com,2026-03-06:5176567657 Yhvr closed issue #104: Fix game API ratelimit at Yhvr / Galaxy 2026-03-06T18:46:52Z yhvr Yhvr
  • It's set to 1,000 requests per kilosecond (wtf?)
  • The ratelimit is not documented anywhere (does it need to be?)
tag:gitlab.com,2026-03-06:5176567652 Yhvr closed issue #82: Developer documentation on mobile at Yhvr / Galaxy 2026-03-06T18:46:51Z yhvr Yhvr

The developer documentation currently doesn't work on mobile. The sidebar takes up the entire screen (for me) and the layout is broken.

tag:gitlab.com,2026-03-06:5176567639 Yhvr pushed to project branch master at Yhvr / Galaxy 2026-03-06T18:46:51Z yhvr Yhvr

Yhvr (5fa5df3b) at 06 Mar 18:46

evil bodge that technically closes #82

... and 2 more commits

tag:gitlab.com,2026-03-06:5176562099 Yhvr commented on issue #69 at Yhvr / Galaxy 2026-03-06T18:44:34Z yhvr Yhvr

Implemented some time back

tag:gitlab.com,2026-03-06:5176562052 Yhvr closed issue #69: Changelog editing at Yhvr / Galaxy 2026-03-06T18:44:32Z yhvr Yhvr tag:gitlab.com,2026-03-06:5176467371 Yhvr pushed to project branch master at Yhvr / Galaxy 2026-03-06T18:09:49Z yhvr Yhvr

Yhvr (02b26f08) at 06 Mar 18:09

fix checkboxes

tag:gitlab.com,2026-03-03:5159620002 Yhvr commented on issue #134 at Yhvr / Galaxy 2026-03-03T00:04:33Z yhvr Yhvr

This has been committed to master, so you'll likely see it on the site within a few days.

tag:gitlab.com,2026-03-03:5159615688 Yhvr closed issue #134: Ability to filter completed games in search at Yhvr / Galaxy 2026-03-03T00:03:48Z yhvr Yhvr

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:

image

Or maybe it should be a separate toggle, to separate it from the tags.

tag:gitlab.com,2026-03-03:5159615524 Yhvr pushed to project branch master at Yhvr / Galaxy 2026-03-03T00:03:48Z yhvr Yhvr

Yhvr (d3b50a20) at 03 Mar 00:03

filter by completion in search - closes #134