Skip to content

Commit

Permalink
Added Syncing Warning (just a note below the sync button)
Browse files Browse the repository at this point in the history
  • Loading branch information
rduenasf committed May 18, 2011
1 parent 97c8170 commit 76245fd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion stylebot/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,14 @@ <h3>Sync <span class='alert'>experimental</span></h3>
<li class='option'>
Sync your styles across multiple computers.
<br>
Requires <a href="http://www.google.com/support/chrome/bin/answer.py?answer=185277" target='_blank'>Bookmark Sync</a>.
Requires <a href="http://www.google.com/support/chrome/bin/answer.py?answer=185277" target='_blank'>Bookmark Sync</a>.
<br>
<div style='margin-top:18px'>
<button onclick="toggleSyncing();" id="sync-button">Enable Sync</button>
</div>
<div class="description" id="sync-disabled-note">
<span class='important'>Warning</span>: Syncing will overwrite all your styles and the changes you've made on your other computers
</div>
<div class="description" id="sync-enabled-note">
<span class='note'>Note</span>: Stylebot pushes changes automatically in the background. In case you want your changes to show up on other computers immediately, you may <a href='#' onclick='onclick="bg_window.pushStyles();'>push styles now</a>.
</div>
Expand Down

1 comment on commit 76245fd

@ankit
Copy link

@ankit ankit commented on 76245fd May 18, 2011

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm, I am not too sure about the warning message. Syncing works pretty well actually, since styles are synced when you make any changes. I just wanted to keep the push styles now link for the off chance it might not work properly. I think I might even get rid of the note.

Please sign in to comment.