back interdiff of round #2 and #1

appview/pages: show trending repos in the timeline #515

merged
opened by anirudh.fi targeting master from push-zxovstvplnok
files
appview
db
pages
templates
layouts
timeline
user
fragments
state
ERROR
appview/db/db.go

Failed to calculate interdiff for this file.

ERROR
appview/db/star.go

Failed to calculate interdiff for this file.

ERROR
appview/pages/pages.go

Failed to calculate interdiff for this file.

REVERTED
appview/pages/templates/layouts/base.html
··· 16 16 </head> 17 17 <body class="min-h-screen grid grid-cols-1 grid-rows-[min-content_auto_min-content] md:grid-cols-12 gap-4 bg-slate-100 dark:bg-gray-900 dark:text-white transition-colors duration-200"> 18 18 {{ block "topbarLayout" . }} 19 + <header class="px-1 col-span-1 md:col-start-3 md:col-span-8" style="z-index: 20;"> 19 - <header class="px-1 col-span-full" style="z-index: 20;"> 20 20 {{ template "layouts/topbar" . }} 21 21 </header> 22 22 {{ end }} 23 23 24 24 {{ block "mainLayout" . }} 25 - <!-- Mobile trending carousel at top - full width --> 26 - <div class="px-1 col-span-full lg:hidden"> 27 - {{ block "contentRight" . }} {{ end }} 28 - </div> 29 - 30 25 <div class="px-1 col-span-1 md:col-start-3 md:col-span-8 flex flex-col gap-4"> 31 - 32 26 {{ block "contentLayout" . }} 27 + <main class="col-span-1 md:col-span-8"> 28 + {{ block "content" . }}{{ end }} 29 + </main> 33 - <div class="grid grid-cols-1 lg:grid-cols-12 gap-4"> 34 - <div class="lg:col-span-2"> 35 - {{ block "contentLeft" . }} {{ end }} 36 - </div> 37 - <main class="lg:col-span-8"> 38 - {{ block "content" . }}{{ end }} 39 - </main> 40 - <!-- Desktop trending sidebar --> 41 - <div class="hidden lg:block lg:col-span-2"> 42 - {{ block "contentRight" . }} {{ end }} 43 - </div> 44 - </div> 45 30 {{ end }} 31 + 46 - 47 32 {{ block "contentAfterLayout" . }} 33 + <main class="col-span-1 md:col-span-8"> 34 + {{ block "contentAfter" . }}{{ end }} 35 + </main> 48 - <div class="grid grid-cols-1 lg:grid-cols-12 gap-4"> 49 - <div class="lg:col-span-2"> 50 - {{ block "contentAfterLeft" . }} {{ end }} 51 - </div> 52 - <main class="lg:col-span-8"> 53 - {{ block "contentAfter" . }}{{ end }} 54 - </main> 55 - <div class="lg:col-span-2"> 56 - {{ block "contentAfterRight" . }} {{ end }} 57 - </div> 58 - </div> 59 36 {{ end }} 60 37 </div> 61 38 {{ end }} 62 39 63 40 {{ block "footerLayout" . }} 41 + <footer class="px-1 col-span-1 md:col-start-3 md:col-span-8 mt-12"> 64 - <footer class="px-1 col-span-full mt-12"> 65 42 {{ template "layouts/footer" . }} 66 43 </footer> 67 44 {{ end }}
ERROR
appview/pages/templates/timeline/fragments/topStarredRepos.html

Failed to calculate interdiff for this file.

ERROR
appview/pages/templates/timeline/timeline.html

Failed to calculate interdiff for this file.

ERROR
appview/pages/templates/user/fragments/repoCard.html

Failed to calculate interdiff for this file.

ERROR
appview/state/router.go

Failed to calculate interdiff for this file.

ERROR
appview/state/state.go

Failed to calculate interdiff for this file.