Commit Graph
13 Commits
Author SHA1 Message Date
kasun 444ce804ed introduced uiText.ts 2026-07-20 16:44:21 +02:00
kasunandClaude Sonnet 5 f2ab2b31ed Add manual sync trigger to SearchModal
Wires the existing /sync endpoint to a "Refresh Data" button so
Homebox data can be re-vectorized before searching, without waiting
for it to be triggered automatically on login.

Co-Authored-By: Claude Sonnet 5 <[email protected]>
2026-07-20 16:32:25 +02:00
kasun bb7bef18d9 format 2026-07-20 16:31:01 +02:00
kasun baa0582d50 renamed SearchResponse to ServiceItem in frontend 2026-06-30 04:55:08 +02:00
kasun fb64a7787f refactored to make use of the ServiceType enum throughout backend and frontend for typesafety 2026-06-24 23:25:18 +02:00
kasun 6e3d3347e2 added search response into searchmodal ui, restructured folders 2026-06-24 15:57:10 +02:00
kasun a1ce085123 fixed format 2026-06-24 13:25:29 +02:00
kasun 61d399761d fixed wrong modal reference 2026-06-24 13:25:13 +02:00
kasun 17a959e7a7 removed wrong operator 2026-06-24 13:24:50 +02:00
kasun b7bc8f5525 added first searchmodal draft 2026-06-24 00:58:45 +02:00
kasun 463fbd8332 added focus to first input field of modal 2026-05-13 17:33:08 +02:00
kasun 0cce4727e5 fixed indentation 2026-05-13 16:44:45 +02:00
kasunandClaude Sonnet 4.6 43bbcece7a add session-based connection management and React dashboard
Backend: adds JDBC session support, login/status/logout endpoints, and
new DTOs (AuthResponse, ConnectionStatusResponse, LoginResult). Frontend
replaces the Vite boilerplate with a Dashboard, ServiceCard, and
ConnectModal backed by a typed API client.

Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
2026-05-10 03:30:36 +02:00