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
c5971c4e
Commit
c5971c4e
authored
2 years ago
by
Sakthivel G
Browse files
Options
Download
Plain Diff
Merge branch 'dashboard-feature' into 'release-3.0.0'
Dashboard feature See merge request smf/smf-web!33
parents
ccee9ea8
a1c1ead0
master
accept_file_type
cards-value-changes
delete-form
delete-user
form-issue
inspector-model
label-change
No related merge requests found
Changes
21
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
package.json
+1
-0
package.json
public/css/primary.css
+783
-0
public/css/primary.css
public/index.html
+1
-0
public/index.html
src/components/charts/ChartType.js
+23
-7
src/components/charts/ChartType.js
src/components/charts/DateFilter.js
+510
-0
src/components/charts/DateFilter.js
src/components/charts/GenericCharts.js
+3
-0
src/components/charts/GenericCharts.js
src/components/charts/LineChart.js
+9
-9
src/components/charts/LineChart.js
src/components/charts/PieChart.js
+15
-15
src/components/charts/PieChart.js
src/components/charts/WidgetNavBar.js
+29
-28
src/components/charts/WidgetNavBar.js
src/components/date-picker/DatePicker.js
+111
-0
src/components/date-picker/DatePicker.js
src/components/date-picker/DatePickerContext.js
+15
-0
src/components/date-picker/DatePickerContext.js
src/components/date-picker/Day.js
+111
-0
src/components/date-picker/Day.js
src/components/date-picker/GetColor.js
+27
-0
src/components/date-picker/GetColor.js
src/components/date-picker/Month.js
+58
-0
src/components/date-picker/Month.js
src/components/date-picker/NavButton.js
+18
-0
src/components/date-picker/NavButton.js
src/layouts/Dashboard/DashboardLayout.tsx
+1
-0
src/layouts/Dashboard/DashboardLayout.tsx
src/layouts/Dashboard/PageLayout.js
+1
-0
src/layouts/Dashboard/PageLayout.js
src/pages/Dashboard/Landing.tsx
+17
-7
src/pages/Dashboard/Landing.tsx
src/states/atoms.tsx
+1
-2
src/states/atoms.tsx
src/styles/chart.css
+36
-14
src/styles/chart.css
with
1770 additions
and
82 deletions
+1770
-82
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