This repository was archived by the owner on Jun 19, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed
src/components/help/contact-forms/connect Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,10 @@ const PROBLEM_AREAS: ProblemAreaItem[] = [
39
39
label : "Account Abstraction" ,
40
40
component : < AffectedAreaInput /> ,
41
41
} ,
42
+ {
43
+ label : "In-app wallet" ,
44
+ component : < AffectedAreaInput /> ,
45
+ } ,
42
46
{
43
47
label : "Connect SDKs" ,
44
48
component : (
@@ -66,6 +70,36 @@ const PROBLEM_AREAS: ProblemAreaItem[] = [
66
70
</ >
67
71
) ,
68
72
} ,
73
+ {
74
+ label : ".NET SDK" ,
75
+ component : (
76
+ < >
77
+ < SDKVersionInput />
78
+ < SupportForm_SelectInput
79
+ formLabel = "OS"
80
+ formValue = "extraInfo_OS"
81
+ required = { true }
82
+ promptText = "Select an operating system"
83
+ options = { [ "Windows" , "MacOS" , "Linux" , "Other" ] }
84
+ />
85
+ < SupportForm_TextInput
86
+ formLabel = "Framework"
87
+ formValue = "extraInfo_dotNET_Framework"
88
+ required = { false }
89
+ placeholder = "MAUI | Blazor | Godot, etc"
90
+ inputType = "text"
91
+ />
92
+ < SupportForm_TextInput
93
+ formLabel = "Target OS"
94
+ formValue = "extraInfo_dotNET_Target_OS"
95
+ required = { false }
96
+ inputType = "text"
97
+ />
98
+ < DescriptionInput />
99
+ < AttachmentForm />
100
+ </ >
101
+ ) ,
102
+ } ,
69
103
{
70
104
label : "Pay" ,
71
105
component : < AffectedAreaInput /> ,
You can’t perform that action at this time.
0 commit comments