[PR #200] [CLOSED] Add Kick login to stream wizard, matching Twitch pattern. #203

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

📋 Pull Request Information

Original PR: https://github.com/eerimoq/moblin/pull/200
Author: @id3adeye
Created: 1/3/2026
Status: Closed

Base: mainHead: kickwizzard


📝 Commits (1)

  • f254e29 Add Kick login to stream wizard, matching Twitch pattern.

📊 Changes

10 files changed (+215 additions, -125 deletions)

View changed files

Moblin/StreamingPlatforms/Kick/KickAuth.swift (+113 -0)
📝 Moblin/Various/Model/Model.swift (+1 -0)
📝 Moblin/Various/Model/ModelKick.swift (+40 -0)
📝 Moblin/Various/Model/ModelStream.swift (+7 -0)
📝 Moblin/Various/Model/ModelStreamWizard.swift (+11 -0)
📝 Moblin/View/Settings/BlackSharkCoolers/BlackSharkCoolerDeviceSettingsView.swift (+2 -1)
📝 Moblin/View/Settings/CyclingPowerDevices/CyclingPowerDeviceSettingsView.swift (+2 -1)
📝 Moblin/View/Settings/HeartRateDevices/HeartRateDeviceSettingsView.swift (+2 -1)
📝 Moblin/View/Settings/Streams/Stream/Kick/StreamKickSettingsView.swift (+6 -118)
📝 Moblin/View/Settings/Streams/Stream/Wizard/Platform/StreamWizardKickSettingsView.swift (+31 -4)

📄 Description

Changes:

  • Add KickAuth.swift - shared login view (extracted from settings)
  • Add kickLogin()/kickLogout() to Model
  • Update wizard to include Login/Logout buttons
  • Save Kick login data when creating stream from wizard

🔄 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/200 **Author:** [@id3adeye](https://github.com/id3adeye) **Created:** 1/3/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `kickwizzard` --- ### 📝 Commits (1) - [`f254e29`](https://github.com/eerimoq/moblin/commit/f254e2981c26c4feac4e3cf401c7d06e4213d48e) Add Kick login to stream wizard, matching Twitch pattern. ### 📊 Changes **10 files changed** (+215 additions, -125 deletions) <details> <summary>View changed files</summary> ➕ `Moblin/StreamingPlatforms/Kick/KickAuth.swift` (+113 -0) 📝 `Moblin/Various/Model/Model.swift` (+1 -0) 📝 `Moblin/Various/Model/ModelKick.swift` (+40 -0) 📝 `Moblin/Various/Model/ModelStream.swift` (+7 -0) 📝 `Moblin/Various/Model/ModelStreamWizard.swift` (+11 -0) 📝 `Moblin/View/Settings/BlackSharkCoolers/BlackSharkCoolerDeviceSettingsView.swift` (+2 -1) 📝 `Moblin/View/Settings/CyclingPowerDevices/CyclingPowerDeviceSettingsView.swift` (+2 -1) 📝 `Moblin/View/Settings/HeartRateDevices/HeartRateDeviceSettingsView.swift` (+2 -1) 📝 `Moblin/View/Settings/Streams/Stream/Kick/StreamKickSettingsView.swift` (+6 -118) 📝 `Moblin/View/Settings/Streams/Stream/Wizard/Platform/StreamWizardKickSettingsView.swift` (+31 -4) </details> ### 📄 Description Changes: - Add KickAuth.swift - shared login view (extracted from settings) - Add kickLogin()/kickLogout() to Model - Update wizard to include Login/Logout buttons - Save Kick login data when creating stream from wizard --- <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:43 +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#203
No description provided.