-
-
Notifications
You must be signed in to change notification settings - Fork 29
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
Open/close tab-by-tab #35
Comments
This decouples the border and paves the way for open/dormant tabs. Working towards #35.
Also requested by LateNightHacks via user review 2017/10/14. Also requested by a user via email 2017/10/25. |
Closing individual tabs requested by Garreth Tinsley 2018/04/12 via review. |
Also added "Close and save" icon/menuitem for tabs. Working on #35.
Also updated the changelog. This is ready for testing of #35!
Took as much of the 0.2.0 branch as I could up to where serious work starts on #35.
Chris,
On 2021-01-19 13:11, Chris White wrote:
It's been working for me --- last call for any feedback before I ship
it to the Web Store!
It has been working fine for me too - the only (non-critical) issue
(which is just an annoyance) I have noticed, and which is probably not
related anyway - is that the order of open windows in the TF window
occasionally changes. To start I open an initial empty Chrome window
which also opens the TF window; then I close the empty Chrome window and
open a bunch of regular and current windows from TF. Why the order
should change I don't know but it is convenient for me to have the TF
window at the bottom and a consistent order for my other windows - see
attached screencapture . .
Thanks!
Phil.
--
Philip Rhoades
PO Box 896
Cowra NSW 2794
Australia
E-mail: [email protected]
|
@philiprhoades the screen capture didn't come through --- would you please resend? Thanks! |
Looks like a lot of work has gone into this! Any chance we'll see it in the release soon? |
Hopefully in the next week or two --- I've been slammed recently :( . Please be assured I have not forgotten! |
I see that What's new page in the settings says that this will be in the next version. (in the settings for Version 0.2.2 - 2021-12-22) Have you made a decision yet on the 2 Design questions in the initial comment at the top of this page? Will there be any indication that a window is partially open? (perhaps via #265) |
If you wanted to work on #265, e.g., to show Another option would be to add an icon next to the window icon, the way we do for tabs that are playing audio. Maybe a half-full thermometer? Anything from Silk or Font Awesome 4.7 is fair game. |
Branch |
For the window: italics for a partially loaded window, greyed out for a entirely unloaded window might be an option. More UI musings below. -- I think a vertical tab view (like this arguably is) should ideally show (potential) tabs that aren't part of the browser's session (= what we're talking about here) in one way, and in-session tabs that are discarded or unloaded (those two are equivalent for the user) in another way. Tabs Outliner doesn't show if tabs are discarded/unloaded or fully loaded within a session, which IMO is wasted potential. TO however makes it very easy to see at a glance what is closed. In a scenario where there are no closed tabs to deal with, only discarded/unloaded, I tend to like something like this: div.isdiscarded > div > span.title {
color: grey;
/*text-decoration: underline;*/
opacity: 0.7;
}
or
label > img.discarded + span.title {
color: lightgrey;
} |
@Luckz thanks for the thoughts!
TF doesn't currently distinguish in-session unloaded tabs from closed tabs. Could you tell me a bit more about that? Is it a Chrome feature I just haven't yet realized exists? :D |
chrome://discards https://developer.chrome.com/docs/extensions/reference/tabs/#method-discard https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/tabs/discard For implementations of this (not saying Tab Fern should actively discard any tabs!), you can see https://github.com/rNeomy/auto-tab-discard https://github.com/hrj/sloth https://github.com/rkodey/the-great-er-discarder-er https://github.com/jman/lazy_tab |
@SamHasler I have moved all the open tasks from the top comment into their own issues. Thanks again for asking about those! |
#300 => 0.3.0 with this feature is pending review in the Chrome Web Store 🤞 |
Live on the Chrome Web Store \o/ :tada: |
Now that #35 has been merged, we don't need the global condition on whether is is active.
Now that #35 has been merged, we don't need the global condition on whether tab-at-a-time functionality is active.
Edit As of 2019-09-26, the former
issue35
branch is nowmaster
!Ability to open or close one tab at a time, rather than having to do the entire window at once. Requested by Blank Makkara via user review 2017/09/07.
Known issues
Bugs
open 1, closed 2, open 3, open 4
, drop 4 before 3. It snaps to after 1 rather than staying where you dropped it.Design questions
The text was updated successfully, but these errors were encountered: