Skip to content

Commit

Permalink
deploy: ec73d73
Browse files Browse the repository at this point in the history
  • Loading branch information
berkaytumal committed Jan 31, 2025
1 parent 7cabe11 commit db7cc93
Show file tree
Hide file tree
Showing 10 changed files with 71 additions and 7 deletions.
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.store/script.js

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.

1 change: 1 addition & 0 deletions assets/defaultlocales/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"uninstall": "Uninstall",
"cancel": "Cancel",
"apply": "Apply",
"allow": "Allow",
"try_again": "Try again",
"light": "Light",
"dark": "Dark",
Expand Down
17 changes: 17 additions & 0 deletions assets/defaultlocales/welcome.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,23 @@
"title": "Choose your color",
"description": "Pick a color that matches your mood."
},
"permissions":{
"title": "Permissions",
"groups":{
"contacts":{
"title": "Contacts",
"description": "Access to contacts is needed to display your contacts live tile."
},
"photos":{
"title": "Photos",
"description": "Access to photos is needed to display your photos live tile."
},
"notifications":{
"title": "Notifications",
"description": "Access to notifications is needed to display your notifications live tile."
}
}
},
"whatsnew": {
"title": "What's New?"
},
Expand Down
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.

46 changes: 46 additions & 0 deletions welcome.html
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,52 @@ <h1 data-i18n="welcome.colors.title" class="small">Choose your color</h1>
<button class="right-btn" data-i18n="welcome.common.next">next</button>
</div>
</div>
<div class="setup-page" id="page-permissions">
<div class="setup-body">
<h1 data-i18n="welcome.permissions.title" class="small">Permissions</h1>
<div class="scroller" style="overflow: hidden; position: relative; margin: 0px;">
<div>
<div class="permission-group">
<p class="permission-title"><span class="permission-icon">󰄬</span> <span
data-i18n="welcome.permissions.groups.contacts.title">Contacts</span></p>
<p class="permission-description"
data-i18n="welcome.permissions.groups.contacts.description">Access to contacts is
needed to display your contacts
live
tile.
</p>
<button class="metro-button link" data-i18n="common.actions.allow">allow</button>
</div>
<div class="permission-group">
<p class="permission-title"><span class="permission-icon"></span> <span
data-i18n="welcome.permissions.groups.photos.title">Photos</span></p>
<p class="permission-description"
data-i18n="welcome.permissions.groups.photos.description">Photo access allows you to
display your photos live
tile.
</p>
<button class="metro-button link" data-i18n="common.actions.allow">allow</button>
</div>
<div class="permission-group">
<p class="permission-title"><span class="permission-icon"></span> <span
data-i18n="welcome.permissions.groups.notifications.title">Notifications</span>
</p>
<p class="permission-description"
data-i18n="welcome.permissions.groups.notifications.description">Enable
notifications to display your notifications
live
tile.</p>
<button class="metro-button link" data-i18n="common.actions.allow">allow</button>
</div>
</div>
</div>
</div>
<div class="setup-footer">
<button class="left-btn" data-i18n="welcome.common.previous">previous</button>
<button class="right-btn" data-i18n="welcome.common.next">next</button>

</div>
</div>
<div class="setup-page" id="page-readme">
<div class="setup-body">
<h1 data-i18n="welcome.whatsnew.title" class="small">What's New?</h1>
Expand Down

0 comments on commit db7cc93

Please sign in to comment.