Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Revert "Settings App :)" #309

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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