Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
103d579
BALDER-554: förtroendemodellen init
May 8, 2025
391789b
BALDER-554: förtroendemodellen init
May 8, 2025
ff0a498
BALDER-554: förtroendemodellen test
May 8, 2025
1b345d8
DIGG-549: result page
May 12, 2025
d8885a1
DIGG-560: Organisation check
May 13, 2025
7b99d8c
DIGG-560: Organisation check
May 13, 2025
e5f3769
DIGG-560: Form ending
May 14, 2025
0906642
DIGG-560: Form ending add risk titles
May 14, 2025
c70b7fa
DIGG-560: Questions left in result
May 16, 2025
bafe3f3
DIGG-560: Remove preamble
May 16, 2025
3826539
implementera matomo
May 23, 2025
b938fbc
Matomo push
May 23, 2025
618b51a
DIGG-566: Matomo implementation
May 26, 2025
482eb9a
DIGG-566: text size
May 28, 2025
79f1e0d
Merge remote-tracking branch 'origin/DIGG-554' into release-5-1-7
Jun 2, 2025
e191742
Merge remote-tracking branch 'origin/DIGG-566' into release-5-1-7
Jun 2, 2025
7e6b0a9
DIGG-586: Reuse preview draft
Oct 30, 2025
f6feebc
DIGG-572: Security text
Oct 30, 2025
bdd329a
Merge pull request #614 from diggsweden/DIGG-572
AlessandroGasperini Nov 4, 2025
8bba38c
Merge pull request #613 from diggsweden/DIGG-586
AlessandroGasperini Nov 4, 2025
2680537
DIGG-277: Update github actions to Node.20 >
Nov 12, 2025
af783c0
DIGG-581: No pre fetch on Organisation facets
Nov 12, 2025
1e707d1
DIGG-581: Skeleton on loading in facet dropdown
Nov 12, 2025
e0ed671
DIGG-596: Generella förbättringar
Nov 14, 2025
4ca5c16
DIGG-595: Update search result tags design
Nov 14, 2025
d0e6d4b
DIGG-592: Move links to about dataset
Nov 14, 2025
2c57d8d
Merge remote-tracking branch 'origin/DIGG-572' into release-5-1-9
Nov 18, 2025
8c9e968
Merge remote-tracking branch 'origin/DIGG-581' into release-5-1-9
Nov 18, 2025
e1a63de
Merge remote-tracking branch 'origin/DIGG-596' into release-5-1-9
Nov 18, 2025
eca2f74
Merge remote-tracking branch 'origin/DIGG-595' into release-5-1-9
Nov 18, 2025
0ba0203
Merge remote-tracking branch 'origin/DIGG-592' into release-5-1-9
Nov 18, 2025
414713e
DIGG-594: Search filters open + duplicates
Nov 18, 2025
b97a30b
Merge pull request #622 from diggsweden/DIGG-594
AlessandroGasperini Nov 18, 2025
72d8cb1
DIGG-594: form dropdown value
Nov 18, 2025
99e8ec7
Merge pull request #624 from diggsweden/DIGG-594
AlessandroGasperini Nov 18, 2025
17013a6
Release 5-1-9 test update
Nov 18, 2025
9a62b20
release update
Nov 20, 2025
17c53e4
DIGG-593: Info column for Daraseries
Nov 24, 2025
92f2f82
Merge pull request #625 from diggsweden/DIGG-593
AlessandroGasperini Nov 24, 2025
7b5fe17
Merge pull request #626 from diggsweden/DIGG-277
AlessandroGasperini Nov 24, 2025
89637cf
reuse-preview
Nov 25, 2025
9afac7b
Merge pull request #627 from diggsweden/reuse-preview
AlessandroGasperini Nov 25, 2025
d1d4604
Merge remote-tracking branch 'origin/release-5-1-8' into release-merge
Nov 25, 2025
1f1047d
release merge from previous
Nov 25, 2025
2eedb1d
DIGG-572: Uppdatera security text
Nov 28, 2025
3af369c
Merge pull request #629 from diggsweden/DIGG-572
AlessandroGasperini Nov 28, 2025
8933cf3
release-5-1-9 metasolutions add
Dec 1, 2025
293fe6e
release 5 1 9 organisations label
Dec 12, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
creds: ${{ secrets.AZURE_CREDENTIALS }}

- name: "Checkout GitHub Action"
uses: actions/checkout@master
uses: actions/checkout@v4

- name: Extract branch name
shell: bash
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '22'
cache: 'yarn'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
contents: read

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Build image
run: docker build . --file Dockerfile --tag $IMAGE_NAME --label "runnumber=${GITHUB_RUN_ID}"
Expand Down
6 changes: 6 additions & 0 deletions components/blocks/block-list/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import {
} from "@/graphql/__generated__/operations";

import { CtaCardBlock } from "../cta-card-block";
import { FortroendemodellenFrom } from "../fortroendemodellen-v2";
interface blockListProps {
blocks:
| ContainerDataFragment["blocks"]
Expand All @@ -31,6 +32,7 @@ interface blockListProps {
| StartPageDataFragment["blocks"];
className?: string;
landingPage?: boolean;
formPage?: boolean;
}

/**
Expand Down Expand Up @@ -72,6 +74,7 @@ export const BlockList: FC<blockListProps> = ({
blocks,
className,
landingPage,
formPage,
}) => {
const { t } = useTranslation();

Expand Down Expand Up @@ -116,6 +119,7 @@ export const BlockList: FC<blockListProps> = ({
{...block}
key={getUniqueKey(block, index)}
landingPage={landingPage}
formPage={formPage}
/>
);
case "dataportal_Digg_ModuleList": {
Expand Down Expand Up @@ -165,6 +169,8 @@ export const BlockList: FC<blockListProps> = ({
);
case "dataportal_Digg_CTACardBlock":
return <CtaCardBlock {...block} key={getUniqueKey(block, index)} />;
case "dataportal_Digg_FoertroendemodellenBlock":
return <FortroendemodellenFrom key={getUniqueKey(block, index)} />;
default: {
const unknownBlock = block as { __typename: string; id: string };
return (
Expand Down
Loading
Loading