Janine vN

Results 20 issues of Janine vN

I ripped a lot of the `utils/` files from Sir Lancebot and put them in Sir Robin to get the Advent of Code cog working. That's a lot of duplicated...

The Trivia Night features should be removed from Sir-Lancebot and added to this bot. This feature can be worked on once #4 is complete. ## Important Notes - Whoever should...

Ready for Implementation

Requested by some people in meta. Unsure if this is feasible or will be readable, but I think it's worth experimenting with.

area: lemojis

# Description There will be scenarios where we may want to re-render a page/component but keep track of prior state/entries for better user experience. [Redux.js](https://redux.js.org/introduction/getting-started) is how we'll be approaching...

# Description Show an error message on the form if the server responds with an unhandled error code during submission. Handling of common errors such as malformed or missing input...

# Description A user can currently accidentally close a form in-progress, losing everything they have so far typed out. We should do our best to ensure that this doesn't happen....

# Description We should render a hcaptcha form on any form page unless the DISABLE_ANTISPAM feature is enabled. We should block submission on completion of these captchas and then send...

# Description forms-backend has some quite nice [issue templates](https://github.com/python-discord/forms-backend/tree/main/.github/ISSUE_TEMPLATE) that we could likely also use here. # Implementation Create similar (but adjusted to reflect what's necessary for the frontend) issue...

Currently, if we do `!cban` or similar clean commands, the record of the messages being cleared gets output to `#mods`. This can cause some confusion if two moderators are investigating...

s: planning
a: moderation
t: enhancement

There are three ways a help channel can be closed: - A user closes it either via running `!close` or by using the discord right-click context menu - It gets...

a: help channels