- For index.html, set the Chrome title bar on mobile to the background #101010 instead of the blue. It also adds a better "one size fits all" Apple Touch icon declaration. The Open Graph description is updated to our tagline instead of the original.
- For manifest.json, restructures the file, sets the background #101010 to the theme colour, and fixes the capitalization on the description.
- For touchicon.png, this is just an enhanced version with the background applied, and a margin so it doesn't get cut off on home screens.
Replaced "Emby Green" with blue taken from artwork.
Replaced artwork.
Kept old "Emby Green" themes for future reuse and renamed them "classic".
Removed CSS element that was making the Jellyfin banner too small.
These strings have 0 references in code. There is likely more, but these are the most obvious.
These is additional work that needs to be done to remove references to strings that are no longer needed, but since it involves changing code, thats left for a different commit.
Since the items removed are numerous and far apart, below is the complete list this commit removes:
AlreadyPaidHelp1
AlreadyPaidHelp2
AuthProviderHelp
ButtonCancelSub
ButtonDontCancelSub
ButtonLinkMyJellyfinAccount
ButtonRegister
ButtonRetrieveKey
ButtonSignInWithConnect
ButtonTermsOfService
DonationNextStep
DownloadFFmpeg
ErrorMessageInvalidKey
FFmpegSuggestedDownload
HeaderCancelSub
HeaderEmailAddress
HeaderOptionalLinkJellyfinAccount
HeaderSupportTheTeamHelp
HeaderSupporterBenefit
HeaderThankYou
HeaderTryJellyfinPremiere
HeaderUnlockApp
HeaderUnlockSync
HeaderWelcomeBack
LabelAlreadyCanceled
LabelAlreadyCancelled
LabelAuthProvider
LabelCancelInfo
LabelClickToCancel
LabelCurrentEmailAddress
LabelCurrentEmailAddressHelp
LabelEnterConnectUserName
LabelManagement
LabelSupporterEmailAddress
LabelSupporterKey
LabelTheseFeaturesRequireSubscriptionHelpAndTrailers
ListItemPremiereSub
MessageInvalidKey
MessageKeyEmailedTo
MessageKeyRemoved
MessageKeyUpdated
MessagePleaseAcceptTermsOfService
MessagePremiereExtendedPlans
MessagePremiereStatusClose
MessagePremiereStatusGood
MessagePremiereStatusOver
MessageSubCancelError
MessageSubCancelReqSent
MessageSureYouWishToProceed
OptionIAcceptTermsOfService
PleaseSupportOtherProduces
TabBecomeSupporter
TabBranding
TabJellyfinPremiere
TabSupporterKey
TooltipLinkedToJellyfinConnect
UnzipFFmpegFile
VersionXIsAvailableForDownload
WhenDidYouPurchaseApp
Since the user facing sides of the UI (login and library) are all dark theme by default, changes the default look for the admin sides (first time setup, admin panel) as well.