Willow (GHOST)
Willow (GHOST)
My ideas, not a final decision/direction: - Place props directly in context rather than in ctx.props - Switch global typing to be namespaced like SvelteKit did a while back -...
Leaving these notes here for my later research, no decisions yet: - What are other frameworks doing? - How do localisations effect this? - What are the benefits?
### Describe the feature A system that allows for loading features (#183), and transforming their options ### Examples _No response_
We should emit debug logs more consistently, especially in more places that are likely to help triage an issue. Ideally these logs are just one liners in places to let...
### Describe the feature It would be fun to add an announcer which logs the components it finds to startup, with pretty colours. Neru had something like this for routes...
### Describe the feature - [ ] [deps: remove cpy](https://github.com/ghostdevv/create-ghost/commit/2da753e9ad8b500c8d60f2c248b1771ce2a568b9) - [ ] [deps: remove update-notifier](https://github.com/ghostdevv/create-ghost/commit/914ddea70b99927607457fae5ec3565572739c37) - [ ] [deps: switch kleur to picocolors](https://github.com/ghostdevv/create-ghost/commit/4983ee9433e7be1a4660309c2a2082e17c9fc456) - [ ] Switch `minimist` to...
- [ ] Disallow setting dev on individual commands - [ ] Rename options.dev.global to options.dev.enabled - [ ] Automatically enable developer mode based on NODE_ENV
### Describe the feature Notes: - should id fns be sync only, as might cause issues when not deffered - pass regex capture groups to ctx ### Examples _No response_
- [ ] Generate a reference for all JellyCommands exports - [ ] Generate a reference of events similar to [this from the discord.js docs](https://discord.js.org/docs/packages/discord.js/14.16.3/Client:Class): 
Having common bases for components may allow us to better organise them. Ideas: - InteractionComponent This would allow us to extend the `defer` options, which leads to less duplication. It...