Coffee journaling on ATProto (alpha) alpha.arabica.social
coffee

fix: only accept ints during brew creation (will support floats later)

- breaking lexicon change and migration will come later

pdewey.com 611e7f6d 0f79471a

verified
+2 -2
+1 -1
internal/web/pages/about.templ
··· 85 85 <section id="support" class="bg-gradient-to-br from-brown-100 to-brown-200 p-6 rounded-xl border border-brown-300"> 86 86 <h3 class="text-xl font-semibold text-brown-900 mb-3">Support Arabica</h3> 87 87 <p class="text-brown-800 leading-relaxed"> 88 - Buy me a coffee, or help cover infra costs (and Claude subscriptions). The servers, unfortunately, run on electricity, not espresso. 88 + Buy me a coffee, or help cover infra costs (and Claude subscription). 89 89 </p> 90 90 <div class="flex flex-wrap gap-4 mt-4"> 91 91 <a href="https://ko-fi.com/pdewey" target="_blank" rel="noopener noreferrer" class="btn-secondary">
+1 -1
internal/web/pages/brew_form.templ
··· 142 142 Name: "coffee_amount", 143 143 Value: getCoffeeAmount(props), 144 144 Placeholder: "e.g. 18", 145 - Step: "0.1", 145 + Step: "1", 146 146 Class: "w-full form-input-lg", 147 147 }), 148 148 )