-
Notifications
You must be signed in to change notification settings - Fork 150
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
Add Tree Style Tabs integration #78
Comments
I gotta be honest – I don't really care much about vertical tabs myself. The TCR integration exists because at some point a friend sent me some half-baked code from their setup for it, and I've just polished that for the v3-rework of Cascade. |
I am planning to update this Sidebery setup. Would you then be interested in integrating it into Cascade? |
Oh, yeah! That would be lovely actually. Feel free to reach out and share that once done and then we can make it into a full integration on the repo here. c: |
I've decided to switch to TST, after updating most of the Sidebery setup I have come across multiple (small) bugs that were annoying my ocd brain. TST has way less bugs (still a few kinks to figure out) and has a bigger community around it and I'm making quick progress in making a setup similar to the one above. Would you still be interested in integration? |
Yeah sure! I don't mind either way, and it's not going to be possible to please everyone anyway. So either implementation is fine in my book. ^—^ |
Ok so here is what I have so far, I've tried to keep the code as minimal as possible to avoid conflicts: Here are all the issues I'm not sure how to fix:
Other than that, animations are silky smooth and everything else works as expected! |
Hmm, these are indeed some issues that would need to be ironed out. But apart from that it really does look nice! Thank you so much for this. Could you maybe raise a (drafted) PR for the changes? That way I could take a look and contribute with potential fixes straight to your fork.
I just set it to the full width, and completely hide the Tab Bar. #TabsToolbar { display: none !important; }
#nav-bar { width: 100vw !important; } |
Just to clarify, can you reproduce all the issues I mentioned? |
Weird, I just restarted Firefox multiple times and have not seen any additional issues I'm on version 112.0.1, you? Also it doesn't look like you added the TST settings from here. Have you copied it here: |
A couple questions:
|
I'm not, no. Currently I'm on a Mac, but I can give the whole thing a shot at home on a Windows PC later today. But since the Sidebar doesn't collapse at all for me rn I can't reproduce the issues mentioned above. Juding by the behaviour I get I would assume that they still persist tho. This is how things are with just the default Cascade Stuff, and the TST CSS added on top. Screen.Recording.2023-04-19.at.14.07.42.movTurns out I had some of the TCR Styles enabled on my end, which caused some weird behaviour in the beginning. Not having that results in what can be seen above. And on my machine nothing from your userChrome.css seems to have any effect on how the Sidebar behaves. o: |
So from line 47 till the end is in the addons settings, correct? Is your userChrome empty other than the Cascade stuff? This is the code for autohiding the sidebar (add to userChrome):
does everything break when you add it? |
The stuff from this file is in my userChrome.css file, and these are in the TST-Addon settings; right? It seems to look like that's the way is should be, both from your description and the code itself. Okay.. Update! I've once again started from a blank slate (new FF profile) and with this it does in fact work like intended! So something is borked with my default profile. I can now (again) reproduce all the mentioned issues aside from:
|
I like you're solution as it also stops the weird overlapping effect, but then there is no way to discern if a tab is pinned or not, could there be a way to keep pinned tabs distinct maybe using a separator? Also I found a related bug to the overlapping effect, if you have bookmarks toolbar enabled, as well as pinned tabs, switching to the ntp causes them to overlap. 2023-04-19.14-36-54.online-video-cutter.com.mp4In the clip I switched from the tst tab to a new tab. |
Hmm.. I still cant reproduce the weird clipping behaviour at all. It might be something that happens only because of the windows config? I'll check on that later. Regarding the pinned tabs – I'm struggeling a little to select the last pinned tab, as it won't work with .tab.pinned + :not(.tab.pinned) { background: pink; } |
Proposal tox fix the centering: .tab,
.tab.pinned {
- height: 2.8em;
+ padding: .6rem 0;
} |
It looks fine to me. |
/*** Hide fake context menu, when right clicking empty area***/
ul[id="tabContextMenu"] {
display: none;
} This part of the CSS seems to have some unintended side effects that break the usability of the integration, as it still opens the context menu – it's just not visible. Resulting in a non-hovered yet hovered state. Screen.Recording.2023-04-19.at.16.44.25.mov |
Ok we should remove that line then, I will also mention it in the issue I opened in the tst repo. |
Another thing I've found is that if the cursor is right between two pinned tabs it does not count as hovered for the Screen.Recording.2023-04-19.at.18.35.31.mov |
I think that's happening because of this:
Without it I can't hover between tabs. Also have you checked out the snippets from the wiki there might be some helpful stuff? Maybe this alternate method to hide the sidebar could fix some issues? |
I spent some time testing the alternate method to hide the sidebar (taken from the wiki), at it seems to fix the pinned tab issues, they are now all visible when auto hiding. 2023-04-20.10-02-35.online-video-cutter.com.mp4This method can also fix the sound/mute icon issue, but it still needs some tweaking. The icon overlapping effect doesn't happen and although the bookmarks toolbar still overlaps it slides down to fix itself. Now the only problem I occasionally get is this weird diagonal effect with pinned tabs. Other than that I have no other issues. |
Lovely; that really does look primising! I still think that while the pinned tabs may work like this (most of the time) it's still cleaner to use the settings to not faviconise them. They take up the vertical space anyway, so why not just have them be there all the way. Regarding the sound icon … I'm wondering if it's possible to recreate the icon Cascade uses for the regular tabs? As this would positioned on top of the favicon by default it wouldn't cause issues with the collapsed sidebar. |
Fair enough, do you have the code to have a border to separate them? Sounds like a great idea, but remember to have the icon in the same position as they appear with pinned tabs. |
This fork of FlyingFox has the sound icon visible with autohide: It also has way smoother animations, could we just copy these things over? |
Oh! They are using the right-aligned setting for TST. That is such a smart move actually! We def. can build on that idea, yeah. And since FlyingFox also is MIT licensed, so we can take part of the code and work it into Cascade – ofc giving credits when we do so. c: |
Is this still planed as an Integration? 🧐 I'd love to try out TST with cascade |
Unfortunately I've been super busy with exams. I've also switched to this theme. @andreasgrafen I've unassigined myself from this issue, but I'll keep it open if anyone else is interested in coming up with a solution. |
I just happened to make a relatively aesthetic setup with sidebery and just wanted to share it. Sideberry conf: userChrome.css snippet:
Thank you for Cascade! I hope this helps! |
I just stole most of the logic from the tcr integration and I am a CSS-noob, so take this solution with a grain of salt. |
I'm curious to know your reasoning for adding TCR integration instead of the much more popular and feature rich Sidebery or even Tree Style Tabs?
The text was updated successfully, but these errors were encountered: