Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
4a73a2f
Home Page
zain55337 Jul 6, 2023
559c796
Adjusting Prettier in Assets Files
zain55337 Jul 6, 2023
9783ef6
Prettier of Assets Ignored
zain55337 Jul 6, 2023
86d41dc
Assets out and fix error of prettier
zain55337 Jul 6, 2023
9137c6c
Theme Assets Integration
zain55337 Jul 7, 2023
7d67b20
Format Instruction Page
zain55337 Jul 11, 2023
19d264c
Remove the up icon from footer
zain55337 Jul 11, 2023
3815b45
Update GenerateCSV.jsx
zain55337 Jul 11, 2023
b9abe27
Upload spectrum and generate report Page
zain55337 Jul 12, 2023
d4109b9
About Page Improvment
zain55337 Jul 12, 2023
0c4e24f
Remove Footer Bar
zain55337 Jul 14, 2023
68fc62d
Remove Upper Link
zain55337 Jul 14, 2023
68050e4
About Us Page Improvement
zain55337 Jul 19, 2023
a053c80
Update About.jsx
zain55337 Jul 19, 2023
9538fdd
Text Align in the start
zain55337 Jul 20, 2023
fdaca00
Progress Bar Steps
zain55337 Jul 20, 2023
a8440e6
Update package-lock.json
zain55337 Jul 20, 2023
48cb0f3
Update MultiStepProgressBar.jsx
zain55337 Jul 20, 2023
c4680fe
Drag and Drop File
zain55337 Jul 20, 2023
2f9006d
Mobile Responsiveness
zain55337 Jul 27, 2023
89daca1
Chart Fixing in Mobile Screens
zain55337 Aug 5, 2023
6ea942a
Let to Const
zain55337 Aug 5, 2023
d9539d5
Adjusting CSV before uploading
zain55337 Aug 8, 2023
c7a6d6c
React Bootstrap
zain55337 Aug 8, 2023
a896b6f
React Bootstrap
zain55337 Aug 8, 2023
ef681dd
Latest dependencies
zain55337 Aug 8, 2023
51b16ba
Test Issues
zain55337 Aug 10, 2023
9772515
Error Fixing
zain55337 Aug 16, 2023
3993344
Column Selection CSV
zain55337 Aug 24, 2023
9962d09
Remove Numbering from about tabs
zain55337 Aug 24, 2023
d596ecb
About Page, CSV Rendering, Graph Plots saving as PNG and SVG
zain55337 Sep 4, 2023
fda235c
Styling Adjustments
zain55337 Sep 6, 2023
7049c48
Adjusting PNG Plot Download in Safari
zain55337 Sep 7, 2023
a715e39
XLSX File Upload
zain55337 Sep 15, 2023
7f97edf
Tooltip Example
zain55337 Sep 22, 2023
3958870
tooltip example
zain55337 Sep 22, 2023
7af470d
Tooltip Task
zain55337 Sep 27, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,8 @@ module.exports = {
sourceType: "module",
},
plugins: ["react", "jest"],
rules: {},
rules: {
"import/no-extraneous-dependencies": ["error", { devDependencies: true }],
"no-param-reassign": 0,
},
};
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v12.16.3
v14.17.0
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ dist
*.yaml
*.json
*.css
assets/*
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ We use [Prettier](https://prettier.io) to ensure consistent code formatting and

```
$ brew install nvm
$ source ~/.nvm/nvm.sh
$ # Follow instructions to configure your bash config
```

Expand Down
Loading