Javier Braña javier
  • Joined on 2025-01-27
javier pushed to master at javier/wino-mail-dtkqt 2026-05-17 03:08:42 +02:00
4a6551642a Advance Phase 5: added EmailManager, updated main.cpp, improved ReaderPage placeholder, added ComposePage form
javier pushed to master at javier/wino-mail-dtkqt 2026-05-17 02:28:26 +02:00
99812bbf4c Set up structure for Phase 5: ReaderPage and ComposePage placeholders, updated MailListPage and Shell for navigation to reader and composer
javier pushed to master at javier/wino-mail-dtkqt 2026-05-17 01:53:00 +02:00
822ed5db47 Complete Phase 4: Basic UI with QML - MailListPage with folder/email navigation, models connected to DAOs, placeholder pages for Calendar/Contacts/Settings
javier pushed to master at javier/wino-mail-dtkqt 2026-05-17 01:25:44 +02:00
acec320222 Implement basic UI with QML (MailListPage) and batching DbChangeProcessor (Step 3-4 of transition plan)
e3071a23e0 Paso 2: Implementar sistema de mensajería/eventos con Event Bus y actualizar synchronizers para publicar eventos
b6c5dea86e Add FolderDao and MailItemDao, update MailItem model to include folderId, fileId, size, messageId
7f2e546380 Add AccountDao with CRUD operations
2722e40696 Add DatabaseManager singleton with SQLite initialization and basic tables (Account, Folder, MailCopy, Attachment)
javier created branch master in javier/wino-mail-dtkqt 2026-05-17 01:25:44 +02:00
javier pushed to main at javier/construprogress 2026-05-14 13:06:38 +02:00
dbe43a04f3 feat: Add language switcher to responsive settings dropdown
javier pushed to main at javier/construprogress 2026-05-14 12:58:39 +02:00
61910d366f feat: Add language switcher to guest layout
2c2e8fde7d feat: Add PWA support (manifest, service worker) and Companies tab to project edit
Compare 2 commits »
javier pushed to main at javier/construprogress 2026-05-14 10:19:34 +02:00
4f4e83bc66 Actualizar resources/views/projects/edit.blade.php
javier pushed to main at javier/construprogress 2026-05-13 12:35:50 +02:00
06ac844402 fix: Resolve missing parameter error in ProjectTable.php by restoring proper column configuration
javier pushed to main at javier/construprogress 2026-05-13 11:20:42 +02:00
a9000d453e feat: Add company association to projects with role management
javier pushed to main at javier/construprogress 2026-05-12 14:46:04 +02:00
69e6c7889a Fix confirm() syntax error in ProjectTable.php: replace malformed string concatenation with proper translation function call
javier pushed to main at javier/construprogress 2026-05-12 14:13:10 +02:00
a3918a54a5 Fix syntax error in ProjectTable.php: remove erroneous backslashes before array declarations
javier pushed to main at javier/construprogress 2026-05-12 14:04:23 +02:00
4af4387b1e Implement Rappasoft Livewire Tables for project list and replace old component
javier pushed to main at javier/construprogress 2026-05-12 12:06:26 +02:00
0bc3ca3d3e Create reusable Livewire component for project edit tabs and replace manual tabs implementation
javier pushed to main at javier/construprogress 2026-05-12 09:52:05 +02:00
65254a0dfa Fix project edit view: implement DaisyUI tabs for project data, phases, and users
javier pushed to main at javier/construprogress 2026-05-12 09:17:39 +02:00
86dcf960a7 Refactor project edit view: split into tabs for project data, phases, and users
javier pushed to main at javier/construprogress 2026-05-11 23:27:20 +02:00
53df28068c Fix: Corrected JavaScript syntax in project-map Blade template (selectFeature and window.openViewer calls). Feat: Enhanced templates page with clearer button text and explanatory text for generic template creation.
javier pushed to main at javier/construprogress 2026-05-11 18:13:16 +02:00
7959d44211 fix: Corrected syntax error in project-map Blade template that was preventing map loading; fixed @json() syntax to !!json_encode()!!
javier pushed to main at javier/construprogress 2026-05-11 16:36:25 +02:00
a4547d4bda feat: Add new template button to templates page and improve template creation form
javier pushed to main at javier/construprogress 2026-05-11 15:32:08 +02:00
c574e67d71 Add 'Nuevo template' button to template manager