From 30aeb232785b203f4eb93c98921cef6790c7b8d6 Mon Sep 17 00:00:00 2001 From: Ryu <87907656+Ryu0118@users.noreply.github.com> Date: Mon, 13 Nov 2023 18:46:57 +0900 Subject: [PATCH 1/4] Update contents.json --- contents.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/contents.json b/contents.json index 2a201092..a464b6c8 100644 --- a/contents.json +++ b/contents.json @@ -6126,6 +6126,12 @@ "description": "Easy navigation with SwiftUI.", "homepage": "https://github.com/Mijick/Navigattie", "tags": ["swift", "swiftui", "iOS", "transition", "navigation"] + }, { + "title": "SimplexArchitecture", + "category": "patterns", + "description": "A Simple architecture that decouples state changes from SwiftUI's View", + "homepage": "https://github.com/Ryu0118/swiftui-simplex-architecture", + "tags": ["swift", "swiftui", "iOS", "transition", "navigation"] } ] } From 8a8afc4e82d9faa963a5ad20ce8a1b71d1daed78 Mon Sep 17 00:00:00 2001 From: Ryu <87907656+Ryu0118@users.noreply.github.com> Date: Mon, 13 Nov 2023 18:49:56 +0900 Subject: [PATCH 2/4] fix --- contents.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contents.json b/contents.json index a464b6c8..41c107a5 100644 --- a/contents.json +++ b/contents.json @@ -6131,7 +6131,7 @@ "category": "patterns", "description": "A Simple architecture that decouples state changes from SwiftUI's View", "homepage": "https://github.com/Ryu0118/swiftui-simplex-architecture", - "tags": ["swift", "swiftui", "iOS", "transition", "navigation"] + "tags": ["swift", "swiftui", "iOS", "macOS", "tvOS"] } ] } From 2ac6a43035c650f9ee93ee196128cfdf16fb29fa Mon Sep 17 00:00:00 2001 From: Ryu <87907656+Ryu0118@users.noreply.github.com> Date: Sat, 10 Feb 2024 13:26:22 +0900 Subject: [PATCH 3/4] fix --- contents.json | 1 + 1 file changed, 1 insertion(+) diff --git a/contents.json b/contents.json index 006a6ecb..8c9714ed 100644 --- a/contents.json +++ b/contents.json @@ -6131,6 +6131,7 @@ "description": "A Simple architecture that decouples state changes from SwiftUI's View", "homepage": "https://github.com/Ryu0118/swiftui-simplex-architecture", "tags": ["swift", "swiftui", "iOS", "macOS", "tvOS"] + }, { "title": "TypedDate", "category": "date", "description": "Enhancing Date handling by enabling type-level customization of date components", From 592d639ad51cae16930207d8a823752cd1784641 Mon Sep 17 00:00:00 2001 From: Ryu <87907656+Ryu0118@users.noreply.github.com> Date: Sat, 10 Feb 2024 13:27:07 +0900 Subject: [PATCH 4/4] fix --- contents.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/contents.json b/contents.json index 8c9714ed..ea052f13 100644 --- a/contents.json +++ b/contents.json @@ -6126,11 +6126,6 @@ "description": "Easy navigation with SwiftUI.", "homepage": "https://github.com/Mijick/Navigattie", "tags": ["swift", "swiftui", "iOS", "transition", "navigation"] - }, { - "category": "patterns", - "description": "A Simple architecture that decouples state changes from SwiftUI's View", - "homepage": "https://github.com/Ryu0118/swiftui-simplex-architecture", - "tags": ["swift", "swiftui", "iOS", "macOS", "tvOS"] }, { "title": "TypedDate", "category": "date",