mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-24 02:22:44 +02:00
Removed unnecessary comments from RiotSwiftUI templates, fixed StateStoreViewModel typealias formatting
This commit is contained in:
committed by
Stefan Ceriu
parent
43c28d23b7
commit
fc2fdc8ae7
-6
@@ -18,14 +18,8 @@ import Combine
|
||||
import SwiftUI
|
||||
|
||||
struct TemplateRoomChat: View {
|
||||
// MARK: - Properties
|
||||
|
||||
// MARK: Private
|
||||
|
||||
@Environment(\.theme) private var theme: ThemeSwiftUI
|
||||
|
||||
// MARK: Public
|
||||
|
||||
@ObservedObject var viewModel: TemplateRoomChatViewModel.Context
|
||||
var presentedModally = false
|
||||
|
||||
|
||||
-6
@@ -17,14 +17,8 @@
|
||||
import SwiftUI
|
||||
|
||||
struct TemplateRoomChatBubbleContentView: View {
|
||||
// MARK: - Properties
|
||||
|
||||
// MARK: Private
|
||||
|
||||
@Environment(\.theme) private var theme: ThemeSwiftUI
|
||||
|
||||
// MARK: Public
|
||||
|
||||
let bubbleItem: TemplateRoomChatBubbleItem
|
||||
|
||||
var body: some View {
|
||||
|
||||
-6
@@ -17,14 +17,8 @@
|
||||
import SwiftUI
|
||||
|
||||
struct TemplateRoomChatBubbleImage: View {
|
||||
// MARK: - Properties
|
||||
|
||||
// MARK: Private
|
||||
|
||||
@Environment(\.theme) private var theme: ThemeSwiftUI
|
||||
|
||||
// MARK: Public
|
||||
|
||||
let imageContent: TemplateRoomChatMessageImageContent
|
||||
|
||||
var body: some View {
|
||||
|
||||
-6
@@ -17,14 +17,8 @@
|
||||
import SwiftUI
|
||||
|
||||
struct TemplateRoomChatBubbleMessage: View {
|
||||
// MARK: - Properties
|
||||
|
||||
// MARK: Private
|
||||
|
||||
@Environment(\.theme) private var theme: ThemeSwiftUI
|
||||
|
||||
// MARK: Public
|
||||
|
||||
let messageContent: TemplateRoomChatMessageTextContent
|
||||
|
||||
var body: some View {
|
||||
|
||||
-6
@@ -17,14 +17,8 @@
|
||||
import SwiftUI
|
||||
|
||||
struct TemplateRoomChatBubbleView: View {
|
||||
// MARK: - Properties
|
||||
|
||||
// MARK: Private
|
||||
|
||||
@Environment(\.theme) private var theme: ThemeSwiftUI
|
||||
|
||||
// MARK: Public
|
||||
|
||||
let bubble: TemplateRoomChatBubble
|
||||
|
||||
var body: some View {
|
||||
|
||||
Reference in New Issue
Block a user