Latest Updates

Documenting code, one commit at a time.

Enhancements to Carousel Functionality in Breniapp

The Breniapp project focuses on providing innovative solutions. Recent development efforts have centered on improving the carousel feature, addressing formatting issues, data capture, and download capabilities.

Carousel Enhancements

The latest updates to the carousel functionality in Breniapp include several key improvements:

Dynamic Aspect Ratio

The carousel now dynamically adjusts

Read more

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

Diseño Vibrante: Renovando el Sistema de Diseño con Color y Estilo

En Breniapp/brenia, estamos constantemente buscando maneras de mejorar la experiencia del usuario y hacer que nuestra aplicación sea más atractiva visualmente. Recientemente, hemos estado trabajando en una actualización de nuestro sistema de diseño para incorporar colores más vibrantes y elementos estilísticos modernos.

El Desafío

Nuestro sistema de diseño anterior se sentía un poco

Read more
PHP CSS HTML

Improving UI Consistency with Flexbox in Breniapp

In the Breniapp project, maintaining a consistent user interface across different screen sizes and devices is crucial. Recent work focused on leveraging Flexbox to achieve this, specifically addressing the positioning of a timestamp within a library card component.

The Challenge

The original layout didn't consistently pin the timestamp to the bottom of the library card, especially when

Read more