Skip to content

Commit

Permalink
Merge branch 'simplify'
Browse files Browse the repository at this point in the history
* simplify:
  Removed some user interface tests
  Remove PageHeader in favor of PageHeaderV2
  • Loading branch information
davenquinn committed Nov 16, 2024
2 parents e4d538e + b721fde commit 8ce665d
Show file tree
Hide file tree
Showing 16 changed files with 15 additions and 477 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
"@blueprintjs/table": "^5.1.4",
"@lagunovsky/redux-react-router": "^3.2.0",
"@loadable/component": "^5.14.1",
"@macrostrat-web/data-sheet-test": "workspace:*",
"@macrostrat-web/globe": "workspace:*",
"@macrostrat-web/lithology-hierarchy": "workspace:*",
"@macrostrat-web/map-utils": "workspace:*",
Expand Down
15 changes: 0 additions & 15 deletions packages/data-sheet-test/package.json

This file was deleted.

83 changes: 0 additions & 83 deletions packages/data-sheet-test/src/index.ts

This file was deleted.

55 changes: 0 additions & 55 deletions packages/data-sheet-test/src/main.module.sass

This file was deleted.

5 changes: 2 additions & 3 deletions pages/+Page.mdx
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
export { ContentPage as default } from "~/layouts";
import { macrostratInstance } from "@macrostrat-web/settings";
import { PageHeaderV2 } from "~/components";
import { PageHeader } from "~/components";
import { LinkCard } from "~/components/cards";

<PageHeaderV2 title="Macrostrat"></PageHeaderV2>
<PageHeader title="Macrostrat"></PageHeader>

<LinkCard href="/map" title="Map interface">
Macrostrat's main map interface showing a harmonized view of the Earth's crust
Expand Down
5 changes: 2 additions & 3 deletions pages/dev/+Page.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export { ContentPage as default } from "~/layouts";
import { PageHeaderV2 } from "~/components";
import { PageHeader } from "~/components";

<PageHeaderV2 title="Development" showLogo></PageHeaderV2>
<PageHeader title="Development" showLogo></PageHeader>

## Maps

Expand All @@ -24,5 +24,4 @@ import { PageHeaderV2 } from "~/components";

## Miscellaneous

- [User interface tests](/dev/ui-tests)
- [CriticalMAAS](/integrations/criticalmaas)
Loading

0 comments on commit 8ce665d

Please sign in to comment.