Latest Updates

Documenting code, one commit at a time.

Improving HTML Canvas Capture with Absolute Positioning in Breniapp

Introduction

In the Breniapp project, we encountered an issue where html2canvas was misrendering flexbox alignments, specifically items-center and items-end. This resulted in text overlays appearing shifted during the capture process. To address this, we implemented a strategy to temporarily convert flex wrappers to absolute-positioned elements before the capture and then restore them

Read more

Onboarding UI Polish: Consistency is Key

When building user onboarding flows, visual consistency and attention to detail can significantly impact the user experience. Even small UI tweaks can make a big difference in how polished and professional your application feels. Recent work on the onboarding flow in the brenia project focused on addressing several such details.

Addressing UI Inconsistencies

One area of focus was the

Read more

Refining the User Experience in Breniapp

Introduction

In the latest iteration of Breniapp, we've focused on enhancing the user interface (UI) to improve navigation, clarity, and overall experience. These changes aim to make the application more intuitive and efficient for users.

Key Improvements

Streamlined Navigation

The primary navigation has been reordered to reflect a more logical workflow.

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