Víctor Falcón
|
70b603e901
|
feat: Spanish localization (#74)
## Pending
- [x] Translate landing page
- [x] Dashboard
- [x] Accounts list page
- [x] Account page
- [x] Cashflow
- [x] Budgets
- [x] Transactions
- [x] Settings
## Screenshots
<img width="1210" height="969" alt="image"
src="https://github.com/user-attachments/assets/c7935e5c-488d-4941-8f19-8834e5668257"
/>
<img width="1211" height="972" alt="image"
src="https://github.com/user-attachments/assets/e94e1daf-233a-4a49-aa65-5678c772d178"
/>
|
2026-02-08 11:58:08 +01:00 |
Víctor Falcón
|
0d76913e5d
|
test: Fix and improve Browser test suite (#62)
|
2026-01-19 10:04:25 +01:00 |
Víctor Falcón
|
c1ddc1477d
|
fix: scroll category combobox to top while searching
|
2026-01-09 10:02:25 +01:00 |
Víctor Falcón
|
4f380af8f8
|
Refactor: Transaction Table Layout and Styling Improvements (#26)
## Overview
This PR refactors the transaction table to improve layout, styling, and
user experience. The changes include better column organization,
improved date grouping, and enhanced visual consistency.
<img width="1302" height="595" alt="image"
src="https://github.com/user-attachments/assets/72dd38fa-bfa3-432c-a342-fbcc1a05414b"
/>
## Changes
### Layout & Structure
- Added date and account columns to the transaction table
- Consolidated description cell for better readability
- Improved date grouping functionality
- Enhanced transaction column definitions and organization
### Styling Improvements
- Improved column styling and cell padding throughout the table
- Updated bulk actions bar styling
- Adjusted account selector alignment
- Enhanced data-table component with better spacing and visual hierarchy
### Components Updated
- `transaction-columns.tsx` - Refactored column definitions
- `transaction-list.tsx` - Improved list rendering and layout
- `date-header.tsx` - New component for date grouping
- `data-table.tsx` - Enhanced table component styling
- `category-cell.tsx` - Improved category display
- `bulk-actions-bar.tsx` - Updated styling
- `transactions/index.tsx` - Updated page layout
## Files Changed
- 9 files changed
- 463 insertions(+), 182 deletions(-)
## Testing
- [x] Verify transaction table displays correctly
- [x] Check date grouping functionality
- [x] Test bulk actions bar alignment
- [x] Verify responsive behavior
|
2025-12-14 12:56:05 +01:00 |
Víctor Falcón
|
04ad228e47
|
Transactions table rows clickable
|
2025-12-08 16:13:29 +01:00 |
Víctor Falcón
|
9ac9eeceae
|
Format + Open transactions on row click
|
2025-12-08 15:58:50 +01:00 |
Víctor Falcón
|
0272e6e3fb
|
Mobile design (#17)
<img width="993" height="1066" alt="image"
src="https://github.com/user-attachments/assets/e784bcd3-29bf-454c-b2b4-5edfe7281889"
/>
|
2025-12-08 15:43:09 +01:00 |
Víctor Falcón
|
2fefb64710
|
Fix CI: Update bun.lock and fix linting errors
|
2025-12-01 15:16:06 +01:00 |
Víctor Falcón
|
3bc489f1a1
|
Improve transactions filters
|
2025-12-01 11:50:52 +01:00 |
Víctor Falcón
|
2cecd014e0
|
fix(category-combobox): Improve UI responsiveness and truncate category names
|
2025-12-01 09:36:34 +01:00 |
Víctor Falcón
|
3cc225deb0
|
Y3:0
|
2025-11-26 12:01:49 +01:00 |
Víctor Falcón
|
9d57804dc5
|
Migrate ID's to UUIDv7
|
2025-11-15 21:25:33 +01:00 |
Víctor Falcón
|
c1f99fedd6
|
feat: Remove console.log and add padding to components
|
2025-11-15 13:20:41 +01:00 |
Víctor Falcón
|
57879bb711
|
feat(shared): Add CategoryCombobox component
|
2025-11-14 16:05:53 +01:00 |