Commit graph

637 commits

Author SHA1 Message Date
Julian Stirling
1e12900506 Use switch for whether to capture to the microscope 2026-06-23 15:12:38 +00:00
Julian Stirling
af18850c41 Add a toggle switch for image capture to gallery 2026-06-23 15:12:38 +00:00
Julian Stirling
2bcc98094f Merge branch 'smoke_test_components' into 'v3'
ui_migration Smoke test VUE components

Closes #733

See merge request openflexure/openflexure-microscope-server!604
2026-06-23 13:41:18 +00:00
Julian Stirling
559d211df8 Use same colours for empty log message as for info logs 2026-06-21 16:14:43 +01:00
Julian Stirling
131342253c Apply suggestions from code review of branch smoke_test_components
Co-authored-by: Beth Probert <beth_probert@outlook.com>
2026-06-21 13:58:54 +00:00
Antonio Anaya
3cc7a9f4e8 ui_migration fix(vitest) Add Error watchdog that fails test if vue raises functioning errors, add specific global to gallery that raised silent error and passed test, add JDDocs for documentation 2026-06-19 17:52:18 +00:00
Antonio Anaya
c33782e9d6 ui_migration feature(vitest) Reduce boilerplate code at overrides 2026-06-19 17:52:18 +00:00
Antonio Anaya
ffcc7f936b ui_migration feature(vitest) Split allComponents.spec.js for readability using now overrides.js for prop,mock component injection 2026-06-19 17:52:18 +00:00
Antonio Anaya
5ec088e07a ui_migration feature(vitest) Revisit allComponents.spec.js add jsdocstrings 2026-06-19 17:52:18 +00:00
Antonio Anaya
8f20e1211e ui_migration feature(vitest) Add setup for skipped experimental components 2026-06-19 17:52:18 +00:00
Antonio Anaya
3cc5875fdf ui_migration feature(vitest) Add setup for mock localStorage, a .spec.js file that loads all components for testing 2026-06-19 17:52:18 +00:00
Joe Knapper
bbe6e99736 Always show results message 2026-06-19 10:38:45 +01:00
Joe Knapper
b14b30f9c7 Remove competing css from actionStatusModal including max-height 2026-06-18 17:11:05 +01:00
Joe Knapper
9796695b54 Padding around status 2026-06-18 14:54:54 +01:00
Joe Knapper
4c835d7be5 Clamp log summary to two lines with elipsis 2026-06-18 14:30:18 +01:00
Joe Knapper
816dad79fa Add task status messages to collapsed log, give summary more space 2026-06-18 12:59:41 +01:00
Joe Knapper
3c64c00b74 Help message appears if no logs at current level, conditional pagination 2026-06-18 12:59:05 +01:00
Joe Knapper
9807643da1 Merge branch 'action-log-collapse' into 'v3'
Collapse action logs by default

See merge request openflexure/openflexure-microscope-server!616
2026-06-17 17:05:18 +00:00
Joe Knapper
adbbed3961 More flexible resizing for small screens 2026-06-17 17:49:23 +01:00
Joe Knapper
c860e1ee22 Apparently we do extra linting checks now? 2026-06-17 16:40:58 +01:00
Beth Probert
b1202723a1 Fix ruff
Add debug test

Add info log message for sanity

Add more useful logs

Edit configure_logging to change OFM level to debug if set in CLI

Update log message

Fix boot and int mix up

Fix string

Change string

Update logging string again

try changing OFM handler level

Change log slice

Fix syntax error

Add in OFMHandler logic, update webapp to show in logging tab and fix ruff
2026-06-17 16:29:50 +01:00
Joe Knapper
3f340ccabd Collapse action logs by default 2026-06-17 15:11:18 +01:00
Joe Knapper
d3c4773884 Merge branch 'camera_modes' into 'v3'
Update camera API to use defined capture modes

Closes #424, #436, #786, #405, and #593

