Skip to content

Commit d156f61

Browse files
committed
Move the Hide Views and Hide Verified tab uptions to the to of UI improvements
1 parent 1ed923e commit d156f61

3 files changed

Lines changed: 16 additions & 16 deletions

File tree

_locales/en/messages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
"message": "Hide \"Verified\" tab in Notifications"
139139
},
140140
"hideViewsLabel": {
141-
"message": "Hide views / analytics links under tweets"
141+
"message": "Hide Views under tweets"
142142
},
143143
"hideAppNagsLabel": {
144144
"message": "Hide \"Open app\" nags"

_locales/es/messages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
"message": "Oculta la pestaña \"Verificado\" en las notificaciones"
139139
},
140140
"hideViewsLabel": {
141-
"message": "Ocultar vistas / analíticas de tweets"
141+
"message": "Ocultar Reproducciones de tweets"
142142
},
143143
"hideAppNagsLabel": {
144144
"message": "Ocultar paneles de \"Abrir en la app\""

options.html

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,20 @@
167167
<input type="checkbox" name="uiImprovements">
168168
<span class="toggle"></span>
169169
</label>
170+
<section class="checkbox">
171+
<label>
172+
<span id="hideViewsLabel">Hide Views under tweets</span>
173+
<input type="checkbox" name="hideViews">
174+
<span class="toggle"></span>
175+
</label>
176+
</section>
177+
<section class="checkbox">
178+
<label>
179+
<span id="hideVerifiedNotificationsTabLabel">Hide "Verified" tab in Notifications</span>
180+
<input type="checkbox" name="hideVerifiedNotificationsTab">
181+
<span class="toggle"></span>
182+
</label>
183+
</section>
170184
<section class="checkbox">
171185
<label>
172186
<span id="uninvertFollowButtonsLabel">Uninvert Follow / Following buttons</span>
@@ -212,20 +226,6 @@
212226
<span class="toggle"></span>
213227
</label>
214228
</section>
215-
<section class="checkbox">
216-
<label>
217-
<span id="hideVerifiedNotificationsTabLabel">Hide "Verified" tab in Notifications</span>
218-
<input type="checkbox" name="hideVerifiedNotificationsTab">
219-
<span class="toggle"></span>
220-
</label>
221-
</section>
222-
<section class="checkbox">
223-
<label>
224-
<span id="hideViewsLabel">Hide views / analytics links under tweets</span>
225-
<input type="checkbox" name="hideViews">
226-
<span class="toggle"></span>
227-
</label>
228-
</section>
229229
<section class="checkbox mobile">
230230
<label>
231231
<span id="hideAppNagsLabel">Hide "Open app", "Switch to the app" etc. nags</span>

0 commit comments

Comments
 (0)