• Joined on 2026-05-01
gelu merged pull request AI/myAi#32 2026-05-28 10:39:58 +00:00
Web layer cleanup: Bootstrap removal, JS splitting, CSS consolidation, legal page injection
gelu closed issue AI/myAi#31 2026-05-28 10:39:58 +00:00
Web layer cleanup: remove Bootstrap, split JS, consolidate CSS, deduplicate legal pages
gelu pushed to main at AI/myAi 2026-05-28 10:39:34 +00:00
bf29478207 Merge pull request 'chore: upgrade jQuery from 3.6.1 to 4.0.0, fix misnamed vendor file' (#30) from chore/jquery-4-upgrade into main
9b0d7fb907 chore: upgrade jQuery from 3.6.1 to 4.0.0
Compare 2 commits »
gelu merged pull request AI/myAi#30 2026-05-28 10:39:33 +00:00
chore: upgrade jQuery from 3.6.1 to 4.0.0, fix misnamed vendor file
gelu created pull request AI/myAi#32 2026-05-28 10:35:27 +00:00
Web layer cleanup: Bootstrap removal, JS splitting, CSS consolidation, legal page injection
gelu pushed to refactor/web-cleanup-31 at AI/myAi 2026-05-28 10:35:09 +00:00
af5d9fd7ad refactor(web): enhance legal.js to inject topbar + footer; strip duplication from legal pages
513d925be1 refactor(web): rewrite main.js — slim, modular, well-documented
9227c92a88 feat(web): create cv-matcher.js with CV form and result rendering
6b460fded4 feat(web): create i18n.js with EN/RO translation dictionaries
4e086f3eca refactor(web): HTML cleanup — remove inline styles, add script tags for i18n and cv-matcher
Compare 7 commits »
gelu created branch refactor/web-cleanup-31 in AI/myAi 2026-05-28 10:35:09 +00:00
gelu opened issue AI/myAi#31 2026-05-28 07:10:29 +00:00
Web layer cleanup: remove Bootstrap, split JS, consolidate CSS, deduplicate legal pages
gelu created pull request AI/myAi#30 2026-05-28 06:58:25 +00:00
chore: upgrade jQuery from 3.6.1 to 4.0.0, fix misnamed vendor file
gelu pushed to chore/jquery-4-upgrade at AI/myAi 2026-05-28 06:58:09 +00:00
9b0d7fb907 chore: upgrade jQuery from 3.6.1 to 4.0.0
gelu created branch chore/jquery-4-upgrade in AI/myAi 2026-05-28 06:58:09 +00:00
gelu commented on issue AI/myAi#28 2026-05-28 06:43:36 +00:00
Fix error propagation: surface API validation messages in the UI

Merged via PR #29. All four failure handlers (CV upload, CV match, contact form, subscribe form) now surface upstream 4xx error messages from the server. Completed: 2026-05-28.

gelu pushed to main at AI/myAi 2026-05-28 06:43:26 +00:00
323e41e024 Merge pull request 'Fix error propagation: surface API validation messages in the UI' (#29) from fix/error-propagation-28 into main
7908dad181 Fix error propagation: surface API validation messages in the UI
Compare 2 commits »
gelu closed issue AI/myAi#28 2026-05-28 06:43:25 +00:00
Fix error propagation: surface API validation messages in the UI
gelu merged pull request AI/myAi#29 2026-05-28 06:43:25 +00:00
Fix error propagation: surface API validation messages in the UI
gelu created pull request AI/myAi#29 2026-05-28 06:41:50 +00:00
Fix error propagation: surface API validation messages in the UI
gelu pushed to fix/error-propagation-28 at AI/myAi 2026-05-28 06:41:30 +00:00
7908dad181 Fix error propagation: surface API validation messages in the UI
gelu created branch fix/error-propagation-28 in AI/myAi 2026-05-28 06:41:30 +00:00
gelu opened issue AI/myAi#28 2026-05-28 06:36:16 +00:00
Fix error propagation: surface API validation messages in the UI
gelu commented on issue AI/myAi#26 2026-05-28 06:27:06 +00:00
Improve comments and Swagger documentation across services

Completed: 2026-05-28 09:27 UTC — merged via PR #27.

Duration: ~1 hour