Signed-off-by: Anirudh Oppiliappan anirudh@tangled.sh
+4
appview/db/db.go
+4
appview/db/db.go
···
+72
-3
appview/db/star.go
+72
-3
appview/db/star.go
············
+10
-1
appview/pages/pages.go
+10
-1
appview/pages/pages.go
···+func (p *Pages) TopStarredReposLastWeek(w io.Writer, params TopStarredReposLastWeekParams) error {
+32
-9
appview/pages/templates/layouts/base.html
+32
-9
appview/pages/templates/layouts/base.html
···<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">
+65
appview/pages/templates/timeline/fragments/topStarredRepos.html
+65
appview/pages/templates/timeline/fragments/topStarredRepos.html
···+<div class="absolute left-2 top-1 text-6xl font-black text-gray-200 dark:text-gray-700 leading-none select-none z-0">+<div class="relative z-10 ml-8 min-w-40 border border-gray-200 dark:border-gray-700 rounded-sm">+<div class="py-8 px-6 bg-white dark:bg-gray-800 border border-gray-200 dark:border-gray-700 rounded-sm">+<div class="absolute left-4 top-1 text-[100px] font-black text-gray-200 dark:text-gray-700 leading-none select-none z-0">+<div class="relative z-10 ml-16 min-w-80 lg:max-w-full border border-gray-200 dark:border-gray-700 rounded-sm">+<div class="py-8 px-6 bg-white dark:bg-gray-800 border border-gray-200 dark:border-gray-700 rounded-sm">
+23
-4
appview/pages/templates/timeline.html
appview/pages/templates/timeline/timeline.html
+23
-4
appview/pages/templates/timeline.html
appview/pages/templates/timeline/timeline.html
······+<div class="bg-white dark:bg-gray-800 border border-gray-200 dark:border-gray-700 rounded-sm p-4">+<div class="animate-spin rounded-full h-6 w-6 border-b-2 border-gray-900 dark:border-white"></div>
+2
-2
appview/pages/templates/user/fragments/repoCard.html
+2
-2
appview/pages/templates/user/fragments/repoCard.html
···
+1
appview/state/router.go
+1
appview/state/router.go
+13
appview/state/state.go
+13
appview/state/state.go
···