-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
New Sync v2 UI wiring #9241
Comments
which link?.. on the first picture, what happens if I choose "Computer"? |
@iefremov it should show the screen above but with the actual sync words |
For link should be brave://sync to redirect to brave://settings/braveSync. The two urls for sync will be: |
Bookmarks were the only ones that were being synced but that doesn't work anymore since a month+ Any ETA on when sync will be enabled again? |
Yes, asking for the same. any ETAs when we can expect the enabled sync? |
I used Brave in its early stages and I liked it already very much. Although I switched back to Chrome for some bug at that time. I went back to Brave a couple of weeks ago and I LOVE it, the only issue for me is that sync is not available as I recently found out and lost all my bookmarks after a reinstall. So therefore I'm also curious if there is an ETA on the Sync feature. |
Sync and isolation features (like firefox multi-account containers) are the two sticking points preventing me from making Brave my default browser. Without both of these, Brave will remain a third-choice tool after FF and links (yes. a text-mode browser currently beats out Brave in preference hierarchy). So. I don't actually see any recent commit history of significance regarding sync, even if I scan across branches (a branch pruning is long past-due.) Is it actively being worked on, per the Reddit post, last month, claiming it to be "top priority?" |
@ParaplegicRacehorse check the roadmap https://github.com/brave/brave-browser/wiki/Roadmap#q2-2020-april---june It's at the top of the list for this quarter. |
Oh, means end of june. :( that too is not sure. :(
…On 5/2/20, Christian Sirolli ***@***.***> wrote:
@ParaplegicRacehorse check the roadmap
https://github.com/brave/brave-browser/wiki/Roadmap#q2-2020-april---june
It's at the top of the list for this quarter.
--
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
#9241 (comment)
|
on the Roadmap, and receiving attention-currency from devs are not the same. As I previously mentioned, the announcement to Reddit is almost a month old (how long has this item been in this place on the Roadmap?) and has received zero commits. The quarter is 30% over... Look, I'm okay keeping Brave around as my 3rd-choice browser. I really like the ideals and it would be nice to shift it to 2nd or 1st preference position. Anyway, what are the particular difficulties being experienced with sync? Is it wallet integration? Because, frankly, that's the easy one to sort out. |
@ParaplegicRacehorse you can track sync core work here brave/brave-core#5294 |
Has this part of the code pushed to the beta builds? |
I think no
…On 5/19/20, shivashranz ***@***.***> wrote:
Has this part of the code pushed to the beta builds?
--
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
#9241 (comment)
|
No, not just yet, hoping to merge down into nightly in the next couple of weeks. |
Please let us know when it gets merged
…On 5/22/20, jsecretan ***@***.***> wrote:
No, not just yet, hoping to merge down into nightly in the next couple of
weeks.
--
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
#9241 (comment)
|
Hello, I recently started using Brave and I've been very pleased! However, I regularly on 3 different devices and 4 different OS. Not having Sync is...not good. But you know this! Keep up the great work - this is a really fantastic browser and I'm looking forward to evangelizing it when it's ready. |
I'm dying to start using brave again the moment password syncing works. Subscribed! |
Finally I switched to Firefox.
far better. very nice sync implementation as well as better than chrome.
…On 6/5/20, Paul Jenkins ***@***.***> wrote:
> Any recommend a cross plat and cross browser bookmark only syncing service
> for the meantime?
try https://www.xbrowsersync.org/- working for me pretty well (and
integrates with other desktop browsers, mobile ymmv)
--
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
#9241 (comment)
|
Agree! The sync side, just works and it sync more than just the bookmarks. Are you guys are going to extend the sync functionality as part of an additional ticket? |
It would also be nice to have import/export from/to file for the Android Browser (#6378). In Sync v1 about 130-170 bookmarks are synced every 80 seconds, which is quite slow (especially if you have a large number of bookmarks). I presume Sync v2 will be roughly the same speed. |
Thanks @artella-coding, hoping that this will be faster but the import/export is probably a good idea in any case. We'll have a better sense of speed for everybody over the next couple of weeks. |
And @KhimairaCrypto we trying to get this deployed with most of the sync types available on desktop/Android, and they'll slowly work their way to iOS. So if all goes well, you'll have more than just bookmarks. |
🎉 |
👏🙏 |
🥳 |
Verification passed on
Verification done in #9989 (comment) Verification passed on
Verification PASSED on
|
Is it shipped in nightly or stable?
…On 8/6/20, btlechowski ***@***.***> wrote:
Verification passed on
Brave | 1.12.107 Chromium: 84.0.4147.105 (Official Build) (64-bit)
-- | --
Revision |
a6b12dfad6663f13a7e16e9a42a6a4975374096b-refs/branch-heads/4147@{#943}
OS | Ubuntu 18.04 LTS
Verification done in #9989
Also verified UI for German and Polish locale.
--
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
#9241 (comment)
|
TODO
Description
Because of the way that sync functionality is currently loaded as a component with react UI we cannot directly reuse the configuration interface for sync. Because of that and in order to more seamlessly integration sync v2 configuration, we need to rework and rewire the current sync settings UI.
Primary changes are as follows:
The link to sync from settings can now link directly to it's settings page ("Start Using Sync" before configured, "Manage your sync'd devices" once setup)
The join process should have the same flow as v1
There is a new list of sync devices, but they should now be wired into the Chromium sync records corresponding to those devices. You should still be able to "Leave Sync Chain" for your device, which should first remove the current device's sync record, before disabling sync. However, you can no longer remove other devices from the sync chain ("Remove" column goes away, and please ignore the "X"s currently in the mockup).
The text was updated successfully, but these errors were encountered: