-
-
Notifications
You must be signed in to change notification settings - Fork 0
RC 1 #106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
…bility fix(deps): update dependency react-router to v7.5.2 [security]
- Updated Reroll command to use new command structure and improved autocomplete handling. - Refactored SaveTest command to utilize new command structure and improved error handling. - Enhanced Start command with duration validation and improved giveaway message creation. - Refactored Stop command to use new command structure and improved error handling. - Updated index.ts to integrate SlashCreator with CloudflareWorkerServer for better command handling. - Adjusted wrangler.jsonc for compatibility flags and migration settings.
…prove feedback submission process
todo: more in-depth management
- Added new routes for managing giveaway summaries and participants. - Introduced components for displaying winners and participants in tables. - Implemented file upload functionality for summary data. - Updated authentication error handling and improved user feedback. - Refactored existing components for better structure and usability.
fixes some build shenanigans
This reverts commit 353e38e.
chat is he stupid
- Added a new package `@dougley/frugal-i18n` for managing translations. - Implemented i18n support in Discord commands. - Introduced new translation files for English (US), Dutch, and a pirate-themed English variant. - Updated command scripts to include i18n synchronization and registration. - Enhanced error handling and user feedback with localized messages. - Refactored command classes to extend a new `BaseCommand` class for better i18n integration.
- remove references to jest - fix eslint - update some files since eslint now works lol
- Updated workflows to streamline Node.js and pnpm setup. - Removed outdated format and lint workflows. - Enhanced deployment scripts for Discord and D1 migrations.
how was i supposed to know that doesnt work lmao
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: Remco <hey@dougley.com>
…nvironment variable configurations
| @@ -1,12 +1,10860 @@ | |||
| // Generated by Wrangler by running `wrangler types` | |||
| /* eslint-disable */ | |||
| // Generated by Wrangler by running `wrangler types` (hash: b3777140eaae88faa4e49b373c64c69b) | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[Biome] reported by reviewdog 🐶
| // Generated by Wrangler by running `wrangler types` (hash: b3777140eaae88faa4e49b373c64c69b) | |
| // Generated by Wrangler by running `wrangler types` (hash: 2aa673970ff7304b3a593008b8415789) |
| BETTER_AUTH_SECRET: string; | ||
| DISCORD_CLIENT_ID: string; | ||
| DISCORD_CLIENT_SECRET: string; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[Biome] reported by reviewdog 🐶
| BETTER_AUTH_SECRET: string; | |
| DISCORD_CLIENT_ID: string; | |
| DISCORD_CLIENT_SECRET: string; |
| type StringifyValues<EnvType extends Record<string, unknown>> = { | ||
| [Binding in keyof EnvType]: EnvType[Binding] extends string ? EnvType[Binding] : string; | ||
| }; | ||
| declare namespace NodeJS { | ||
| interface ProcessEnv extends StringifyValues<Pick<Cloudflare.Env, "BETTER_AUTH_SECRET" | "DISCORD_CLIENT_ID" | "DISCORD_CLIENT_SECRET">> {} | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[Biome] reported by reviewdog 🐶
| type StringifyValues<EnvType extends Record<string, unknown>> = { | |
| [Binding in keyof EnvType]: EnvType[Binding] extends string ? EnvType[Binding] : string; | |
| }; | |
| declare namespace NodeJS { | |
| interface ProcessEnv extends StringifyValues<Pick<Cloudflare.Env, "BETTER_AUTH_SECRET" | "DISCORD_CLIENT_ID" | "DISCORD_CLIENT_SECRET">> {} | |
| } |
No description provided.