Skip to content

Commit

Permalink
deploy: a3681a3
Browse files Browse the repository at this point in the history
  • Loading branch information
berkaytumal committed Feb 2, 2025
1 parent a2a207a commit 5bd0ef7
Show file tree
Hide file tree
Showing 11 changed files with 28 additions and 11 deletions.
19 changes: 18 additions & 1 deletion apps/groove.internal.settings/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -298,13 +298,30 @@ <h1 class="app-title" data-i18n="settings.title">Settings</h1>
<div>
<div class="group first-group">
<p class="groups-title" data-i18n="settings.ease_of_access.groups.vision">Vision</p>
<p class="group-title" data-i18n="settings.ease_of_access.reduce_motion">Reduce motion</p>
<p class="group-title" data-i18n="settings.ease_of_access.reduce_motion.title">Reduce motion</p>
<div class="tile-selector reduce-motion-toggle-switch" style="margin-bottom: 0px;">
<p data-i18n-init="common.actions.off">Off</p>
<div>
<div class="metro-toggle-switch"></div>
</div>
</div>
<p class="text" data-i18n="settings.ease_of_access.reduce_motion.description"
style="opacity: .5; font-size: 20px;">
Reduce motion
effects, such as parallax and animations, to help prevent motion sickness. </p>
</div>
<div class="group">
<p class="group-title" data-i18n="settings.ease_of_access.high_contrast.title">High contrast</p>
<div class="tile-selector high-contrast-toggle-switch" style="margin-bottom: 0px;">
<p data-i18n-init="common.actions.off">Off</p>
<div>
<div id="high-contrast-toggle-switch" class="metro-toggle-switch"></div>
</div>
</div>
<p class="text" data-i18n="settings.ease_of_access.high_contrast.description"
style="opacity: .5; font-size: 20px;">
Changes the colors for some features, and hides some of their background images.
</p>
</div>
<div class="group">
<p class="group-title" data-i18n="settings.ease_of_access.scaling">Scaling</p>
Expand Down
2 changes: 1 addition & 1 deletion apps/groove.internal.settings/script.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/groove.internal.settings/style.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/groove.internal.store/script.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/groove.internal.store/style.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/groove.internal.tweaks/script.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/groove.internal.tweaks/style.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/mock.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/script.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/styles.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/welcome.js

Large diffs are not rendered by default.

0 comments on commit 5bd0ef7

Please sign in to comment.