-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Header as pane #190
Comments
I definitely want to do something about making them configurable. I dont have specific implementation in mind yet, but am unsure whether making them into panes is the way. |
I also wanted to ask about the I also tried altering Also, styling |
Those two are deprecated in favor of the tabs config which does the same and more. My bad on not pruning them properly from the docs, will fix that.
No, it just means that the it takes the same formatters as the
That is a genuine bug with Bitrate and Crossfade props (and maybe others), will fix that in a bit Thanks for the feedback! |
The styles not working fixed in #192. All mentions of |
I guess I was confused as to what counts as styles and formatters. I was just going over the documentation for song_table_format and thought those options were available to browser_song_format as well. I just wish it was clearer which ones work for browser_song_format. |
I took the everything as pane approach here #208. As it says in the PR, it lets you move everything around by specifying |
Ok looking into it right now. |
The layout is configured in the theme config. The tabs work alongside the layout and are put into a special |
So I don't need the tabs configuration in the base config anymore? |
I was able to get it working. |
Works just fine from my testing. Will continue pushing it Was just confused on how this will conflict with the tab configurations. And also be able to have a borders around the splits I create, so my bottom split has a border as well |
Thanks! Glad to see its working somewhat and sorry for the confusion. Sizes are either with a percent sign, ie Borders are already planned after this is merged! |
Yeah I was confused that they can both be used together. I expected wither percentage sizes or terminal cells. But better documentation will make it more understandable.
Nice. |
Description
I've seen what you've done with the lyrics and implemented it as a pane.
It would be great if the same could be done with the header to allow it be positioned at the bottom together with the progress bar and keeping its row customisations of course.
Proposed solution
Implement the header as a pane similar to queue, album art and lyrics.
The text was updated successfully, but these errors were encountered: