Skip to content

Commit

Permalink
Revert "Settings App :) (#308)" (#310)
Browse files Browse the repository at this point in the history
This reverts commit acb79ab.
  • Loading branch information
blueedgetechno committed Feb 17, 2022
1 parent acb79ab commit 36b8e37
Show file tree
Hide file tree
Showing 19 changed files with 11 additions and 836 deletions.
375 changes: 0 additions & 375 deletions package-lock.json

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"@testing-library/user-event": "^12.1.10",
"@widgetbot/react-embed": "^1.4.0",
"axios": "^0.21.1",
"container-query-polyfill": "^0.1.2",
"node-sass": "^7.0.0",
"react": "^17.0.2",
"react-canvas-draw": "^1.1.1",
Expand Down
Binary file removed public/img/icon/settings/Accessibility.webp
Binary file not shown.
Binary file removed public/img/icon/settings/Accounts.webp
Binary file not shown.
Binary file removed public/img/icon/settings/Apps.webp
Binary file not shown.
Binary file removed public/img/icon/settings/Bluetooth & devices.webp
Binary file not shown.
Binary file removed public/img/icon/settings/Gaming.webp
Binary file not shown.
Binary file removed public/img/icon/settings/Network & internet.webp
Binary file not shown.
Binary file removed public/img/icon/settings/Personalisation.webp
Binary file not shown.
Binary file removed public/img/icon/settings/Privacy & security.webp
Binary file not shown.
Binary file removed public/img/icon/settings/System.webp
Binary file not shown.
Binary file removed public/img/icon/settings/Time & language.webp
Binary file not shown.
Binary file removed public/img/icon/settings/Windows Update.webp
Binary file not shown.
Binary file removed public/img/icon/settings/defAccount.webp
Binary file not shown.
Binary file not shown.
342 changes: 0 additions & 342 deletions src/containers/applications/apps/assets/settings.scss

This file was deleted.

13 changes: 8 additions & 5 deletions src/containers/applications/apps/assets/settingsData.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"System": [
{ "type": "sysTop" },
{
"type": "tile",
"name": "Display",
Expand Down Expand Up @@ -167,7 +166,6 @@
}
],
"Network & internet": [
{ "type": "netTop" },
{
"type": "tile",
"name": "WiFi",
Expand Down Expand Up @@ -212,7 +210,10 @@
}
],
"Personalisation": [
{ "type": "personaliseTop" },
{
"type": "subHeading",
"name": "Select a theme to apply"
},
{
"type": "tile",
"name": "Background",
Expand Down Expand Up @@ -313,7 +314,6 @@
}
],
"Accounts": [
{ "type": "accountsTop" },
{
"type": "tile",
"name": "Your Microsoft account",
Expand Down Expand Up @@ -701,7 +701,10 @@
}
],
"Windows Update": [
{ "type": "updateTop" },
{
"type": "subHeading",
"name": "More options"
},
{
"type": "tile",
"name": "Pause updates",
Expand Down
Loading

0 comments on commit 36b8e37

Please sign in to comment.