Skip to content

Commit

Permalink
Move the Hide Views and Hide Verified tab uptions to the to of UI imp…
Browse files Browse the repository at this point in the history
…rovements
  • Loading branch information
insin committed Jan 30, 2023
1 parent 1ed923e commit d156f61
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion _locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
"message": "Hide \"Verified\" tab in Notifications"
},
"hideViewsLabel": {
"message": "Hide views / analytics links under tweets"
"message": "Hide Views under tweets"
},
"hideAppNagsLabel": {
"message": "Hide \"Open app\" nags"
Expand Down
2 changes: 1 addition & 1 deletion _locales/es/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
"message": "Oculta la pestaña \"Verificado\" en las notificaciones"
},
"hideViewsLabel": {
"message": "Ocultar vistas / analíticas de tweets"
"message": "Ocultar Reproducciones de tweets"
},
"hideAppNagsLabel": {
"message": "Ocultar paneles de \"Abrir en la app\""
Expand Down
28 changes: 14 additions & 14 deletions options.html
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,20 @@
<input type="checkbox" name="uiImprovements">
<span class="toggle"></span>
</label>
<section class="checkbox">
<label>
<span id="hideViewsLabel">Hide Views under tweets</span>
<input type="checkbox" name="hideViews">
<span class="toggle"></span>
</label>
</section>
<section class="checkbox">
<label>
<span id="hideVerifiedNotificationsTabLabel">Hide "Verified" tab in Notifications</span>
<input type="checkbox" name="hideVerifiedNotificationsTab">
<span class="toggle"></span>
</label>
</section>
<section class="checkbox">
<label>
<span id="uninvertFollowButtonsLabel">Uninvert Follow / Following buttons</span>
Expand Down Expand Up @@ -212,20 +226,6 @@
<span class="toggle"></span>
</label>
</section>
<section class="checkbox">
<label>
<span id="hideVerifiedNotificationsTabLabel">Hide "Verified" tab in Notifications</span>
<input type="checkbox" name="hideVerifiedNotificationsTab">
<span class="toggle"></span>
</label>
</section>
<section class="checkbox">
<label>
<span id="hideViewsLabel">Hide views / analytics links under tweets</span>
<input type="checkbox" name="hideViews">
<span class="toggle"></span>
</label>
</section>
<section class="checkbox mobile">
<label>
<span id="hideAppNagsLabel">Hide "Open app", "Switch to the app" etc. nags</span>
Expand Down

0 comments on commit d156f61

Please sign in to comment.