From 6a767c46dca3891096a929fdd106287dbc6c5a3d Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Wed, 17 Apr 2024 12:53:53 -0600 Subject: imworkingon: Put not-yet-merged stuff up top --- cmd/generate/imworkingon.html.tmpl | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) (limited to 'cmd/generate/imworkingon.html.tmpl') diff --git a/cmd/generate/imworkingon.html.tmpl b/cmd/generate/imworkingon.html.tmpl index d34f141..6828002 100644 --- a/cmd/generate/imworkingon.html.tmpl +++ b/cmd/generate/imworkingon.html.tmpl @@ -16,6 +16,7 @@
+

Top themes

{{- range $tagName, $tagInfo := .Tags }}

#{{ $tagName }} : {{ $tagInfo.PrettyName }}

@@ -24,8 +25,38 @@ {{- end }}
-
+
+

In-progress work

{{- range $contrib := .Contribs }} + {{- if or (eq $contrib.StatusClass "merged") (eq $contrib.StatusClass "released") }}{{ continue }}{{ end }} + {{ $upstream := $contrib | getUpstream }} +
+ +
{{ $upstream.Desc | md2html }}
+
+ {{- range $url := $contrib.URLs }} + {{ $url }}
+ {{- end }} +
+
+ {{- range $tag := $contrib.Tags }} + #{{ $tag }} {{/* */}} + {{- end }} +
+ +
{{ if not $contrib.LastUpdatedAt.IsZero }}Last updated: {{ timeTag $contrib.LastUpdatedAt "2006-01-02" }}{{ end }}
+
Status: {{ $contrib.Status }}
+
+ {{- $contrib.Desc | md2html }} + {{- if $contrib.SponsoredBy }}

Sponsored-by: {{ $contrib.SponsoredBy }}

{{ end -}} +
+
+ {{- end }} +
+
+

Completed work

+ {{- range $contrib := .Contribs }} + {{- if or (eq $contrib.StatusClass "merged") (eq $contrib.StatusClass "released") | not }}{{ continue }}{{ end }} {{ $upstream := $contrib | getUpstream }}