Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: options.html

Issue 29337729: Issue 2374 - Implemented Tweaks section in options page (Closed)
Patch Set: Created Feb. 25, 2016, 5:50 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: options.html
===================================================================
--- a/options.html
+++ b/options.html
@@ -212,18 +212,27 @@
<!-- Advanced tab content -->
<div id="content-advanced" class="tab-content">
- <div>
+ <div id="tweaks">
<h1>
<span class="i18n_options_tweaks_title"></span>
<a class="i18n_options_readMore tooltip"></a>
</h1>
<ul class="table">
<li>
- <button role="checkbox" id="easylist"></button>
- <span id="block-element-explanation" class="i18n_options_tweaks_blockElement"></span>
+ <button role="checkbox" name="shouldShowBlockElementMenu" data-action="toggle-pref"></button>
saroyanm 2016/02/29 14:34:39 Why we are using name attribute here ? I think we
Thomas Greiner 2016/02/29 17:32:43 Done. I thought going with existing attributes whe
saroyanm 2016/03/11 14:55:58 Not exactly what I meant, I meant something like:
Thomas Greiner 2016/03/15 15:39:25 Done.
saroyanm 2016/03/16 10:59:18 Mostly looks good, just small Detail from the comm
Thomas Greiner 2016/03/16 11:14:36 Done.
+ <span class="i18n_options_tweaks_blockElement"></span>
+ </li>
+ <li data-optional>
+ <button role="checkbox" name="notifications_ignoredcategories" data-action="toggle-pref"></button>
+ <span class="i18n_options_tweaks_showNotifications"></span>
+ </li>
+ <li data-optional>
+ <button role="checkbox" name="safari_contentblocker" data-action="toggle-pref"></button>
+ <span class="i18n_options_tweaks_safariContentBlocker"></span>
</li>
</ul>
</div>
+
saroyanm 2016/02/29 14:34:39 Detail: no new row needed here.
Thomas Greiner 2016/02/29 17:32:43 Why not? It visually separates the Tweaks and the
saroyanm 2016/03/11 14:55:58 Looks like we currently only separate the main tab
<div>
<h1>
<span class="i18n_options_filterList_title"></span>

Powered by Google App Engine
This is Rietveld