bakaneko

Results 27 issues of bakaneko

Also increases the migrator's timeout waiting for db as it can easily timeout if nothing has been initialized yet in the db's volume. - [x] https://github.com/ppy/osu-elastic-indexer/pull/129 - [x] new docker...

area:tooling

Bringing the modding profile and discussion history pages more in line with the actual discussions page (no embedded `beatmapset`, explicit prop). This PR is mainly to check for breakage against...

area:user-profile
area:beatmap-discussions

Scrolling on Mobile Safari freezes when the address bar changes size; https://github.com/jackmoore/autosize/commit/8389fc92f14a1485e2f949941ef4e3db2a222fcd seems to have a regression removing the fix from #261

closes #4661 (also needs a better name for `ChannelId` because it's not actually a channel 👀 )

area:chat

- Updated required nominations - Moved the nomination logic out to its own class - Removed the `try-catch` dance on `nominate()` - went through the nomination and qualification tests to...

area:beatmap-discussions

This was kept around when the new beatmapset nomination code was implemented since there were plenty of existing nominations for pending beatmaps, but now there's only 5 pending/wip beatmaps with...

area:beatmap-discussions
type:code-quality

continuation of #9843 Tries to have less deadspace for the posts and input; text now wraps around the top action buttons. Also separates various component styles instead of trying to...

area:beatmap-discussions

Adds a button ![image](https://user-images.githubusercontent.com/1694544/214047953-946a29fb-d0e3-4851-8ba6-47c8dc50a69b.png) that pops up a guide for the markdown that is supported ![image](https://user-images.githubusercontent.com/1694544/214048066-867e7df5-ae67-4e87-b314-bfc142044301.png) Not sure it should be a wiki page instead or pull markdown from somewhere...

area:chat

These queries are kind of expensive; it should be reflected in the API rate limit cost. ~~whoops~~ 👀

type:api
area:beatmap-info

Doesn't make sense to exclude it anymore, since the id can be used for lookups and the response cursor uses the id instead of the tag

type:api