Skip to content

Commit

Permalink
vite-refactor (#503)
Browse files Browse the repository at this point in the history
* Added vite, necessary plugins, typescript configs

- svgr to create react components from svg files
- tsconfigpaths for relative routing in typescript
- createHtmlPlugin to generate html template

* Renamed all js files to ts for compiling

- Contains errors in ts that needs to be addressed

* example html for vite

* utilize svgr for vite plugin due to no babel

* updated index file to utilize vite env

* Changed to absolute paths

Vite will not recognize relative paths for scss files
used @ as an alias for src directory

* attempt at vite build

* Removed warning for improperly cased props

* Added aria label for react-axe accessibility warning
  • Loading branch information
bennyv8 authored Mar 7, 2024
1 parent 3aa6974 commit 05ae319
Show file tree
Hide file tree
Showing 62 changed files with 6,848 additions and 656 deletions.
1 change: 1 addition & 0 deletions frontend/dist/assets/QualifierComponents-5WGFz71t.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions frontend/dist/assets/QualifierPageCalendar-rk_-nAza.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions frontend/dist/assets/QualifierPageRoles-gCbCKaDL.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added frontend/dist/assets/Roboto-Black-ypY23zjm.ttf
Binary file not shown.
Binary file not shown.
Binary file added frontend/dist/assets/Roboto-Bold-wdYaghTE.ttf
Binary file not shown.
Binary file not shown.
Binary file added frontend/dist/assets/Roboto-Italic-yK3-sX5L.ttf
Binary file not shown.
Binary file added frontend/dist/assets/Roboto-Light-S5abS0_k.ttf
Binary file not shown.
Binary file not shown.
Binary file added frontend/dist/assets/Roboto-Medium-I2XihElK.ttf
Binary file not shown.
Binary file not shown.
Binary file added frontend/dist/assets/Roboto-Regular-hkn5xaCT.ttf
Binary file not shown.
Binary file added frontend/dist/assets/Roboto-Thin-xHWA-Hn8.ttf
Binary file not shown.
Binary file not shown.
16 changes: 16 additions & 0 deletions frontend/dist/assets/cop-icon-datascience-P0oI9_8t.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions frontend/dist/assets/cop-icon-ops-DijDccX8.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 05ae319

Please sign in to comment.