[PR #212] [CLOSED] Sbtest #214

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/212
Author: @scyc314
Created: 1/27/2026
Status: Closed

Base: mainHead: sbtest


📝 Commits (10+)

📊 Changes

17 files changed (+2780 additions, -300 deletions)

View changed files

📝 Common/Localizable.xcstrings (+98 -1)
📝 Common/Various/CommonUtils.swift (+4 -0)
📝 Moblin.xcodeproj/project.pbxproj (+1 -8)
Moblin/Assets.xcassets/VolleyballIndicator.imageset/Contents.json (+21 -0)
Moblin/Assets.xcassets/VolleyballIndicator.imageset/VolleyballIndicator.png (+0 -0)
Moblin/RemoteControl/SBRemoteControlModels.swift (+75 -0)
Moblin/RemoteControl/SBRemoteControlServer.swift (+99 -0)
📝 Moblin/Various/Model/Model.swift (+3 -0)
📝 Moblin/Various/Model/ModelAppleWatch.swift (+8 -13)
Moblin/Various/Model/ModelSBRemoteControl.swift (+571 -0)
📝 Moblin/Various/Model/ModelScene.swift (+2 -9)
📝 Moblin/Various/Settings/SettingsScene.swift (+147 -44)
📝 Moblin/VideoEffects/Scoreboard/ScoreboardEffect.swift (+586 -175)
📝 Moblin/View/Settings/Scenes/Widgets/Widget/Scoreboard/WidgetScoreboardSettingsView.swift (+293 -50)
Moblin/Web/remote.html (+764 -0)
Moblin/Web/scoreboard.html (+108 -0)
Moblin/Web/volleyball.png (+0 -0)

📄 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/212 **Author:** [@scyc314](https://github.com/scyc314) **Created:** 1/27/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `sbtest` --- ### 📝 Commits (10+) - [`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 - [`a57e856`](https://github.com/eerimoq/moblin/commit/a57e856440b407a97be401272937963334efc4b0) Cleanup. - [`30bd9a4`](https://github.com/eerimoq/moblin/commit/30bd9a47fd47227d2c86104f20278b2e4d52cb03) Cleanup. - [`1a338a8`](https://github.com/eerimoq/moblin/commit/1a338a8acbd1ed41ad40ea752983398a227bb26e) Remove dead code. - [`7cc7c70`](https://github.com/eerimoq/moblin/commit/7cc7c7064b31984e91a0ab11032c8ad05237ab29) Refactoring. - [`92cc369`](https://github.com/eerimoq/moblin/commit/92cc369cfbc9f858c974b9f3592f54fbdb18db9c) Refactoring. - [`633b9e9`](https://github.com/eerimoq/moblin/commit/633b9e90bceee2085ea3fe10e22d6273178f2436) Refactoring. ### 📊 Changes **17 files changed** (+2780 additions, -300 deletions) <details> <summary>View changed files</summary> 📝 `Common/Localizable.xcstrings` (+98 -1) 📝 `Common/Various/CommonUtils.swift` (+4 -0) 📝 `Moblin.xcodeproj/project.pbxproj` (+1 -8) ➕ `Moblin/Assets.xcassets/VolleyballIndicator.imageset/Contents.json` (+21 -0) ➕ `Moblin/Assets.xcassets/VolleyballIndicator.imageset/VolleyballIndicator.png` (+0 -0) ➕ `Moblin/RemoteControl/SBRemoteControlModels.swift` (+75 -0) ➕ `Moblin/RemoteControl/SBRemoteControlServer.swift` (+99 -0) 📝 `Moblin/Various/Model/Model.swift` (+3 -0) 📝 `Moblin/Various/Model/ModelAppleWatch.swift` (+8 -13) ➕ `Moblin/Various/Model/ModelSBRemoteControl.swift` (+571 -0) 📝 `Moblin/Various/Model/ModelScene.swift` (+2 -9) 📝 `Moblin/Various/Settings/SettingsScene.swift` (+147 -44) 📝 `Moblin/VideoEffects/Scoreboard/ScoreboardEffect.swift` (+586 -175) 📝 `Moblin/View/Settings/Scenes/Widgets/Widget/Scoreboard/WidgetScoreboardSettingsView.swift` (+293 -50) ➕ `Moblin/Web/remote.html` (+764 -0) ➕ `Moblin/Web/scoreboard.html` (+108 -0) ➕ `Moblin/Web/volleyball.png` (+0 -0) </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#214
No description provided.