[PR #207] [CLOSED] Sbtest #213

Closed
opened 2026-03-02 04:00:45 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/eerimoq/moblin/pull/207
Author: @scyc314
Created: 1/6/2026
Status: Closed

Base: mainHead: sbtest


📝 Commits (4)

📊 Changes

26 files changed (+2615 additions, -347 deletions)

View changed files

📝 Common/Localizable.xcstrings (+112 -1)
📝 Common/Various/CommonUtils.swift (+23 -7)
📝 Moblin.xcodeproj/project.pbxproj (+1 -8)
📝 Moblin.xcodeproj/xcshareddata/xcschemes/Moblin.xcscheme (+2 -2)
Moblin/Assets.xcassets/VolleyballIndicator.imageset/Contents.json (+21 -0)
Moblin/Assets.xcassets/VolleyballIndicator.imageset/VolleyballIndicator.png (+0 -0)
📝 Moblin/Various/Model/Model.swift (+4 -0)
📝 Moblin/Various/Model/ModelAppleWatch.swift (+5 -7)
Moblin/Various/Model/ModelSBRemoteControl.swift (+301 -0)
📝 Moblin/Various/Model/ModelScene.swift (+1 -8)
Moblin/Various/SBRemoteControlHtml.swift (+280 -0)
Moblin/Various/SBRemoteControlModels.swift (+81 -0)
Moblin/Various/SBRemoteControlServer.swift (+91 -0)
📝 Moblin/Various/Settings/SettingsScene.swift (+114 -55)
📝 Moblin/VideoEffects/Scoreboard/ScoreboardEffect.swift (+323 -194)
📝 Moblin/View/Settings/Scenes/Scene/SceneWidgetSettingsView.swift (+18 -0)
📝 Moblin/View/Settings/Scenes/Widgets/Widget/Scoreboard/WidgetScoreboardSettingsView.swift (+123 -65)
Moblin/Web/basketball.json (+56 -0)
Moblin/Web/generic.json (+54 -0)
Moblin/Web/generic_sets.json (+58 -0)

...and 6 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/eerimoq/moblin/pull/207 **Author:** [@scyc314](https://github.com/scyc314) **Created:** 1/6/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `sbtest` --- ### 📝 Commits (4) - [`03c5253`](https://github.com/eerimoq/moblin/commit/03c5253f8a74e952e5036845082282bff0d8debb) Scoreboard - [`207fc9f`](https://github.com/eerimoq/moblin/commit/207fc9ffe6c13e3f5cd43b3181366723ce92c7cb) remove useless comment - [`76a2f5f`](https://github.com/eerimoq/moblin/commit/76a2f5f9d3d5974a3948844cd2376ab0463add21) separate html from swift - [`268151f`](https://github.com/eerimoq/moblin/commit/268151f68ae3e598536cea7caaeb4f75b541cabd) scoreboard update, remote, sports ### 📊 Changes **26 files changed** (+2615 additions, -347 deletions) <details> <summary>View changed files</summary> 📝 `Common/Localizable.xcstrings` (+112 -1) 📝 `Common/Various/CommonUtils.swift` (+23 -7) 📝 `Moblin.xcodeproj/project.pbxproj` (+1 -8) 📝 `Moblin.xcodeproj/xcshareddata/xcschemes/Moblin.xcscheme` (+2 -2) ➕ `Moblin/Assets.xcassets/VolleyballIndicator.imageset/Contents.json` (+21 -0) ➕ `Moblin/Assets.xcassets/VolleyballIndicator.imageset/VolleyballIndicator.png` (+0 -0) 📝 `Moblin/Various/Model/Model.swift` (+4 -0) 📝 `Moblin/Various/Model/ModelAppleWatch.swift` (+5 -7) ➕ `Moblin/Various/Model/ModelSBRemoteControl.swift` (+301 -0) 📝 `Moblin/Various/Model/ModelScene.swift` (+1 -8) ➕ `Moblin/Various/SBRemoteControlHtml.swift` (+280 -0) ➕ `Moblin/Various/SBRemoteControlModels.swift` (+81 -0) ➕ `Moblin/Various/SBRemoteControlServer.swift` (+91 -0) 📝 `Moblin/Various/Settings/SettingsScene.swift` (+114 -55) 📝 `Moblin/VideoEffects/Scoreboard/ScoreboardEffect.swift` (+323 -194) 📝 `Moblin/View/Settings/Scenes/Scene/SceneWidgetSettingsView.swift` (+18 -0) 📝 `Moblin/View/Settings/Scenes/Widgets/Widget/Scoreboard/WidgetScoreboardSettingsView.swift` (+123 -65) ➕ `Moblin/Web/basketball.json` (+56 -0) ➕ `Moblin/Web/generic.json` (+54 -0) ➕ `Moblin/Web/generic_sets.json` (+58 -0) _...and 6 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 04:00:45 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/moblin#213
No description provided.