Auto stash before checking out "origin/main"

.
This commit is contained in:
Robert Jagtiani
2025-04-02 18:48:52 +02:00
parent cfdfef039e
commit 78523171e9
33 changed files with 798 additions and 79 deletions

View File

@@ -2,7 +2,7 @@
import "../style/global.css";
import "../style/formular.css";
import "../../svelte-dialogs.config"
import Header from "#components/design/header/AusweisHeader_immowelt.astro";
import Header from "#components/design/header/AusweisHeader_partner.astro";
import Footer from "#components/design/footer/Footer.astro";
import SidebarLeft from "#components/design/sidebars/SidebarLeft.astro";
import { NotificationWrapper } from "@ibcornelsen/ui";
@@ -15,8 +15,11 @@ export interface Props {
tabHover4: string;
tabHover5: string;
tabHover6: string;
tabHover7: string;
}
const { title } = Astro.props;
const { tabHover1 } = Astro.props;
const { tabHover2 } = Astro.props;
@@ -24,6 +27,8 @@ const { tabHover3 } = Astro.props;
const { tabHover4 } = Astro.props;
const { tabHover5 } = Astro.props;
const { tabHover6 } = Astro.props;
const { tabHover7 } = Astro.props;
---
<script>
@@ -139,7 +144,7 @@ window.addEventListener("scroll", () => {
<body>
<Header {tabHover1} {tabHover2} {tabHover3} {tabHover4} {tabHover5} {tabHover6}/>
<Header {tabHover1} {tabHover2} {tabHover3} {tabHover4} {tabHover5} {tabHover6} {tabHover7}/>
<main class="w-full p-0 grid grid-cols-1 rounded-none">