back interdiff of round #1 and #0

appview: profile: render punchcard on profile #238

merged
opened by oppi.li targeting master from push-qoplqnlvlqqo
files
appview
cmd
punchcardPopulate
ERROR
appview/pages/funcmap.go

Failed to calculate interdiff for this file.

ERROR
appview/pages/pages.go

Failed to calculate interdiff for this file.

ERROR
appview/pages/templates/user/profile.html

Failed to calculate interdiff for this file.

ERROR
appview/state/profile.go

Failed to calculate interdiff for this file.

ERROR
cmd/punchcardPopulate/main.go

Failed to calculate interdiff for this file.

NEW
appview/pages/templates/user/repos.html
···
{{ end }}
{{ define "content" }}
-
<div class="grid grid-cols-1 md:grid-cols-8 gap-6">
+
<div class="grid grid-cols-1 md:grid-cols-8 gap-4">
<div class="md:col-span-2 order-1 md:order-1">
{{ template "user/fragments/profileCard" .Card }}
</div>
NEW
tailwind.config.js
···
},
},
},
+
gridTemplateColumns: {
+
'14': 'repeat(14, minmax(0, 1fr))',
+
'28': 'repeat(28, minmax(0, 1fr))',
+
}
},
},
plugins: [require("@tailwindcss/typography")],