Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
uphrh-smf-web
Commits
95c6fe8c
Commit
95c6fe8c
authored
3 years ago
by
Sakthivel G
Browse files
Options
Download
Patches
Plain Diff
feat: add dependencies
parent
b7523ab7
master
accept_file_type
cards-value-changes
delete-form
delete-user
form-issue
inspector-model
label-change
No related merge requests found
Changes
39
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
.gitignore
+107
-0
.gitignore
LICENSE
+21
-0
LICENSE
README.md
+46
-1
README.md
package.json
+50
-0
package.json
public/favicon.ico
+0
-0
public/favicon.ico
public/index.html
+43
-0
public/index.html
public/logo192.png
+0
-0
public/logo192.png
public/logo512.png
+0
-0
public/logo512.png
public/manifest.json
+25
-0
public/manifest.json
public/robots.txt
+3
-0
public/robots.txt
src/App.css
+38
-0
src/App.css
src/App.test.tsx
+9
-0
src/App.test.tsx
src/App.tsx
+26
-0
src/App.tsx
src/assets/.DS_Store
+0
-0
src/assets/.DS_Store
src/assets/fonts/index.ts
+1
-0
src/assets/fonts/index.ts
src/assets/images/index.ts
+1
-0
src/assets/images/index.ts
src/components/form-builder/fields/Checkbox.tsx
+35
-0
src/components/form-builder/fields/Checkbox.tsx
src/components/form-builder/fields/Heading.tsx
+21
-0
src/components/form-builder/fields/Heading.tsx
src/components/form-builder/fields/Input.tsx
+64
-0
src/components/form-builder/fields/Input.tsx
src/components/form-builder/fields/Radio.tsx
+21
-0
src/components/form-builder/fields/Radio.tsx
with
511 additions
and
1 deletion
+511
-1
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets