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

Configure Feed

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

feat: remove json export button

- It will be added in data export menu in settings in the future

pdewey 587feb58 24039250

+6 -12
+6 -12
templates/brew_list.tmpl
··· 1 1 {{define "content"}} 2 2 <div class="max-w-6xl mx-auto"> 3 - <div class="mb-6"> 4 - <h2 class="text-3xl font-bold text-brown-900 mb-4">Your Brews</h2> 5 - <div class="flex flex-col sm:flex-row gap-4"> 6 - <a href="/brews/new" 7 - class="bg-gradient-to-r from-brown-700 to-brown-800 text-white py-2 px-4 rounded-lg hover:from-brown-800 hover:to-brown-900 transition-all text-center font-medium shadow-lg hover:shadow-xl"> 8 - ☕ New Brew 9 - </a> 10 - <a href="/brews/export" 11 - class="bg-gradient-to-r from-brown-500 to-brown-600 text-white py-2 px-4 rounded-lg hover:from-brown-600 hover:to-brown-700 transition-all text-center font-medium shadow-lg hover:shadow-xl"> 12 - 📥 Export JSON 13 - </a> 14 - </div> 3 + <div class="mb-6 flex items-center justify-between"> 4 + <h2 class="text-3xl font-bold text-brown-900">Your Brews</h2> 5 + <a href="/brews/new" 6 + class="bg-gradient-to-r from-brown-700 to-brown-800 text-white py-2 px-4 rounded-lg hover:from-brown-800 hover:to-brown-900 transition-all font-medium shadow-lg hover:shadow-xl"> 7 + + New Brew 8 + </a> 15 9 </div> 16 10 17 11 <div hx-get="/api/brews" hx-trigger="load" hx-swap="innerHTML">