From 5a56dadc5933fca7ab1f8ec81799e428afc1337c Mon Sep 17 00:00:00 2001 From: 50/50 <80717571+50n50@users.noreply.github.com> Date: Sun, 1 Jun 2025 21:34:38 +0200 Subject: [PATCH] =?UTF-8?q?VERY=20important=20change=20=F0=9F=92=AF=20=20(?= =?UTF-8?q?#147)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Minor changes * more minor changes * MORE MINOR CHANGES * Fixed one singular bug * Update SettingsViewGeneral.swift * fuck conflicts * fuck you and your credits * buh buh * Update SettingsViewAbout.swift * What's that? What's a properly working code without unnecessary issues? * Type shit maybe? * Create ios.yml * smol * type shi shi * end * Fixed system theme bug * (hopefully) fixed sliding items in search + recent searches spam * Fixed open keyboard in media view * Fixed searchviewdata + fixed toggle color being too light * fixed episode slider sensitivity * new recent searches, not fully done but wtv WHO CARES 💯 * Add module screen fix * Delete .github/workflows/ios.yml * UI modifications * Scroll to close keyboard * Text change * Downloadview transition * Search cards text fixed * Reduced header spacing + moved down a to match library * Text change * Small tab bar tweak for search view * added gradient to player buttons * reduced summary size * IBH special 💯 * Fixed different height text? * Removed seperator * Some more fixes start watching button * MediaInfoView modifications * Fixed settingsviewdata * Changed x mark and fixed episode swipe for 4 items * Delete Package.resolved * fix * fix * Update Package.resolved * Removed version lalel type shi * Who thought this view existed? 😭 * Less wide tab bar * Actions button for movies + resetting watch progress * Disabled switching back from search to other views for 0.5 seconds (no other fix available rn) * Added divider (IBH) * Hide tab bar in module lib * Update SettingsViewAbout.swift --------- Co-authored-by: cranci <100066266+cranci1@users.noreply.github.com> --- .../SettingsView/SettingsSubViews/SettingsViewAbout.swift | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Sora/Views/SettingsView/SettingsSubViews/SettingsViewAbout.swift b/Sora/Views/SettingsView/SettingsSubViews/SettingsViewAbout.swift index dc5de32..966e8ec 100644 --- a/Sora/Views/SettingsView/SettingsSubViews/SettingsViewAbout.swift +++ b/Sora/Views/SettingsView/SettingsSubViews/SettingsViewAbout.swift @@ -215,8 +215,12 @@ struct ContributorView: View { Text(contributor.login) .font(.headline) - .foregroundColor(contributor.login == "IBH-RAD" ? Color(hexTwo: "#41127b") : .accentColor) - + .foregroundColor( + contributor.login == "IBH-RAD" ? Color(hexTwo: "#41127b") : + contributor.login == "50n50" ? Color(hexTwo: "#fa4860") : + .accentColor + ) + Spacer() Image(systemName: "safari") .foregroundColor(.accentColor)