-
-
+
+
+
-
+
Sign In with your WRI Credentials
- )
+ );
}
diff --git a/deployment/frontend/src/components/_shared/Modal.tsx b/deployment/frontend/src/components/_shared/Modal.tsx
index 36948a786..c8aa97f3e 100644
--- a/deployment/frontend/src/components/_shared/Modal.tsx
+++ b/deployment/frontend/src/components/_shared/Modal.tsx
@@ -34,7 +34,7 @@ export default function Modal({ open, setOpen, children, className = "" }: { ope
-
+
{
[1, 2, 3, 4, 5, 6].map((items) => {
diff --git a/deployment/frontend/src/components/dashboard/_shared/SearchHeader.tsx b/deployment/frontend/src/components/dashboard/_shared/SearchHeader.tsx
index 99fbfdc4c..552f2a1d7 100644
--- a/deployment/frontend/src/components/dashboard/_shared/SearchHeader.tsx
+++ b/deployment/frontend/src/components/dashboard/_shared/SearchHeader.tsx
@@ -5,7 +5,7 @@ import { MagnifyingGlassIcon } from "@heroicons/react/20/solid";
function LeftNode({ placeholder }: { placeholder?: string }) {
return (
)
diff --git a/deployment/frontend/src/components/dashboard/datasets/DatasetTabs.tsx b/deployment/frontend/src/components/dashboard/datasets/DatasetTabs.tsx
index 68dee0bbc..a872b538e 100644
--- a/deployment/frontend/src/components/dashboard/datasets/DatasetTabs.tsx
+++ b/deployment/frontend/src/components/dashboard/datasets/DatasetTabs.tsx
@@ -10,7 +10,7 @@ import { Swiper, SwiperSlide } from "swiper/react";
import "swiper/css";
import "swiper/css/navigation";
import "swiper/css/pagination";
-import { PlusSmallIcon, PlusCircleIcon } from '@heroicons/react/24/outline'
+import { PlusSmallIcon, PlusCircleIcon } from "@heroicons/react/24/outline";
type TabProps = {
name: string;
@@ -25,7 +25,7 @@ export default function DatasetTabs({ tabs }: { tabs: TabProps[] }) {
return (
<>
{tabs.map((tab) => (
-
+
{({ selected }) => (
- {tab.title === 'Add dataset' ? (
-
-
-
+ {tab.title === "Add dataset" ? (
+
- ) : (
{tab.title})
- }
-
+ ) : (
+
{tab.title}
+ )}
)}
@@ -59,14 +65,10 @@ export default function DatasetTabs({ tabs }: { tabs: TabProps[] }) {
))}
>
);
diff --git a/deployment/frontend/src/components/datasets/DatasetHeader.tsx b/deployment/frontend/src/components/datasets/DatasetHeader.tsx
index 2b437a3b5..cb8403876 100644
--- a/deployment/frontend/src/components/datasets/DatasetHeader.tsx
+++ b/deployment/frontend/src/components/datasets/DatasetHeader.tsx
@@ -18,12 +18,14 @@ import Link from "next/link";
export function DatasetHeader() {
return (
-
+
-
+
+
+
diff --git a/deployment/frontend/src/components/home/HomeFooter.tsx b/deployment/frontend/src/components/home/HomeFooter.tsx
index 7d1571766..89fce5087 100644
--- a/deployment/frontend/src/components/home/HomeFooter.tsx
+++ b/deployment/frontend/src/components/home/HomeFooter.tsx
@@ -1,6 +1,6 @@
import Image from "next/image";
import { Button } from "../_shared/Button";
-import { EnvelopeIcon } from "@heroicons/react/24/outline";
+import { EnvelopeIcon } from "@heroicons/react/20/solid";
export function HomeFooter() {
return (
@@ -18,8 +18,8 @@ export function HomeFooter() {
Read More
-
-
+
+
ABOUT WRI
About us
@@ -38,26 +38,22 @@ export function HomeFooter() {
Our Work
Our Approach
-
-
+
+
STAY UP TO DATE WITH THE NEWS{" "}
-
-
-
-
-
-
-
-
+
+
+
-
- SUBSCRIBE
-
+
SUBSCRIBE
diff --git a/deployment/frontend/src/components/search/Facet.tsx b/deployment/frontend/src/components/search/Facet.tsx
index 94d0137e3..e24b29e7f 100644
--- a/deployment/frontend/src/components/search/Facet.tsx
+++ b/deployment/frontend/src/components/search/Facet.tsx
@@ -29,7 +29,7 @@ export default function Facet({
diff --git a/deployment/frontend/src/components/search/FilteredSearchLayout.tsx b/deployment/frontend/src/components/search/FilteredSearchLayout.tsx
index 537025f70..3222acf62 100644
--- a/deployment/frontend/src/components/search/FilteredSearchLayout.tsx
+++ b/deployment/frontend/src/components/search/FilteredSearchLayout.tsx
@@ -1,9 +1,8 @@
import { Fragment, useState } from "react";
import { Dialog, Disclosure, Transition } from "@headlessui/react";
-import { Bars3Icon, XMarkIcon } from "@heroicons/react/24/outline";
+import { Bars3Icon, ChevronRightIcon, XMarkIcon } from "@heroicons/react/24/outline";
import Facet from "./Facet";
import LocationSearch from "./LocationSearch";
-import { ArrowLeftIcon, ArrowRightIcon } from "@heroicons/react/20/solid";
import classNames from "@/utils/classnames";
export default function FilteredSearchLayout({
@@ -219,7 +218,7 @@ export default function FilteredSearchLayout({
<>
-
-
-
-
+
-
)
}
diff --git a/deployment/frontend/src/components/topics/Hero.tsx b/deployment/frontend/src/components/topics/Hero.tsx
index 86795b902..4304e2f82 100644
--- a/deployment/frontend/src/components/topics/Hero.tsx
+++ b/deployment/frontend/src/components/topics/Hero.tsx
@@ -9,14 +9,14 @@ export function Hero() {
-
-
+
Topic 1
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
diff --git a/deployment/frontend/src/components/topics/Subtopics.tsx b/deployment/frontend/src/components/topics/Subtopics.tsx
index 92cbbd4c2..d4950e4c9 100644
--- a/deployment/frontend/src/components/topics/Subtopics.tsx
+++ b/deployment/frontend/src/components/topics/Subtopics.tsx
@@ -57,7 +57,7 @@ export default function Subtopics() {
className=" mx-auto mt-8 flex max-w-[1380px] flex-col gap-y-6 px-4 font-acumin sm:px-6 lg:mt-16 xxl:px-0"
>
- Subtopics
+ Subtopics ({subtopics.length})
diff --git a/deployment/frontend/src/components/topics/TopicsSearch.tsx b/deployment/frontend/src/components/topics/TopicsSearch.tsx
index 3a14b6bc7..52cc3f49d 100644
--- a/deployment/frontend/src/components/topics/TopicsSearch.tsx
+++ b/deployment/frontend/src/components/topics/TopicsSearch.tsx
@@ -6,12 +6,14 @@ export default function TopicsSearch() {
-
-
-
+
diff --git a/deployment/frontend/src/pages/datasets/[datasetName].tsx b/deployment/frontend/src/pages/datasets/[datasetName].tsx
index e0c5fe50e..f95ec037b 100644
--- a/deployment/frontend/src/pages/datasets/[datasetName].tsx
+++ b/deployment/frontend/src/pages/datasets/[datasetName].tsx
@@ -55,12 +55,12 @@ export default function DatasetPage() {
-
-
+
+
diff --git a/deployment/frontend/src/styles/globals.scss b/deployment/frontend/src/styles/globals.scss
index eaf5dc3c7..abf128c67 100644
--- a/deployment/frontend/src/styles/globals.scss
+++ b/deployment/frontend/src/styles/globals.scss
@@ -24,6 +24,17 @@ body, html {
float: none;
}
+.suggestions {
+ max-height: 220px;
+}
+
+@media screen and (min-width: 640px) {
+.mapboxgl-ctrl-geocoder--input {
+ height: 36px;
+ padding: 6px 35px !important;
+}
+}
+
.dataset-tabs .swiper-slide {
width: fit-content !important;
}
@@ -36,6 +47,7 @@ body, html {
width: fit-content !important;
}
+
input[type="color"] {
-webkit-appearance: none;
border: none;
diff --git a/deployment/frontend/src/styles/rte.css b/deployment/frontend/src/styles/rte.css
index bd99280ea..01901ed68 100644
--- a/deployment/frontend/src/styles/rte.css
+++ b/deployment/frontend/src/styles/rte.css
@@ -2,9 +2,9 @@ html {
box-sizing: border-box;
}
-*,
-*:before,
-*:after {
+.editor *,
+.editor *:before,
+.editor *:after {
box-sizing: inherit;
}