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
ada504b9
Commit
ada504b9
authored
3 years ago
by
Sakthivel G
Browse files
Options
Download
Plain Diff
Merge branch 'release-3.0.0' into 'master'
Release 3.0.0 See merge request smf/smf-web!21
parents
7b92c526
a0fbb8d1
master
accept_file_type
cards-value-changes
delete-form
delete-user
form-issue
inspector-model
label-change
No related merge requests found
Changes
25
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
src/Router.js
+6
-0
src/Router.js
src/components/cards/CardFive.module.css
+16
-0
src/components/cards/CardFive.module.css
src/components/cards/CardFive.tsx
+20
-0
src/components/cards/CardFive.tsx
src/components/cards/index.ts
+1
-0
src/components/cards/index.ts
src/components/form/FormViewer.js
+77
-43
src/components/form/FormViewer.js
src/components/form/fields/Checkbox.js
+1
-1
src/components/form/fields/Checkbox.js
src/components/modal/InspectionScheduleModal.module.css
+19
-5
src/components/modal/InspectionScheduleModal.module.css
src/components/status-bar/StatusBarLarge.tsx
+96
-89
src/components/status-bar/StatusBarLarge.tsx
src/constants/ApiConstants.ts
+2
-1
src/constants/ApiConstants.ts
src/constants/LangConstants.ts
+3
-1
src/constants/LangConstants.ts
src/layouts/Inspector/AllApplicationsTab.tsx
+127
-23
src/layouts/Inspector/AllApplicationsTab.tsx
src/layouts/Inspector/ConsentFormView.tsx
+1712
-0
src/layouts/Inspector/ConsentFormView.tsx
src/layouts/Inspector/FormView.tsx
+88
-70
src/layouts/Inspector/FormView.tsx
src/layouts/Regulator/ReviewApplicationLayout.tsx
+250
-79
src/layouts/Regulator/ReviewApplicationLayout.tsx
src/layouts/index.ts
+1
-0
src/layouts/index.ts
src/layouts/reviewer/Users.tsx
+169
-143
src/layouts/reviewer/Users.tsx
src/pages/Inspector/InspectorApplications.tsx
+67
-11
src/pages/Inspector/InspectorApplications.tsx
src/pages/Inspector/InspectorHome.tsx
+181
-77
src/pages/Inspector/InspectorHome.tsx
src/pages/Inspector/ViewApplication.tsx
+2
-23
src/pages/Inspector/ViewApplication.tsx
src/pages/Inspector/ViewConsentApplication.tsx
+172
-0
src/pages/Inspector/ViewConsentApplication.tsx
with
3010 additions
and
566 deletions
+3010
-566
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