proof of concept: allow passing --inline from channel config#661
proof of concept: allow passing --inline from channel config#661ascandella wants to merge 2 commits intoalexpasmantier:mainfrom
Conversation
|
First of all thanks so much for showing interest in the project. Putting the implementation aside, I'm actually really curious to have feedback on the idea itself which I'm not yet entirely convinced of. Having configurable
This can get rather tricky and I'm not sure it really brings any real user value either when I think of it... 🤔 wdyt? |
|
Great questions. I'm not too sure how other people use I don't use the channel remote at all-- I use Conceptually I'd like to use As for whether we honor that when switching: I'd vote no. Not only would that be visually jarring but it seems a bit counterintuitive to me, not to mention the extra code it would mean supporting. But I'm a relatively new |
|
I agree with the above. Let's leave this open for now and maybe start a discussion on GitHub or on discord to collect feedback from other users to get it right. Anyways, the implementation looks fine and should be close enough to the target if we decide to proceed with that 👍 |
|
Oh and thanks so much for the sponsorship, it means a lot 🙂🙏 |
da3dfed to
7ff55dc
Compare
d1362c0 to
bae2241
Compare
32dc349 to
d2034a8
Compare
717b552 to
d802a21
Compare
📺 PR Description
Partially implements: #641
This is a first draft at implementing UI configuration from channel configs
I haven't implemented tests, nor have I implemented width/height yet. Wanted to get feedback on whether this approach was acceptable first. If you're down with this approach, I'll add tests and implement the rest
Demo:
Checklist