Skip to content

Commit

Permalink
Port to vite (#140)
Browse files Browse the repository at this point in the history
* port most functionality to vite

* fix most alignment issues, but introduces other useability issues

* revamp most UI, breaks certain things though

* attempt to make filtering UX nicer

* clean up styling and apply standard formatting

* finish ui overhaul

* fix prod build

* fix program filter

* fix eslint

* fix CI

* fix CI again

* attempt to fix eslint ignore

* add back default props to tooltip nav item

* update README

* bump version and merge package.jsons

* remove legacy peer deps flag
  • Loading branch information
bluskript committed Jun 23, 2022
1 parent 171342b commit 429f9f0
Show file tree
Hide file tree
Showing 78 changed files with 1,015 additions and 1,860 deletions.
1 change: 0 additions & 1 deletion .dockerignore
Expand Up @@ -21,7 +21,6 @@ node_modules

release/app/dist
release/build
.erb/dll

.idea
npm-debug.log.*
Expand Down
8 changes: 0 additions & 8 deletions .erb/configs/.eslintrc

This file was deleted.

58 changes: 0 additions & 58 deletions .erb/configs/webpack.config.base.ts

This file was deleted.

3 changes: 0 additions & 3 deletions .erb/configs/webpack.config.eslint.ts

This file was deleted.

82 changes: 0 additions & 82 deletions .erb/configs/webpack.config.main.prod.ts

This file was deleted.

77 changes: 0 additions & 77 deletions .erb/configs/webpack.config.renderer.dev.dll.ts

This file was deleted.

0 comments on commit 429f9f0

Please sign in to comment.