Skip to content

Commit

Permalink
chore: Migrate client to vite! (#844)
Browse files Browse the repository at this point in the history
* feat: Migrate to vite bundler [WiP]
Mostly works but some issues with svg loading and such

* chore: Update vite.config related to SVGs

* chore: Remove react-scripts!!!

* chore: Fix vite svg imports and ReactComponent typing + Silence eslint about svg import not resolved

* chore: Remove accidentally commited wasm from git (.gitignore it)

* chore: Add Vite-Aliases! + Fix image resource relative paths in scss with vite-alias

* chore: Remove unused react-scripts declaration helper

* chore: Set port 3000 for vite preview

* chore: Remove craco config

* fix: Fix broken package.json

* chore: Remove A LOT of unused npm dependencies (needs torough testing of chrysalis and legacy pages)

* chore: Reinstall @types/d3-transition to avoid eslint errors

* chore: Make alias import work with eslint and ts + Simplify .eslintrc and SHRINK file by ~5700%

* chore: Update ALL imports in src/** to use aliases

* chore: Bump client to v3.3.2

* chore: Re-enable tests with vitest and hook into build

* chore: Bump api version to 3.3.2 + Update CHANGELOGS
  • Loading branch information
msarcev authored Nov 24, 2023
1 parent deb3ffd commit 0f30e83
Show file tree
Hide file tree
Showing 222 changed files with 13,993 additions and 39,574 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ application-data
/api/.env
/api/logs/
/client/build
/client/public/iota_sdk_wasm_bg.wasm

config.dev.json
config.local.json
Expand Down
9 changes: 9 additions & 0 deletions api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## v3.3.2

* Updated npm dependencies
* Fixed issue with backend performance degrading over time on higher traffic

## v3.3.0

* Migrated to iota-sdk as base library for startdust networks

## v3.2.0

* Add Token distribution Stats
Expand Down
4 changes: 2 additions & 2 deletions api/package-lock.json

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

2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "explorer-api",
"description": "API for Tangle Explorer",
"version": "3.3.0",
"version": "3.3.2",
"author": "Martyn Janes <[email protected]>",
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit 0f30e83

Please sign in to comment.