This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

Update styles

nagee (Jun 6, 2026, 9:40 PM -0700) 1534bf0d 12a025d1

+9 -9
+3 -4
src/ui/templates/page.templ
··· 13 13 </head> 14 14 <body> 15 15 <header><h1>Toolbox</h1></header> 16 - <nav data-style="classy"> 17 - <span> 18 - <a class="nav-item" href="/">home</a> 19 - </span> 16 + <nav data-style="blockout"> 17 + <a class="nav-item" href="/">home</a> 18 + <a class="nav-item" href="/uuid">uuid-fmt</a> 20 19 </nav> 21 20 <main> 22 21 { children... }
+1 -1
src/ui/templates/page_templ.go
··· 52 52 if templ_7745c5c3_Err != nil { 53 53 return templ_7745c5c3_Err 54 54 } 55 - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 3, "</head><body><header><h1>Toolbox</h1></header><nav data-style=\"classy\"><span><a class=\"nav-item\" href=\"/\">home</a></span></nav><main>") 55 + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 3, "</head><body><header><h1>Toolbox</h1></header><nav data-style=\"blockout\"><a class=\"nav-item\" href=\"/\">home</a> <a class=\"nav-item\" href=\"/uuid\">uuid-fmt</a></nav><main>") 56 56 if templ_7745c5c3_Err != nil { 57 57 return templ_7745c5c3_Err 58 58 }
+4 -4
src/ui/templates/uuidtool_templ.go
··· 38 38 var templ_7745c5c3_Var2 string 39 39 templ_7745c5c3_Var2, templ_7745c5c3_Err = templ.ResolveAttributeValue(uuidVal) 40 40 if templ_7745c5c3_Err != nil { 41 - return templ.Error{Err: templ_7745c5c3_Err, FileName: `src/ui/templates/uuidtool.templ`, Line: 9, Col: 67} 41 + return templ.Error{Err: templ_7745c5c3_Err, FileName: `src/ui/templates/uuidtool.templ`, Line: 9, Col: 59} 42 42 } 43 43 _, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString(templ_7745c5c3_Var2) 44 44 if templ_7745c5c3_Err != nil { ··· 92 92 var templ_7745c5c3_Var5 string 93 93 templ_7745c5c3_Var5, templ_7745c5c3_Err = templ.JoinStringErrs(data.Error) 94 94 if templ_7745c5c3_Err != nil { 95 - return templ.Error{Err: templ_7745c5c3_Err, FileName: `src/ui/templates/uuidtool.templ`, Line: 20, Col: 23} 95 + return templ.Error{Err: templ_7745c5c3_Err, FileName: `src/ui/templates/uuidtool.templ`, Line: 20, Col: 15} 96 96 } 97 97 _, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString(templ.EscapeString(templ_7745c5c3_Var5)) 98 98 if templ_7745c5c3_Err != nil { ··· 114 114 var templ_7745c5c3_Var6 string 115 115 templ_7745c5c3_Var6, templ_7745c5c3_Err = templ.JoinStringErrs(uuidFmt.FormatType) 116 116 if templ_7745c5c3_Err != nil { 117 - return templ.Error{Err: templ_7745c5c3_Err, FileName: `src/ui/templates/uuidtool.templ`, Line: 26, Col: 44} 117 + return templ.Error{Err: templ_7745c5c3_Err, FileName: `src/ui/templates/uuidtool.templ`, Line: 26, Col: 29} 118 118 } 119 119 _, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString(templ.EscapeString(templ_7745c5c3_Var6)) 120 120 if templ_7745c5c3_Err != nil { ··· 127 127 var templ_7745c5c3_Var7 string 128 128 templ_7745c5c3_Var7, templ_7745c5c3_Err = templ.JoinStringErrs(uuidFmt.Result) 129 129 if templ_7745c5c3_Err != nil { 130 - return templ.Error{Err: templ_7745c5c3_Err, FileName: `src/ui/templates/uuidtool.templ`, Line: 26, Col: 89} 130 + return templ.Error{Err: templ_7745c5c3_Err, FileName: `src/ui/templates/uuidtool.templ`, Line: 26, Col: 74} 131 131 } 132 132 _, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString(templ.EscapeString(templ_7745c5c3_Var7)) 133 133 if templ_7745c5c3_Err != nil {
+1
static/css/styles.css
··· 285 285 font-weight: bold; 286 286 } 287 287 288 + /** Add to allow users to select in one click */ 288 289 .selectall { 289 290 -moz-user-select: all; 290 291 -webkit-user-select: all;