Latest Updates

Documenting code, one commit at a time.

feat UX 3 posts
×

Enhancing Filament Pages: A Case Study in Action Placement

Introduction

In the Breniapp/brenia project, we've been focusing on improving the user experience within our Filament-based admin panel. One recent enhancement involved strategically relocating the 'autoplanificar' (auto-planner) button to a more intuitive location within the Filament page.

This post details the rationale behind this change and the technical considerations involved.

Read more

Eliminando `getOptionLabelsUsing()` para una mejor experiencia de usuario en landing

En el proyecto landing, nos encontramos constantemente optimizando la experiencia del usuario y la eficiencia del código. Recientemente, identificamos un método que, aunque bien intencionado, estaba impactando negativamente el rendimiento y la usabilidad de los selectores: getOptionLabelsUsing().

El Problema

El método getOptionLabelsUsing() tenía la función de precargar y mostrar las

Read more