Skip to content

Commit f9fdb8e

Browse files
committed
Merge branch 'feat/header' of https://github.com/hotosm/openaerialmap into feat/header
2 parents 2d1a3c1 + c826b23 commit f9fdb8e

File tree

3 files changed

+14
-11
lines changed

3 files changed

+14
-11
lines changed

backend/stac-api/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ machine by visiting, <http://0.0.0.0:8082/api.html>.
2929
## Upgrading
3030

3131
The original source for `main.py` in this directory is:
32-
https://github.com/stac-utils/stac-fastapi-pgstac/blob/main/stac_fastapi/pgstac/app.py
32+
<https://github.com/stac-utils/stac-fastapi-pgstac/blob/main/stac_fastapi/pgstac/app.py>
3333

3434
In order to upgrade, we should diff `main.py` against the 'official' `app.py` to
3535
check for changes to incorporate, then update the version pinned in `pyproject.toml`,

frontend/app/main.tsx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -51,16 +51,16 @@ function AppContent() {
5151
height: `calc(100vh - var(--hot-spacing-4x-large))`
5252
}}
5353
>
54-
<Sidebar
55-
isDetailPaneShown={showDetailPane}
56-
setShowDetailPane={setShowDetailPane}
57-
/>
58-
<Detail
59-
isDetailPaneShown={showDetailPane}
60-
setShowDetailPane={setShowDetailPane}
61-
/>
54+
<Sidebar
55+
isDetailPaneShown={showDetailPane}
56+
setShowDetailPane={setShowDetailPane}
57+
/>
58+
<Detail
59+
isDetailPaneShown={showDetailPane}
60+
setShowDetailPane={setShowDetailPane}
61+
/>
6262
<div style={{ flex: 1, position: 'relative' }}>
63-
<MapComponent />
63+
<MapComponent />
6464
</div>
6565
</div>
6666
</StacProvider>

frontend/index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<!doctype html>
2-
<html lang="en" class="hot-theme-light wa-theme-default wa-palette-hotosm wa-brand-red wa-neutral-gray wa-success-cyan wa-warning-yellow wa-danger-orange">
2+
<html
3+
lang="en"
4+
class="hot-theme-light wa-theme-default wa-palette-hotosm wa-brand-red wa-neutral-gray wa-success-cyan wa-warning-yellow wa-danger-orange"
5+
>
36
<head>
47
<meta charset="utf-8" />
58
<meta

0 commit comments

Comments
 (0)