leonarski_f 237de5a0fc frontend: convert to function components + TanStack Query
Replace all class components with function components and move server-state
polling to @tanstack/react-query.

- add @tanstack/react-query; generate query helpers via the hey-api
  @tanstack/react-query plugin (src/client/@tanstack)
- QueryClientProvider + one-time client.setConfig({ baseUrl: '' }) in index.tsx
- App polls statistics with useQuery(getStatisticsOptions, refetchInterval),
  DataProcessingPlot uses getPreviewPlotOptions; manual setInterval polling gone
- memo() on presentational children; with TanStack structural sharing this
  re-renders a child only when its own statistics slice changes
- PreviewImage stays imperative (binary JPEG -> object URL) using useEffect +
  a ref for the object-URL lifecycle
- fix AzIntSettings correction checkboxes that mutated state in place (relied on
  the poll re-render); they now use setState
- drop dead code uncovered during the port (unused upload/deactivate handlers
  and imports in ImageFormatSettings, DetectorSettings, ROI)

Build (tsc + vite) passes; dev server transforms all entry modules.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-18 21:32:36 +02:00
2026-06-08 08:30:35 +02:00
2026-06-18 18:52:22 +02:00
2026-06-18 19:26:15 +02:00
2026-06-18 18:52:22 +02:00
2026-06-08 08:30:35 +02:00
2026-06-16 14:13:29 +02:00
2026-04-09 13:30:47 +02:00
2026-06-18 19:26:15 +02:00
2025-12-04 11:56:14 +01:00
2026-06-18 19:26:15 +02:00
2026-05-28 18:48:35 +02:00
2026-06-18 18:52:22 +02:00
2026-06-08 08:30:35 +02:00
2026-03-26 20:50:33 +01:00
2026-06-08 08:30:35 +02:00
2026-06-18 20:48:19 +02:00
2026-06-18 18:52:22 +02:00
2026-06-18 18:54:31 +02:00
2026-06-18 18:52:22 +02:00
2026-06-18 18:52:22 +02:00
2026-06-13 21:27:41 +02:00
2025-10-01 11:18:10 +02:00
2025-10-25 22:05:47 +02:00
2024-11-22 21:25:20 +01:00
2024-12-02 21:17:14 +01:00
2026-02-18 16:17:21 +01:00
2025-10-25 22:05:47 +02:00
2025-10-25 22:05:47 +02:00
2025-10-01 22:54:40 +02:00
2024-11-22 21:25:20 +01:00
2026-03-28 20:06:23 +01:00
2024-12-02 21:17:14 +01:00
2026-02-18 16:17:21 +01:00
2026-06-18 19:26:15 +02:00

Jungfraujoch

Application to receive data from the PSI JUNGFRAU and EIGER detectors.

All documentation is now placed in docs/ subdirectory and for the current version hosted on Jungfraujoch Read The Docs page.

S
Description
Jungfraujoch Data Acquisition System
Readme GPL-3.0
3 GiB
Languages
C++ 70.9%
HTML 10.1%
C 8.2%
TypeScript 5.2%
Tcl 3%
Other 2.4%