Skip to content

Commit

Permalink
Use react-bootstrap to create Header and Footer
Browse files Browse the repository at this point in the history
  Found that the react-bootstrap is more easy to create bootstrap based
  components. Will introduce it and use across all components design
  • Loading branch information
ligangty committed Nov 28, 2023
1 parent 29e1192 commit 1f9e8f2
Show file tree
Hide file tree
Showing 6 changed files with 281 additions and 104 deletions.
8 changes: 4 additions & 4 deletions src/main/webui/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@
2,
"unix"
],
"lines-around-comment": 2,
"lines-around-directive": 2,
"lines-between-class-members": 2,
"lines-around-comment": 1,
"lines-around-directive": 1,
"lines-between-class-members": 1,
"max-classes-per-file": 2,
"max-depth": 2,
"max-len": 0,
Expand All @@ -121,7 +121,7 @@
"max-statements": 0,
"max-statements-per-line": 2,
"multiline-comment-style": [
2,
1,
"separate-lines"
],
"new-cap": 2,
Expand Down
Loading

0 comments on commit 1f9e8f2

Please sign in to comment.