Feature/#48 migrate to typescript #151
No reviewers
Labels
No labels
dependencies
Priority: Critical
Priority: High
Priority: Low
Priority: Medium
State: Abandoned
State: Blocked
State: Completed
State: In progress
State: New
State: On Hold
State: Pending
State: Review needed
State: Waiting for release
Type: Bug
Type: Enhancement
Type: Maintenance
Type: Question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Serraniel/AniwatchPlus#151
Loading…
Reference in a new issue
No description provided.
Delete branch "feature/#48-migrate-to-typescript"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -0,0 +64,4 @@
}
});
}
@ -0,0 +12,4 @@
export const SETTINGS_animeLanguageDisplay = 'animeLanguageDisplay';
// requests
export const SETTINGS_requestBeautifyPage = 'requestBeautifyPage';
// player
@ -0,0 +48,4 @@
if (__observedBadges.indexOf(badge) >= 0) {
return;
}
@kaffem You may also check if you see any obvious mistakes. I´ll look into the open tasks the next days. Also the changes are completly untested yet.
@ -0,0 +64,4 @@
}
});
}
This may be used as an alternative and maybe better implementation:
https://stackoverflow.com/a/45985333
@ -0,0 +12,4 @@
export const SETTINGS_animeLanguageDisplay = 'animeLanguageDisplay';
// requests
export const SETTINGS_requestBeautifyPage = 'requestBeautifyPage';
// player
I decided it works 👀