Header/Footer format

pmeunier
Mar 5, 2026, 10:32 AM
O4MSEBYCPHK3GAZOHL3SYB27JMJZVKUZRJWDIIV2LCQVYOGDWW5AC

Dependencies

Change contents

  • replacement in ui/src/routes/+layout.svelte at line 12
    [2.118079][2.118079:118112]()
    <div class="my-2 ms-auto">
    [2.118079]
    [2.118112]
    <div class="my-2 ms-auto flex items-center gap-1">
  • replacement in ui/src/routes/+layout.svelte at line 14
    [2.118142][2.118142:118253]()
    Logged in as <a href="/settings" aria-label="Settings">
    {page.data.login}
    </a>
    [2.118142]
    [2.118253]
    <div>
    Logged in as <a href="/settings" aria-label="Settings">
    {page.data.login}
    </a>
    </div>
  • replacement in ui/src/routes/+layout.svelte at line 20
    [2.118303][2.118303:118365]()
    <span class="ms-2 icon-[tdesign--logout]"></span>
    [2.118303]
    [2.118365]
    <svg
    xmlns="http://www.w3.org/2000/svg"
    fill="none"
    viewBox="0 0 24 24"
    stroke-width="1.5"
    stroke="currentColor"
    class="size-5 ms-1 inline">
    <path
    stroke-linecap="round"
    stroke-linejoin="round"
    d="M5.636 5.636a9 9 0 1 0 12.728 0M12 3v9" />
    </svg>
  • replacement in ui/src/routes/+layout.svelte at line 40
    [2.118497][2.118497:118636]()
    <footer class="neg flex items-center justify-between px-4 min-h-16">
    <div class="container mx-auto">
    © 2022 by the Pijul team
    [2.118497]
    [2.118636]
    <footer class="neg flex items-center w-full px-4 min-h-16">
    <div class="mx-auto flex gap-5">
    <div>© 2022 by the Pijul team</div>