See merge request openflexure/openflexure-microscope-server!601
2026-06-16 13:53:04 +00:00
Joe Knapper
2bc5a95f25 Links as bullet points 2026-06-12 16:12:52 +01:00
Joe Knapper
806f60b1f2 Add extra links to about 2026-06-12 13:59:35 +01:00
Joe Knapper
69faff9828 Draft wording for an intended use disclaimer 2026-06-12 13:58:37 +01:00
Julian Stirling
e3e3afbca6 Update capture panel to use capture action 2026-06-05 16:58:35 +01:00
Antonio Anaya
f28c7a5699 ui_migration chore(suggestions) Added whole state check at settings.spec.js and writting issues based on comments 2026-06-05 12:19:43 +00:00
Antonio Anaya
2fad2b5298 Apply suggestions from code review of branch store_unit_testing
Co-authored-by: Beth Probert <beth_probert@outlook.com>
2026-06-05 12:19:43 +00:00
Antonio Anaya
4f1938696a ui_migration test(store) add tests for wot, and settings 2026-06-05 12:19:43 +00:00
Antonio Anaya
69a7e54ddd ui_migration chore(suggestions) co-authored by @julianstirling change debugId to streamId on mejpeg_stream URI 2026-06-04 10:52:25 -06:00
Antonio Anaya
70567feb0b Apply suggestions from code review of branch bugfix/streamContent_leaks
Co-authored-by: Beth Probert <beth_probert@outlook.com>
2026-06-04 11:03:38 +00:00
Antonio Anaya
6f9531059c ui_migration bugfix(component) fix duplicated component name cameraStageMappingTask 2026-06-03 23:23:12 -06:00
Antonio Anaya
f650ff7922 ui_migration bugfix(component) fix reactivity add markraw on camera and camera_stage_mapping 2026-06-03 21:47:49 -06:00
Antonio Anaya
5e15a423ee ui_migration bugfix(component) add fallback override for img src 2026-06-03 21:43:26 -06:00
Antonio Anaya
8fb445bcbf ui_migration bugfix(component) add debug url and fallback pixel DOM for JPEG_STREAM at beforeUnmount to drop streams 2026-06-03 19:19:03 -06:00
Antonio Anaya
22444af143 ui_migration bugfix(component) fix ministream add prop id and visibility stream add and remove 2026-06-03 06:24:54 -06:00
Antonio Anaya
8aaddf6fb1 ui_migration bugfix(evenBus) Add missing emit for globalflashstream animation on capture 2026-06-03 06:19:32 -06:00
Antonio Anaya
60f79a41d8 ui_migration bugfix(component) Added setStreamId prop, img v-show and one pixel fallback to drop jpeg stream connection 2026-06-02 06:38:11 -06:00
Antonio Anaya
702d18552d ui_migration bugfix(component) streamContent.vue, Bugfix resize warns wrong spelling of doneResizing to correct: handleDoneResize and move resizeTimeoutId to mounted 2026-05-31 05:14:15 -06:00
Antonio Anaya
7361cedac0 ui_migration bugfix(store) Fix silent crashing due to state values name changed 2026-05-29 01:43:17 -06:00
Julian Stirling
2c54e38c28 Merge branch 'openseadragon_v6_upgrade' into 'v3'
ui_migration upgrade(openseadragon) Fixings component lifecycle for v6

Closes #770

See merge request openflexure/openflexure-microscope-server!598
2026-05-26 09:35:25 +00:00
Antonio Anaya
3cbf3a1758 ui_migration uppgrade(openseadragon) Fixings for lifecycle for v6 2026-05-26 02:03:16 -06:00
Antonio Anaya
f8c4ffe62b ui_migration refactor(store) Remove lingering getters at wot.js pinia store 2026-05-24 18:16:01 -06:00
Antonio Anaya
ace7ae9855 ui_migration refactor(store) Remove lingering getters for origin and available at settings.js pinia store, fixed unit test and thresholds accordingly. 2026-05-24 16:50:53 -06:00
Antonio Anaya
2bcced0e5b ui_migration edition(documentation) Removing Node.js windows workaround install, separating nvm instructions as optional for readability. 2026-05-22 11:53:54 -06:00
Antonio Anaya
f2a60154dd ui_migration chore(vite) Add comment on AST parsing 2026-05-20 22:27:39 -06:00
Antonio Anaya
6b864f57df ui_migration fix(lint) Fix component eslint warn no-useless-assignment on powerContent.vue 2026-05-20 20:21:33 -06:00
Antonio Anaya
1f903562aa ui_migration upgrade(nodejs) upgrade to nodejs 26, add cofiguration for new package versions and VITE rolldown 2026-05-20 20:10:06 -06:00
Antonio Anaya
7713f6764a ui_migration update(nodejs) update dependencies up-to current released version 2026-05-20 17:47:17 -06:00