Skip to content

Commit

Permalink
#178 Update download URL to work with Zustand
Browse files Browse the repository at this point in the history
- Rework Download URL to use simpler state options
- Amend tests to reflect new layout
- Fix some other bugs/css
  • Loading branch information
Nospamas committed Mar 4, 2024
1 parent 2c52eee commit 58a085d
Show file tree
Hide file tree
Showing 23 changed files with 485 additions and 453 deletions.
3 changes: 2 additions & 1 deletion jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"paths": {
"@/*": ["./src/*"]
}
}
},
"include": ["./src/**/*"]
}
169 changes: 0 additions & 169 deletions src/api/pdp-data-service.js

This file was deleted.

210 changes: 0 additions & 210 deletions src/api/pdp-data-service.test.js

This file was deleted.

File renamed without changes.
2 changes: 1 addition & 1 deletion src/components/info/NetworksMetadata.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { useNetworks } from "@/state/query-hooks/use-networks";
import useConfigContext from "@/state/context-hooks/use-config-context";
import { NetworkSpot } from "./NetworkSpot";

import "./NetworksMetadata.module.css";
import "./NetworksMetadata.css";

logger.configure({ active: true });

Expand Down
Loading

0 comments on commit 58a085d

Please sign in to comment.