twill
twill copied to clipboard
Refactor Twill Settings
Summary
A number of issues with Settings have been reported over time. This groups all previous issues under a single one:
- [ ] https://github.com/area17/twill/issues/606
- [ ] https://github.com/area17/twill/issues/895
- [ ] https://github.com/area17/twill/issues/939
- [ ] https://github.com/area17/twill/issues/590
- [ ] https://github.com/area17/twill/issues/1342
This should also include: #1342
- [x] Allow browser fields in settings
Any progress on some of this issues?
Hi @razvaniacob, singleton modules are a much better approach to create settings pages if you are limited by those issues on settings. We're going to tackle them but they are not our highest priority at the moment. They will be right next after the 3.0 release as indicated by the project roadmap.
I can't find any documentation on this.
It was just merged last week, you can find it here. The docs site will be updated lated today.
I think all this comes down to is making some helpers, maybe an interface, a generator command and documentation.
We also have to think about refactoring old settings, or providing a guide to do so. Maybe we can automate, I don't really know.
Closing. this as the implementation is done in https://github.com/area17/twill/pull/1796