-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(next15): upgrade to next 15 (#1738)
* fix(designsystem): Adding NoSSR-workarounds for designsystem flaws * chore(deps): bump next and eslint to new major versions * fix(tooltip): remove old tooltip, we are now using designsystemet * fix(next 15): migrating to next 15 + new linting rules * fix(search): create unique traveltags in the search * fix(nossr): add use client * fix(nossr): remove unsupported clone * fix(posthog): cant have dynamic import in ssr, use suspense * fix(ssr): add clientonly for tooltip in dropdowns * fix(hydration): move toastprovider inside body * refactor: rename to ClientOnly * fix(tooltip): adding id to tooltip:) * fix(contactForm): fixing up * adding _document.tsx to use meta-tag for refreshing old browsers * adding parsers to reliably check browsers * adding fallback-data for old browsers * chore(graphql): updating schema * fix(ssr): add theme from board for ssr av tavla * fix: update config * chore(bump): bump next * fix: disable eslint in generated file * refactor: move queries * fix: remove semicolon * fix: remove duplicate function * refactor: renaming document * refactor: easier to read * feat: set refresh-timer to 45
- Loading branch information
1 parent
d95a33a
commit 836c38a
Showing
61 changed files
with
1,607 additions
and
1,230 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.