Replies: 2 comments
-
We'd be open to supporting different layouts such as horizontal layouts. We can likely introduce an option on a |
Beta Was this translation helpful? Give feedback.
-
Hey @wesen, thank you so much for wanting to make this project better! I've converted this to a discussion so we can talk through it and keep our backlog clear. If it does end up being something we want to add, we'll promote it back to an issue when we are ready to work on it. If we commit to this feature, that's a feature we will need to maintain for the lifespan of this project. So, since "Yes is forever", we are carefully considering new features. My personal thoughts: there is already a lot of abstraction going on in this codebase. If we were to change the design of Huh, we would want to carefully consider what that changes mean for users. On that note, if you have an example on what this would look like for users, that would really help us see your vision. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to experiment with different Group layouts (for example as rows, as many of my forms are short fields, but many fields). Currently, I can't really do too much because I have to use the Group struct. I would like to play with the group titles and such as well.
Turning Group into an interface would make it fairly easy to experiment more (like with Field). This would also allow pulling in thirdparty huh-improvements easier.
I'm happy to do the necessary work, but wanted to check in before opening a pull request.
Beta Was this translation helpful? Give feedback.
All reactions