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

Configure Feed

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

fix: brew form caching issue on record creation

+8 -1
+7
static/css/app.css
··· 530 530 color: var(--text-placeholder); 531 531 } 532 532 533 + /* Select/option dark mode fix — native <option> elements need explicit colors */ 534 + select.form-input option, 535 + select.form-input optgroup { 536 + background: var(--input-bg); 537 + color: var(--text-primary); 538 + } 539 + 533 540 .form-input-lg { 534 541 @apply form-input py-3 px-4; 535 542 }
+1 -1
static/js/combo-select.js
··· 453 453 this.isOpen = false; 454 454 455 455 if (window.ArabicaCache) { 456 - window.ArabicaCache.invalidateCache(); 456 + window.ArabicaCache.invalidateAndRefresh(); 457 457 } 458 458 459 459 this.$nextTick(() => {