google-labs-jules[bot]
35c130f197
Refine: Make persistent navbar viewport-aware
...
This commit enhances the behavior of the persistent desktop navbar.
Previously, if `desktopNavbarPersistent` was true, the main content
would always shift to accommodate the sidebar on medium screens and up.
Now, the content shifting is also conditional on available viewport width:
- The main content wrapper in `App.vue` now tracks `window.innerWidth`.
- A `SHIFT_THRESHOLD` is defined (currently 880px), calculated from
NAVBAR_WIDTH (240px) + MIN_CONTENT_WIDTH (640px).
- If `ui.sidebarOpen` and `ui.desktopNavbarPersistent` are both true,
the `md:pl-60` class (to shift content) is only applied if
`viewportWidth.value >= SHIFT_THRESHOLD`.
- If the viewport width is below this threshold (but still potentially
above the 'md' breakpoint), the persistent sidebar will overlay the
content, similar to a non-persistent or mobile sidebar, preventing
the main content area from becoming too cramped.
This provides a more refined and responsive user experience for you
if you enable the persistent navbar feature on varying screen sizes.
2025-06-10 06:24:55 +00:00
google-labs-jules[bot]
405265435d
Fix: Prevent main content shift when desktop navbar is not persistent
...
This commit addresses an issue where the main content area would shift
to the right on desktop when the sidebar was opened, regardless of the
`desktopNavbarPersistent` setting.
The layout logic in `App.vue` has been updated so that the `md:pl-60`
class (which adds left padding to the main content area) is now
applied only when both `ui.sidebarOpen` and `ui.desktopNavbarPersistent`
are true.
This ensures that:
- If `desktopNavbarPersistent` is true, the sidebar will take up
dedicated space, and the content will correctly shift.
- If `desktopNavbarPersistent` is false, the sidebar will overlay the
content on desktop, and the main content will no longer shift.
2025-06-10 06:18:54 +00:00
20ee3fc76f
le falta la coma
2025-06-10 00:14:30 -06:00
google-labs-jules[bot]
dcd6f3091b
Refactor: Update Navbar and TopBar UI
...
This commit implements the following changes:
1. Removed the close button (✕) from within the NavBar component (`ui/src/components/ui/NavBar.vue`). The sidebar is now exclusively controlled by the hamburger icon in the TopBar.
2. Moved the hamburger menu button in the TopBar component (`ui/src/components/ui/TopBar.vue`) to the left side of the application title ("Núcleo").
3. Improved the visual styling of the hamburger button in `TopBar.vue` with increased padding, consistent border-radius, and clearer hover and focus states for better usability and accessibility.
These changes address the issue of redundant close buttons and aim to provide a cleaner and more intuitive navigation experience.
2025-06-10 06:13:26 +00:00
josedario87
21274ba1e0
Merge pull request #43 from josedario87/codex/add-event-status-dots-to-navbar-and-cards
...
Add realtime event indicators
2025-06-09 21:50:59 -06:00
josedario87
5e83f10784
feat(ui): show realtime event dots
2025-06-09 21:40:05 -06:00
josedario87
a6cc91af3d
Merge pull request #42 from josedario87/codex/add-live-feed-view-with-infinite-scroll
...
build-and-deploy / filter (push) Successful in 2s
build-and-deploy / build (push) Successful in 9s
build-and-deploy / deploy (push) Successful in 25s
Add realtime feed view
2025-06-09 21:01:02 -06:00
6f5490ed4d
live feed termiando 60%
2025-06-09 21:00:40 -06:00
josedario87
a311c811d7
style(feed): highlight insert/delete events
2025-06-09 20:10:52 -06:00
josedario87
9030469fe7
Improve realtime feed
2025-06-09 19:49:24 -06:00
josedario87
5dae4a20d3
feat(ui): add realtime feed view
2025-06-09 19:40:29 -06:00
f3f2f30da9
se supone que esto seria
build-and-deploy / filter (push) Successful in 2s
build-and-deploy / build (push) Successful in 7s
build-and-deploy / deploy (push) Successful in 26s
2025-06-09 18:31:16 -06:00
caf3e886a7
seguimos intentado hacer funcionar el realtime
build-and-deploy / filter (push) Successful in 2s
build-and-deploy / build (push) Successful in 7s
build-and-deploy / deploy (push) Successful in 32s
2025-06-09 18:01:46 -06:00
e803d3b16a
logs para debugear realtime
build-and-deploy / filter (push) Successful in 2s
build-and-deploy / build (push) Successful in 10s
build-and-deploy / deploy (push) Successful in 1m17s
2025-06-09 17:43:17 -06:00
6d7f95fc71
seguimos habilitando la funcion realtime
build-and-deploy / filter (push) Successful in 2s
build-and-deploy / build (push) Successful in 12s
build-and-deploy / deploy (push) Successful in 26s
2025-06-09 17:36:27 -06:00
39be1a2d27
faltaba una coma para compilar correctamente las variables en el sh
build-and-deploy / filter (push) Successful in 2s
build-and-deploy / build (push) Successful in 10s
build-and-deploy / deploy (push) Successful in 26s
2025-06-09 17:22:47 -06:00
264f7f3c48
agregado el config.js a la pagina
build-and-deploy / filter (push) Successful in 2s
build-and-deploy / build (push) Successful in 9s
build-and-deploy / deploy (push) Successful in 25s
2025-06-09 17:16:15 -06:00
ca56389a1e
seguimos implementando los secretos
build-and-deploy / filter (push) Successful in 2s
build-and-deploy / build (push) Successful in 10s
build-and-deploy / deploy (push) Successful in 26s
2025-06-09 17:09:54 -06:00
d3c441eec6
dar permisos al docker para ejecutar sus propios archivos de runtime.env
build-and-deploy / filter (push) Successful in 2s
build-and-deploy / build (push) Successful in 10s
build-and-deploy / deploy (push) Successful in 32s
2025-06-09 17:03:06 -06:00
de869de3a7
actualizando uso de secrets en UI
build-and-deploy / filter (push) Successful in 1s
build-and-deploy / build (push) Successful in 10s
build-and-deploy / deploy (push) Successful in 26s
2025-06-09 16:55:31 -06:00
d685fb7ff7
agregada configuracion nginx para UI para que acepte variables de entorno
build-and-deploy / filter (push) Successful in 2s
build-and-deploy / build (push) Successful in 11s
build-and-deploy / deploy (push) Successful in 44s
2025-06-09 16:39:43 -06:00
josedario87
0fa6ff9fba
Merge pull request #41 from josedario87/codex/implementar-notificaciones-en-tiempo-real-con-postgresql-y-v
...
build-and-deploy / filter (push) Successful in 2s
build-and-deploy / build (push) Failing after 21s
build-and-deploy / deploy (push) Has been skipped
Improve SSE notifications for Planilla
2025-06-09 16:37:08 -06:00
513c305971
agregada funcionalidad realtime postgress, api y ui.
2025-06-09 16:35:36 -06:00
josedario87
bec28b74ab
Add SSE triggers for all modules and central listener
2025-06-09 15:26:35 -06:00
josedario87
031314d662
refactor: isolate SSE setup
2025-06-09 15:16:02 -06:00
ed30369d3b
explicando al agent como usar el oido
build-and-deploy / filter (push) Successful in 2s
build-and-deploy / build (push) Successful in 15s
build-and-deploy / deploy (push) Successful in 28s
2025-06-06 15:40:46 -06:00
56a2ad3605
volver a conectar la UI a la API
build-and-deploy / filter (push) Successful in 1s
build-and-deploy / build (push) Successful in 12s
build-and-deploy / deploy (push) Successful in 33s
2025-06-06 15:23:45 -06:00
05ee5b46fc
agregando logers de env variables
build-and-deploy / filter (push) Successful in 2s
build-and-deploy / build (push) Successful in 25s
build-and-deploy / deploy (push) Successful in 41s
2025-06-06 15:11:18 -06:00
b751cb2911
este agent quedo funcionando al 100 en local al menos
build-and-deploy / filter (push) Successful in 2s
build-and-deploy / build (push) Successful in 48s
build-and-deploy / deploy (push) Successful in 27s
2025-06-06 14:56:44 -06:00
josedario87
0ecb80d45a
Merge pull request #40 from josedario87/codex/completar-funcionalidad-del-agente
...
build-and-deploy / filter (push) Successful in 2s
build-and-deploy / build (push) Successful in 12s
build-and-deploy / deploy (push) Successful in 25s
Improve planning prompts
2025-06-05 19:41:56 -06:00
josedario87
4318aae0e6
Add execution prompts and MCP listing guidance
2025-06-05 19:36:53 -06:00
da5557c26a
scafold para cognition flow
build-and-deploy / filter (push) Successful in 2s
build-and-deploy / build (push) Failing after 8s
build-and-deploy / deploy (push) Has been skipped
2025-06-05 18:06:38 -06:00
7ae80c1cdd
actualizado el system prompt
build-and-deploy / filter (push) Successful in 2s
build-and-deploy / build (push) Successful in 12s
build-and-deploy / deploy (push) Successful in 26s
2025-06-05 17:06:14 -06:00
7050c67b2d
Merge branch 'main' of https://github.com/josedario87/planilla
build-and-deploy / filter (push) Successful in 2s
build-and-deploy / build (push) Successful in 7s
build-and-deploy / deploy (push) Successful in 26s
2025-06-05 16:16:49 -06:00
josedario87
7f9a60762d
Merge pull request #39 from josedario87/improve-api-logging
...
feat: Implement custom request logging for API
2025-06-05 16:15:36 -06:00
google-labs-jules[bot]
8d5b29ff42
feat: Implement custom request logging for API
...
Replaced external 'morgan' library with a native custom logging middleware in api/server.js.
The new middleware logs:
- Incoming requests: Timestamp, HTTP method, URL, and client IP.
- Outgoing responses: Timestamp, status code, status message, original method, URL, and request duration.
This enhances debugging capabilities by providing clear insights into API traffic and performance directly from the server logs.
2025-06-05 22:08:57 +00:00
2dd8ac6d5c
cambiado nombre del directorio
build-and-deploy / filter (push) Successful in 2s
build-and-deploy / build (push) Successful in 6s
build-and-deploy / deploy (push) Successful in 25s
2025-06-05 15:41:32 -06:00
950404dd85
creado planilla-agent
build-and-deploy / filter (push) Successful in 1s
build-and-deploy / build (push) Failing after 5s
build-and-deploy / deploy (push) Has been skipped
2025-06-05 15:40:53 -06:00
d570eec221
usar https para las peticiones a la api desde la UI
build-and-deploy / filter (push) Successful in 1s
build-and-deploy / build (push) Successful in 9s
build-and-deploy / deploy (push) Successful in 26s
2025-06-05 02:54:23 -06:00
cf73bd0889
ahora ya va poder crear empleados, idciat es un string ahora.
build-and-deploy / filter (push) Successful in 1s
build-and-deploy / build (push) Successful in 6s
build-and-deploy / deploy (push) Successful in 31s
2025-06-05 02:50:00 -06:00
e29bf39263
Merge branch 'main' of https://github.com/josedario87/planilla
build-and-deploy / filter (push) Successful in 2s
build-and-deploy / build (push) Successful in 7s
build-and-deploy / deploy (push) Successful in 31s
2025-06-05 02:43:11 -06:00
josedario87
bb5e92ed55
Merge pull request #37 from josedario87/codex/add-search-api-for-all-modules
...
Add search endpoints to all modules
2025-06-05 02:42:59 -06:00
josedario87
d00b67442b
Add search endpoints for all modules
2025-06-05 02:42:48 -06:00
fa1335e2dc
Merge branch 'main' of https://github.com/josedario87/planilla
build-and-deploy / filter (push) Successful in 2s
build-and-deploy / build (push) Successful in 7s
build-and-deploy / deploy (push) Successful in 32s
2025-06-05 02:29:51 -06:00
josedario87
9cfe6b2817
Merge pull request #36 from josedario87/codex/fix-bigint-conversion-error
...
Fix search path causing BigInt errors
2025-06-05 02:29:40 -06:00
josedario87
85c51e7355
fix: restrict id routes
2025-06-05 02:29:19 -06:00
ff90e3d8db
bootlog eliminado
build-and-deploy / filter (push) Successful in 2s
build-and-deploy / build (push) Successful in 7s
build-and-deploy / deploy (push) Successful in 21s
2025-06-05 02:13:22 -06:00
8e2d14919c
Merge branch 'main' of https://github.com/josedario87/planilla
build-and-deploy / filter (push) Successful in 2s
build-and-deploy / build (push) Successful in 18s
build-and-deploy / deploy (push) Successful in 27s
2025-06-05 02:10:01 -06:00
josedario87
db91734106
Merge pull request #35 from josedario87/codex/refactor-server-structure-for-scalability
...
Modularize MCP server and add API routers
2025-06-05 02:07:55 -06:00
5f9de85b44
usar el mcp como es
2025-06-04 17:26:27 -06:00