Julian Stirling
cf80120572
Remove numerical input spinners for x,y,z settings in Firefox
...
Chrome/Safari/Edge etc are all set already by the
`.numeric-setting-line-input::-webkit-outer-spin-button`
and
`.numeric-setting-line-input::-webkit-inner-spin-button`
but firefox needs a different line set on the input itself see:
https://www.w3schools.com/howto/howto_css_hide_arrow_number.asp
2025-06-10 08:47:23 +01:00
Julian Stirling
c79184a6d9
Use same version number for server and webapp, add CI check
...
- Check webapp and server have same version number
- Use `genversion` on build to create javascript file with version string
from pyproject.toml
- Expose the version number in the js interface
- Correct format of current of alpha version string because javascript complains
Closes #382
2025-06-09 12:13:15 +01:00
Joe Knapper
efb3b12819
Replace .at() in action button with custom .from_index()
2025-06-06 12:10:31 +01:00
jaknapper
3c15d0ef0b
Custom at() function in webapp for backwards compatibility
2025-06-05 11:50:43 +01:00
jaknapper
943564d206
Alert and warning message as CSS classes
2025-05-23 16:28:22 +01:00
jaknapper
e52dedf0fe
Remove padding around viewer, warnings in orange, stitch button if no DZI
2025-05-23 16:28:22 +01:00
Joe Knapper
4f98e17b5f
Only open preview from button or thumbnail, warn if no DZI available, recentre list
2025-05-23 16:28:22 +01:00
jaknapper
a9b94bc0d8
OpenSeadragon viewer implemented
2025-05-23 16:28:21 +01:00
Julian Stirling
8318d9daad
Fix bug where View pane isn't loaded when app is first opened
2025-05-23 11:45:16 +01:00
Joe Knapper
69acc8a0ea
Edit settingsContent.vue
2025-05-22 15:56:25 +00:00
jaknapper
14672c260f
Dedicated power menu
2025-05-22 16:46:30 +01:00
jaknapper
27ed10e27f
Move shutdown and restart to settings tab, hard set server version to prealpha
2025-05-22 15:11:25 +01:00
jaknapper
57840ab979
Force OK to be capitalised in confirmation modals
2025-05-22 15:10:16 +01:00
Joe Knapper
931554226e
Combine xlarge width with updated heading
2025-05-21 15:05:50 +00:00
jaknapper
c0cf95bac1
Widen the info area of the CSM tab to use space more efficiently and not break lines (tested on three screens)
2025-05-21 15:56:50 +01:00
jaknapper
b66912ac8f
CSM settings hidden by default in a details section
2025-05-21 15:56:04 +01:00
Julian Stirling
c793620fcd
Merge branch 'cleanup_empty_scans' into 'v3'
...
Added purge_empty_scans() method
Closes #370
See merge request openflexure/openflexure-microscope-server!257
2025-05-20 18:26:00 +00:00
Joe Knapper
67c5c74753
Updated comment, test most recent log is ERROR
2025-05-20 16:20:35 +01:00
Joe Knapper
9d5e6b5334
Default error messages if the log is empty, or the log message is empty
2025-05-20 16:11:04 +01:00
Joe Knapper
852a003fae
Action buttons raise an Error from the last message in the log for the Action
2025-05-20 15:16:38 +01:00
Joe Knapper
0eed51f486
STEP SIZE to title case
2025-05-20 13:10:57 +01:00
Joe Knapper
3ca86ec4b4
Remove features tab, as neither option works with v3. Does not remove underlying code (seperate issue)
2025-05-20 13:06:09 +01:00
Joe Knapper
625f9b4001
Ttile case in all buttons and properties, larger settings headers
2025-05-20 12:59:49 +01:00
jaknapper
8c7b800983
Update theme.less to prevent automatic changed colour of uk-alert-success
2025-05-16 15:18:33 +01:00
Joe Knapper
8799ebbaab
csm info in webapp tab
2025-05-14 19:03:57 +01:00
Joe Knapper
04891f3721
Merge branch 'gui-logging' into 'v3'
...
Lazier regex for finding logs with square brackets
See merge request openflexure/openflexure-microscope-server!230
2025-05-14 17:16:22 +00:00
jaknapper
a1ef332e31
Set regexp equal to new format
2025-05-14 16:36:16 +01:00
Joe Knapper
4f8e508dd5
Apply 1 suggestion(s) to 1 file(s)
...
Co-authored-by: Julian Stirling <julian@julianstirling.co.uk>
2025-05-14 15:12:17 +00:00
jaknapper
19d72bef1c
Error handling in _delete_scan(), which is now handled in GUI main.js
2025-05-14 16:11:02 +01:00
jaknapper
747bc3d79a
Narrower scan tabs
2025-05-14 11:17:44 +01:00
jaknapper
a5d85a7d9e
Layout improvements and stitch info in scan tab
2025-05-13 17:08:43 +01:00
jaknapper
69260d1973
stitch available property, allowing GUI to only stitch when needed
2025-05-13 15:51:11 +01:00
jaknapper
666dced86d
Update the GUI download links to point to new download_zip function
2025-05-07 20:21:03 +01:00
jaknapper
6cf99d5096
Stack settings in GUI
2025-05-07 19:52:21 +01:00
Joe Knapper
327a87e344
Merge branch 'no-tour' into 'v3'
...
Disable tour
See merge request openflexure/openflexure-microscope-server!238
2025-05-07 14:02:09 +00:00
jaknapper
5bfadceeeb
Pink icon for thumbnail placeholders
2025-04-23 16:13:47 +01:00
jaknapper
7617d31194
Errors raised as errors, not logs
2025-04-23 14:28:05 +01:00
jaknapper
91057f164a
Thumbnails and accurate durations in scan-list tab
2025-04-22 19:02:29 +01:00
jaknapper
1044764192
Disable tour by removing shortcut and default to run
2025-04-08 19:23:04 +01:00
jaknapper
52532a90d7
More spacing below buttons
2025-04-08 18:41:11 +01:00
jaknapper
4fa2813e6a
More spacing and nicer dark mode colours
2025-04-08 18:30:40 +01:00
Joe Knapper
e4ef8b2717
Merge branch 'consistent-logging' into 'v3'
...
Stop uvicorn.run disabling existing loggers
Closes #284
See merge request openflexure/openflexure-microscope-server!228
2025-04-08 11:31:33 +00:00
Julian Stirling
3a47151694
Serve logfile and logs for UI seperately
2025-04-07 23:45:19 +01:00
Julian Stirling
70d9e2f758
Add custom log handler for sending logs to UI
2025-04-07 23:16:00 +01:00
jaknapper
421d4a5f10
Spaces in tab names, more space, centred
2025-04-07 18:54:30 +01:00
jaknapper
3e82286245
Reorder GUI tabs to match the order of use
2025-04-07 18:18:16 +01:00
jaknapper
f5a41f76f3
Lazier regex for finding logs with square brackets
2025-04-07 18:07:51 +01:00
jaknapper
01d906e46a
Rename exposure (with limit)
2025-04-02 13:02:01 +01:00
Richard Bowman
c9aeabf545
Await updatePosition in mounted hook
...
updatePosition is asynchronous, so we should await it, otherwise
it may not be run correctly (resulting in the navigate pane
being disabled).
2024-03-12 17:19:11 +00:00
Richard Bowman
2ac317307e
Clean up debugging code
2024-02-29 22:41:45 +00:00