mirror of
https://github.com/floccusaddon/floccus.git
synced 2026-04-26 14:45:59 +03:00
[GH-ISSUE #700] How does tab sync work? #449
Labels
No labels
browser-specific
bug
correctness issues
enhancement
feature: Google Drive
feature: Linkwarden
feature: git
feature: nextcloud-bookmarks
feature: tabs
feature: webdav
help wanted
native-app
priority: high
priority: low
priority: medium
pull-request
question
question
stale
upstream
waiting for more information
wontfix
🙁 Not following issue template
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/floccus#449
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tessus on GitHub (Oct 21, 2020).
Original GitHub issue: https://github.com/floccusaddon/floccus/issues/700
Can you please provide some info on how the tab sync works?
Let's say I have 2 browser windows with X and Y number of tabs open. Now I open a browser on another machine and sync the tabs. Will it open two browser windows with X and Y number of tabs?
What happens if I open a new tab on the first machine, wlil it be opened on the second (after sync)?
@marcelklehr commented on GitHub (Oct 21, 2020):
Yes, that's the idea. However, deletions (closing tabs) will not be propagated with a simple merge sync in the case of syncing tabs. Thus it's usually more useful to only sync up or down.
@tessus commented on GitHub (Oct 23, 2020):
Thanks a bunch for the reply.
However, I'm not entirely sure I understand why deletions wouldn;'r be propagated. With the bookmark sync they are, aren't they? So why not use the same algorithm? Unless I'm missing something...
@marcelklehr commented on GitHub (Oct 23, 2020):
The problem is that tab IDs aren't as stable as bookmark IDs making it harder to sync them.
@tessus commented on GitHub (Oct 23, 2020):
I see. Although I'm not quite sure I understand that either. What do you mean my stable? Would the id change, if you re-arranged the tabs. e.g. from left to right: [1] [2] 3] -> [3] [1] [2]
Anyway, I guess we can close this. Or you can leave it around for a bit so that people can find it more easily.
@candrapersada commented on GitHub (Feb 14, 2021):
is it possible to add a Tab Manager to set sync?
@marcelklehr commented on GitHub (Feb 14, 2021):
Can you explain what you mean by that?
@candrapersada commented on GitHub (Feb 14, 2021):
tabs manager supports saving and restoring tab sets as saved windows for disync.
@marcelklehr commented on GitHub (Feb 14, 2021):
I don't think this is within the scope of this extension for now. If you need to save a session, use "bookmark all tabs" and sync those bookmarks, I'd say. :)
@candrapersada commented on GitHub (Feb 16, 2021):
add Tab Suspender
@github-actions[bot] commented on GitHub (Mar 21, 2023):
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.