[PR #201] [MERGED] Add Kick login to stream wizard, matching Twitch pattern. #205

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

📋 Pull Request Information

Original PR: https://github.com/eerimoq/moblin/pull/201
Author: @id3adeye
Created: 1/3/2026
Status: Merged
Merged: 1/3/2026
Merged by: @eerimoq

Base: mainHead: wizzardkick


📝 Commits (1)

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

📊 Changes

7 files changed (+209 additions, -122 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/Streams/Stream/Kick/StreamKickSettingsView.swift (+6 -118)
📝 Moblin/View/Settings/Streams/Stream/Wizard/Platform/StreamWizardKickSettingsView.swift (+31 -4)

📄 Description

  • 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/201 **Author:** [@id3adeye](https://github.com/id3adeye) **Created:** 1/3/2026 **Status:** ✅ Merged **Merged:** 1/3/2026 **Merged by:** [@eerimoq](https://github.com/eerimoq) **Base:** `main` ← **Head:** `wizzardkick` --- ### 📝 Commits (1) - [`848b70f`](https://github.com/eerimoq/moblin/commit/848b70ffa760414ae6c3d351a3b818907c0e22be) Add Kick login to stream wizard, matching Twitch pattern. ### 📊 Changes **7 files changed** (+209 additions, -122 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/Streams/Stream/Kick/StreamKickSettingsView.swift` (+6 -118) 📝 `Moblin/View/Settings/Streams/Stream/Wizard/Platform/StreamWizardKickSettingsView.swift` (+31 -4) </details> ### 📄 Description - 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:44 +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#205
No description provided.