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
1dd55ace
Commit
1dd55ace
authored
3 years ago
by
Sakthivel G
Browse files
Options
Download
Plain Diff
Merge branch 'attachment-feature' into 'release-3.0.0'
Attachment feature See merge request smf/smf-web!30
parents
01dbefcd
04d251c0
master
accept_file_type
cards-value-changes
delete-form
delete-user
form-issue
inspector-model
label-change
No related merge requests found
Changes
15
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
public/css/main.css
+39
-20
public/css/main.css
src/components/common/Header.tsx
+54
-24
src/components/common/Header.tsx
src/components/form-elements/BooleanField.tsx
+8
-1
src/components/form-elements/BooleanField.tsx
src/components/form-elements/FileUploadView.module.css
+4
-0
src/components/form-elements/FileUploadView.module.css
src/components/form-elements/FileUploadView.tsx
+2
-2
src/components/form-elements/FileUploadView.tsx
src/components/form-elements/InspectCheckOne.module.css
+48
-25
src/components/form-elements/InspectCheckOne.module.css
src/components/form-elements/InspectCheckOne.tsx
+110
-1
src/components/form-elements/InspectCheckOne.tsx
src/components/form/FormViewer.js
+40
-4
src/components/form/FormViewer.js
src/components/form/fields/Checkbox.js
+1
-0
src/components/form/fields/Checkbox.js
src/components/form/fields/Toggle.js
+30
-0
src/components/form/fields/Toggle.js
src/layouts/Inspector/ConsentFormView.tsx
+32
-3
src/layouts/Inspector/ConsentFormView.tsx
src/layouts/Inspector/FormView.tsx
+135
-7
src/layouts/Inspector/FormView.tsx
src/layouts/Inspector/InspectionSummaryLayout.tsx
+6
-2
src/layouts/Inspector/InspectionSummaryLayout.tsx
src/layouts/Regulator/ReviewApplicationLayout.tsx
+30
-3
src/layouts/Regulator/ReviewApplicationLayout.tsx
src/states/atoms.tsx
+6
-0
src/states/atoms.tsx
with
545 additions
and
92 deletions
+545
-92
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