back interdiff of round #1 and #0

appview: pages: refactor base layout to be one big grid so we can avoid min-h-screen workarounds that cause permanent scrolling #359

merged
opened by nel.pet targeting master from nel.pet/core: push-omvrpurvktoq
files
appview
pages
ERROR
appview/pages/templates/layouts/base.html

Failed to calculate interdiff for this file.

ERROR
appview/pages/templates/repo/commit.html

Failed to calculate interdiff for this file.

ERROR
appview/pages/templates/repo/compare/compare.html

Failed to calculate interdiff for this file.

ERROR
appview/pages/templates/repo/pulls/interdiff.html

Failed to calculate interdiff for this file.

ERROR
appview/pages/templates/repo/pulls/patch.html

Failed to calculate interdiff for this file.

NEW
appview/pages/templates/layouts/topbar.html
···
{{ define "layouts/topbar" }}
-
<nav class="space-x-4 mb-4 px-6 py-2 rounded bg-white dark:bg-gray-800 dark:text-white drop-shadow-sm">
<div class="flex justify-between p-0 items-center">
<div id="left-items">
<a href="/" hx-boost="true" class="flex gap-2 font-semibold italic">
···
{{ define "layouts/topbar" }}
+
<nav class="space-x-4 px-6 py-2 rounded bg-white dark:bg-gray-800 dark:text-white drop-shadow-sm">
<div class="flex justify-between p-0 items-center">
<div id="left-items">
<a href="/" hx-boost="true" class="flex gap-2 font-semibold italic">