Skip to content

Commit

Permalink
Removes loading modal from dashboard ui (#135)
Browse files Browse the repository at this point in the history
* Removed loading modal from dashboard UI home page
* Downgraded typescript dependency to 5.5.4 to satisfy linter
  • Loading branch information
amorey authored Oct 26, 2024
1 parent 200f358 commit ba756b9
Show file tree
Hide file tree
Showing 5 changed files with 71 additions and 108 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ lerna-debug.log*
!/modules/server/website/
!/modules/server/website/.gitkeep

# vite
.vite

# tilt (custom)
.tilt

Expand Down
2 changes: 1 addition & 1 deletion dashboard-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"react-router-dom": "^6.27.0",
"rollup-plugin-visualizer": "^5.12.0",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"typescript": "5.5.4",
"vite": "^5.4.9",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^5.0.1",
Expand Down
Loading

0 comments on commit ba756b9

Please sign in to comment.