Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove feature FSteamDeckCompatibility #2082

Merged
Merged
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
29 changes: 0 additions & 29 deletions src/css/augmentedsteam.css
Original file line number Diff line number Diff line change
Expand Up @@ -833,35 +833,6 @@ video.highlight_movie:hover + .html5_video_overlay {
right: 0;
}

/***************************************
* App pages
* FSteamDeckCompatibility
**************************************/
.as_deckverified_BannerContainer {
padding: 12px 0px;
}
.as_deckverified_BannerHeader {
text-transform: uppercase;
font-size: 12px;
padding-bottom: 5px;
color: #fff;
font-weight: 700;
}
.as_deckverified_BannerContent {
padding: 10px;
background-color: #3b5a7280;
}
.as_svg_SteamDeckCompatIcon {
padding-right: 2px;
vertical-align: middle;
width: 25px;
height: 25px;
}
.as_deckverified_CompatibilityDetailRatingDescription {
vertical-align: middle;
font-size: 14px;
}


/***************************************
* Wishlist
Expand Down
2 changes: 0 additions & 2 deletions src/js/Content/Features/Store/App/CApp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ import FReplaceDevPubLinks from "./FReplaceDevPubLinks";
import FReviewToggleButton from "./FReviewToggleButton";
import FSaveReviewFilters from "./FSaveReviewFilters";
import FShowCoupon from "./FShowCoupon";
import FSteamDeckCompatibility from "./FSteamDeckCompatibility";
import FSteamPeek from "./FSteamPeek";
import FSupportInfo from "./FSupportInfo";
import FUserNotes from "./FUserNotes";
Expand Down Expand Up @@ -113,7 +112,6 @@ export default class CApp extends CStoreBase {
FSaveReviewFilters,
FHideReportedTags,
FPatchHighlightPlayer,
FSteamDeckCompatibility,
FRemoveDupeScreenshots,
FHighlightTitle
]);
Expand Down
79 changes: 0 additions & 79 deletions src/js/Content/Features/Store/App/FSteamDeckCompatibility.ts

This file was deleted.

4 changes: 4 additions & 0 deletions src/js/Core/Update/SettingsMigration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,9 @@ export default class SettingsMigration {
await storage.remove("itad_import_wishlist");
await AccessToken.clear(); // new scopes are required
}

if (oldVersion.isSameOrBefore("4.1.2")) {
await storage.remove("showdeckcompat");
}
}
}
1 change: 0 additions & 1 deletion src/js/Options/Data/Settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ export const DefaultSettings: Readonly<SettingsSchema> = {
showlanguagewarninglanguage: "english",
homepage_tab_selection: "remember",
send_age_info: true,
showdeckcompat: false,
removebroadcasts: false,
mp4video: false,
horizontalscrolling: true,
Expand Down
1 change: 0 additions & 1 deletion src/js/Options/Data/_types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ export interface SettingsSchema {
| "tab_specials_content_trigger"
| "tab_trendingfree_content_trigger",
send_age_info: boolean,
showdeckcompat: boolean,
removebroadcasts: boolean,
mp4video: boolean,
horizontalscrolling: boolean,
Expand Down
2 changes: 0 additions & 2 deletions src/js/Options/Modules/Options/AppPageOptions.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
__options_showBadgeProgress,
__options_showbartervg,
__options_showCoupon,
__options_showdeckcompat,
__options_showPackageInfo,
__options_showPlayersInfo,
__options_showViewInLibrary,
Expand Down Expand Up @@ -61,7 +60,6 @@
<Toggle bind:value={$settings.purchase_dates}>{L(__options_purchaseDates)}</Toggle>
<Toggle bind:value={$settings.show_badge_progress}>{L(__options_showBadgeProgress)}</Toggle>
<Toggle bind:value={$settings.show_coupon}>{L(__options_showCoupon)}</Toggle>
<Toggle bind:value={$settings.showdeckcompat}>{L(__options_showdeckcompat)}</Toggle>
</OptionGroup>

<OptionGroup>
Expand Down
6 changes: 0 additions & 6 deletions src/localization/compiled/_strings.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
export const __deleteCommentPrompt = "deleteCommentPrompt";
export const __downloadDemoHeader = "downloadDemoHeader";
export const __deckCompat_header = "deckCompat_header";
export const __deckCompat_unknown = "deckCompat_unknown";
export const __deckCompat_unsupported = "deckCompat_unsupported";
export const __deckCompat_playable = "deckCompat_playable";
export const __deckCompat_verified = "deckCompat_verified";
export const __featureHint_desc = "featureHint_desc";
export const __featureHint_reminder = "featureHint_reminder";
export const __thewordyes = "thewordyes";
Expand Down Expand Up @@ -356,7 +351,6 @@ export const __options_profileLinkImagesGray = "options_profileLinkImagesGray";
export const __options_quickinv = "options_quickinv";
export const __options_quickinvDiff = "options_quickinvDiff";
export const __options_sendAgeInfo = "options_sendAgeInfo";
export const __options_showdeckcompat = "options_showdeckcompat";
export const __options_removebroadcasts = "options_removebroadcasts";
export const __options_exfgls = "options_exfgls";
export const __options_mp4video = "options_mp4video";
Expand Down
2 changes: 1 addition & 1 deletion src/localization/compiled/bg.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/localization/compiled/cs.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/localization/compiled/da.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/localization/compiled/de.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/localization/compiled/el.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/localization/compiled/en.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/localization/compiled/es-419.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/localization/compiled/es-ES.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/localization/compiled/fi.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/localization/compiled/fr.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/localization/compiled/hu.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/localization/compiled/it.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/localization/compiled/ja.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/localization/compiled/ko.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/localization/compiled/nl.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/localization/compiled/no.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/localization/compiled/pl.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/localization/compiled/pt-BR.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/localization/compiled/pt-PT.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/localization/compiled/ro.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/localization/compiled/ru.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/localization/compiled/sv-SE.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/localization/compiled/th.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/localization/compiled/tr.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/localization/compiled/ua.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/localization/compiled/vi.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/localization/compiled/zh-CN.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/localization/compiled/zh-TW.json

Large diffs are not rendered by default.

8 changes: 0 additions & 8 deletions src/localization/en.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
{
"delete_comment_prompt": "Are you sure you want to delete this comment?",
"download_demo_header": "Download __gamename__ Demo",
"deck_compat": {
"header": "Steam Deck Compatibility",
"unknown": "Unknown",
"unsupported": "Unsupported",
"playable": "Playable",
"verified": "Verified"
},
"feature_hint": {
"desc": "Would you like to enable the following feature?",
"reminder": "You can change your preferences through the options page later."
Expand Down Expand Up @@ -396,7 +389,6 @@
"quickinv": "Show Quick Sell buttons on Steam Community items",
"quickinv_diff": "Quick Sell modifier:",
"send_age_info": "Automatically send age verification and skip mature content warnings",
"showdeckcompat": "Show Steam Deck compatibility ratings in the features list (and fetch the data when it's missing)",
"removebroadcasts": "Completely remove any live broadcast",
"exfgls": "Show a notice if app is excluded from Family Sharing",
"mp4video": "Force videos to be in MP4 format",
Expand Down