Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bibdk2021 2038 quickfilters #1450

Open
wants to merge 29 commits into
base: main
Choose a base branch
from
Open

Bibdk2021 2038 quickfilters #1450

wants to merge 29 commits into from

Conversation

pjohans
Copy link
Member

@pjohans pjohans commented Apr 24, 2024

No description provided.

Copy link
Contributor

@YousefMohsen YousefMohsen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ser godt ud 💪

Comment on lines 1 to 8
import List from "@/components/base/forms/list";
import styles from "./quickFilter.module.css";
import { useQuickFilters } from "@/components/search/advancedSearch/useQuickFilters";
import Translate from "@/components/base/translate";
import Text from "@/components/base/text/Text";

function ListGroup({ filter }) {
const { addQuickFilter, selectedQuickFilters } = useQuickFilters();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

QuickFilter.js med stort Q 😬

Comment on lines 36 to 38
</Text>
{/*<p>{row.description}</p>*/}
</List.Radio>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Skal det væk🧹

Comment on lines 18 to 33
.radio:first-child {
border: none;
/*background-color: red;*/
}

.groupcontent {
padding-left: var(--pt2);
}

.filterContainer {
/*background-color: blue;*/
margin-bottom: var(--pt2);
/*padding: 0 0 0 var(--pt2);*/
/*margin: 0 0 var(--pt2) var(--pt2);*/
}

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Skal det ikke væk🧹🧹

Comment on lines 135 to 138
}

console.log(selectedFacets, "SELECTED");
setFacetsQuery(JSON.stringify(selectedFacets));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hov 🧹🧹🧹

Comment on lines 13 to 15
const quickfilters = [
// { label: "fisk", searchIndex: "term.accesstype", values: ["online"] },
{
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fisk🐟

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants